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

------------------------------------------------------------------------
r12328 | belugas | 2008-03-03 18:20:42 +0000 (Mon, 03 Mar 2008) | 3 lines

-Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)


------------------------------------------------------------------------
r12324 | smatz | 2008-03-02 00:25:54 +0000 (Sun, 02 Mar 2008) | 1 line

-Fix (r6789): vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated
------------------------------------------------------------------------
r12323 | smatz | 2008-03-01 23:53:58 +0000 (Sat, 01 Mar 2008) | 1 line

-Fix [FS#1821](r6789): vehicle sorting by name was broken, it was comparing two the same strings (when caching was not used)
------------------------------------------------------------------------
r12322 | glx | 2008-02-29 22:55:57 +0000 (Fri, 29 Feb 2008) | 1 line

-Fix (r9874): endian issue when saving/loading group owner
------------------------------------------------------------------------
r12321 | glx | 2008-02-29 22:01:47 +0000 (Fri, 29 Feb 2008) | 1 line

-Change: update readme about where openttd looks for files (based on dih work)
------------------------------------------------------------------------