Tue, 04 Mar 2008 12:14:34 +0000(svn r12335) -Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned...
peter1138 [Tue, 04 Mar 2008 12:14:34 +0000] rev 9166
(svn r12335) -Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned...

Tue, 04 Mar 2008 12:13:15 +0000(svn r12334) -Codechange: Don't change road owner without DC_EXEC. Didn't affect anything in this case but is bad form.
peter1138 [Tue, 04 Mar 2008 12:13:15 +0000] rev 9165
(svn r12334) -Codechange: Don't change road owner without DC_EXEC. Didn't affect anything in this case but is bad form.

Tue, 04 Mar 2008 10:41:16 +0000(svn r12333) -Fix: Switch grfstatus from 'activated' back to 'will-be-active' between reservation- and activation-stage.
frosch [Tue, 04 Mar 2008 10:41:16 +0000] rev 9164
(svn r12333) -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.

Mon, 03 Mar 2008 21:42:37 +0000(svn r12332) -Fix (r12331): Invalidate cached data and update image after setting flag.
peter1138 [Mon, 03 Mar 2008 21:42:37 +0000] rev 9163
(svn r12332) -Fix (r12331): Invalidate cached data and update image after setting flag.

Mon, 03 Mar 2008 20:56:30 +0000(svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8
glx [Mon, 03 Mar 2008 20:56:30 +0000] rev 9162
(svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8

Mon, 03 Mar 2008 20:41:47 +0000(svn r12330) -Feature: [NewGRF] vehicle variable FE bit 5 and 6
glx [Mon, 03 Mar 2008 20:41:47 +0000] rev 9161
(svn r12330) -Feature: [NewGRF] vehicle variable FE bit 5 and 6

Mon, 03 Mar 2008 19:15:53 +0000(svn r12329) -Fix [FS#1819]: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state.
peter1138 [Mon, 03 Mar 2008 19:15:53 +0000] rev 9160
(svn r12329) -Fix [FS#1819]: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state.

Mon, 03 Mar 2008 18:20:42 +0000(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)
belugas [Mon, 03 Mar 2008 18:20:42 +0000] rev 9159
(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)

Sun, 02 Mar 2008 00:25:54 +0000(svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated
smatz [Sun, 02 Mar 2008 00:25:54 +0000] rev 9158
(svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated

Sat, 01 Mar 2008 23:53:58 +0000(svn r12323) -Fix [FS#1821](r6789): vehicle sorting by name was broken, it was comparing two the same strings (when caching was not used)
smatz [Sat, 01 Mar 2008 23:53:58 +0000] rev 9157
(svn r12323) -Fix [FS#1821](r6789): vehicle sorting by name was broken, it was comparing two the same strings (when caching was not used)