Sun, 06 May 2007 09:12:58 +0000(svn r9793) -Fix (r9701): Action D 'TTDPatch variable' 0x0B should be the starting year, not the current year.
maedhros [Sun, 06 May 2007 09:12:58 +0000] rev 7075
(svn r9793) -Fix (r9701): Action D 'TTDPatch variable' 0x0B should be the starting year, not the current year.

Sun, 06 May 2007 08:50:03 +0000(svn r9792) -Fix (r9734): Pause on newgame should only apply to games, not the scenario editor.
maedhros [Sun, 06 May 2007 08:50:03 +0000] rev 7074
(svn r9792) -Fix (r9734): Pause on newgame should only apply to games, not the scenario editor.

Sat, 05 May 2007 23:21:49 +0000(svn r9791) -Fix (r9779, FS#766): add TownLayoutByte to correctly save town layout value
glx [Sat, 05 May 2007 23:21:49 +0000] rev 7073
(svn r9791) -Fix (r9779, FS#766): add TownLayoutByte to correctly save town layout value

Sat, 05 May 2007 10:47:35 +0000(svn r9790) -Codechange: [NewGRF] Skip action 1 sprites in all stages except activation. This also cleans up some special-case handling of the sprites. Actions 1 and 2 are now not considered unsafe, as an Action 3 (which is unsafe) is required for them.
peter1138 [Sat, 05 May 2007 10:47:35 +0000] rev 7072
(svn r9790) -Codechange: [NewGRF] Skip action 1 sprites in all stages except activation. This also cleans up some special-case handling of the sprites. Actions 1 and 2 are now not considered unsafe, as an Action 3 (which is unsafe) is required for them.

Sat, 05 May 2007 09:51:26 +0000(svn r9789) -Fix (r9770): vehicles didn't get unloaded when 'full load' was specified and the vehicle was already full when it entered.
rubidium [Sat, 05 May 2007 09:51:26 +0000] rev 7071
(svn r9789) -Fix (r9770): vehicles didn't get unloaded when 'full load' was specified and the vehicle was already full when it entered.

Fri, 04 May 2007 22:45:37 +0000(svn r9785) -Fix (r942, FS#765): only non dedicated servers can't have 0 players
glx [Fri, 04 May 2007 22:45:37 +0000] rev 7070
(svn r9785) -Fix (r942, FS#765): only non dedicated servers can't have 0 players

Fri, 04 May 2007 22:38:36 +0000(svn r9784) -Codechange: remove unused variable.
rubidium [Fri, 04 May 2007 22:38:36 +0000] rev 7069
(svn r9784) -Codechange: remove unused variable.

Fri, 04 May 2007 19:24:01 +0000(svn r9780) -Codechange: [NewGRF] Add support for variable vehicle weight for trains (callback 36, property 16)
peter1138 [Fri, 04 May 2007 19:24:01 +0000] rev 7068
(svn r9780) -Codechange: [NewGRF] Add support for variable vehicle weight for trains (callback 36, property 16)

Fri, 04 May 2007 16:27:13 +0000(svn r9779) -Feature: Add the possiblity to choose different road patterns for towns to use.
belugas [Fri, 04 May 2007 16:27:13 +0000] rev 7067
(svn r9779) -Feature: Add the possiblity to choose different road patterns for towns to use.
Possible patterns are :
No Road (not available in scenario editor)
Original (for the nostalgics)
Better Roads (same as original, but based on distance of 2 tiles instead of one)
2x2 grids
3x3 grids
Patch by skiddl13

Fri, 04 May 2007 07:08:35 +0000(svn r9775) -Fix: Remove arbitrary limit on length of NewGRF strings.
peter1138 [Fri, 04 May 2007 07:08:35 +0000] rev 7066
(svn r9775) -Fix: Remove arbitrary limit on length of NewGRF strings.