------------------------------------------------------------------------ r12358 | frosch | 2008-03-11 12:55:41 +0000 (Tue, 11 Mar 2008) | 1 line -Fix: Callback 2F returns 15 bit results starting from grf version 7. ------------------------------------------------------------------------ r12352 | frosch | 2008-03-10 15:31:07 +0000 (Mon, 10 Mar 2008) | 4 lines -Fix: Some callback-results were treated as 8 bit, when they were 15 bit, and vice versa. Var 0x7E procedure-results are always 15 bit. Callbacks 0x2A, 0x2C, 0x36 (sometimes), 0x39 and 0x145 are 15 bit. Non-varaction2-calculated callback-results are also affected by the 8bit masking. ------------------------------------------------------------------------ r12350 | glx | 2008-03-08 18:32:01 +0000 (Sat, 08 Mar 2008) | 1 line -Fix [FS#1836](r11947): do not try ti flood water tile (performance increase) ------------------------------------------------------------------------ r12349 | belugas | 2008-03-07 02:40:10 +0000 (Fri, 07 Mar 2008) | 3 lines -Change[FS#1826]: Remove the need to include the afxres.h header when all that was needed was just the definition if IDC_STATIC. Only valid for MSVC compilers. ------------------------------------------------------------------------ r12348 | smatz | 2008-03-07 00:47:42 +0000 (Fri, 07 Mar 2008) | 1 line -Fix (r7573): NTP skipped junction just after bridge end ------------------------------------------------------------------------ r12347 | frosch | 2008-03-06 14:21:10 +0000 (Thu, 06 Mar 2008) | 1 line -Feature(ette): Increase house animation frame number from 32 to 128. ------------------------------------------------------------------------ r12346 | frosch | 2008-03-06 10:39:26 +0000 (Thu, 06 Mar 2008) | 1 line -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP. ------------------------------------------------------------------------ r12345 | glx | 2008-03-05 22:05:22 +0000 (Wed, 05 Mar 2008) | 1 line -Fix [FS#1828](r12296): don't try to restore backupped timetable when timetabling is disabled ------------------------------------------------------------------------ r12344 | skidd13 | 2008-03-05 18:51:26 +0000 (Wed, 05 Mar 2008) | 2 lines -Codechange: Check uint64 bitsize on compiletime too. ------------------------------------------------------------------------ r12343 | peter1138 | 2008-03-05 18:33:31 +0000 (Wed, 05 Mar 2008) | 1 line -Fix (r12293): Slow helicopters never got the 'chance' to finish the landing routine. ------------------------------------------------------------------------ r12342 | belugas | 2008-03-05 11:41:26 +0000 (Wed, 05 Mar 2008) | 2 lines -Fix(r12340): In order to avoid confusion, SIGN should be used for signs and SIGNAL for signals :) Always check your terms with your nearest british ;) ------------------------------------------------------------------------ r12341 | peter1138 | 2008-03-05 09:37:43 +0000 (Wed, 05 Mar 2008) | 1 line -Fix (r11224) [FS#1827]: GRM buffer for cargos was incorrect size. ------------------------------------------------------------------------ r12340 | belugas | 2008-03-05 02:49:06 +0000 (Wed, 05 Mar 2008) | 3 lines -Codechange: Remove some magic numbers (sprite IDs here) with some more meaningful values. This allows to remove an unnecessary subtraction in the MAYBE_DAW_SIGNAL macro, who was waiting for an offset, at the first place. ------------------------------------------------------------------------ r12339 | peter1138 | 2008-03-04 21:49:40 +0000 (Tue, 04 Mar 2008) | 2 lines -Fix (r12331): Recalculate cached train data after clearing reversing flag when entering depot. ------------------------------------------------------------------------