------------------------------------------------------------------------
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.

------------------------------------------------------------------------
r12337 | belugas | 2008-03-04 17:07:33 +0000 (Tue, 04 Mar 2008) | 3 lines

-Change: update some documentation.


------------------------------------------------------------------------
r12336 | peter1138 | 2008-03-04 12:15:33 +0000 (Tue, 04 Mar 2008) | 2 lines

-Fix [FS#1733]: Don't pause/unpause the game when showing load/save windows when the game is paused due to missing GRFs.

------------------------------------------------------------------------
r12335 | peter1138 | 2008-03-04 12:14:34 +0000 (Tue, 04 Mar 2008) | 2 lines

-Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned...

------------------------------------------------------------------------
r12334 | peter1138 | 2008-03-04 12:13:15 +0000 (Tue, 04 Mar 2008) | 2 lines

-Codechange: Don't change road owner without DC_EXEC. Didn't affect anything in this case but is bad form.

------------------------------------------------------------------------
r12333 | frosch | 2008-03-04 10:41:16 +0000 (Tue, 04 Mar 2008) | 2 lines

-Fix: Switch grfstatus from 'activated' back to 'will-be-active' between reservation- and activation-stage.
  This fixes action7/9 conditions 0x06 to 0x0A to return the same in those two stages.
------------------------------------------------------------------------
r12332 | peter1138 | 2008-03-03 21:42:37 +0000 (Mon, 03 Mar 2008) | 2 lines

-Fix (r12331): Invalidate cached data and update image after setting flag.

------------------------------------------------------------------------
r12331 | glx | 2008-03-03 20:56:30 +0000 (Mon, 03 Mar 2008) | 1 line

-Feature: [NewGRF] vehicle variable FE bit 8
------------------------------------------------------------------------
r12330 | glx | 2008-03-03 20:41:47 +0000 (Mon, 03 Mar 2008) | 1 line

-Feature: [NewGRF] vehicle variable FE bit 5 and 6
------------------------------------------------------------------------
r12329 | peter1138 | 2008-03-03 19:15:53 +0000 (Mon, 03 Mar 2008) | 2 lines

-Fix [FS#1819]: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state.

------------------------------------------------------------------------