Wed, 13 Feb 2008 18:11:19 +0000(svn r12133) -Fix: Vehicle sorting by max speed did not work properly for trains. Instead of trying to work it out again, just use the cached values...
peter1138 [Wed, 13 Feb 2008 18:11:19 +0000] rev 9051
(svn r12133) -Fix: Vehicle sorting by max speed did not work properly for trains. Instead of trying to work it out again, just use the cached values...

Wed, 13 Feb 2008 17:54:11 +0000(svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places
smatz [Wed, 13 Feb 2008 17:54:11 +0000] rev 9050
(svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places

Wed, 13 Feb 2008 16:49:25 +0000(svn r12131) -Fix (r3374): with mammoth trains disabled, maximum train length was limited to 9
smatz [Wed, 13 Feb 2008 16:49:25 +0000] rev 9049
(svn r12131) -Fix (r3374): with mammoth trains disabled, maximum train length was limited to 9

Wed, 13 Feb 2008 14:31:13 +0000(svn r12130) -Cleanup (r12129): remove now unused strings from all language files
smatz [Wed, 13 Feb 2008 14:31:13 +0000] rev 9048
(svn r12130) -Cleanup (r12129): remove now unused strings from all language files

Wed, 13 Feb 2008 14:21:36 +0000(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick)
smatz [Wed, 13 Feb 2008 14:21:36 +0000] rev 9047
(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick)

Wed, 13 Feb 2008 09:34:56 +0000(svn r12128) -Codechange: Replace last use of TrainPlayLeaveStationSound(v) with v->PlayLeaveStationSound(), and remove wrapper function.
peter1138 [Wed, 13 Feb 2008 09:34:56 +0000] rev 9046
(svn r12128) -Codechange: Replace last use of TrainPlayLeaveStationSound(v) with v->PlayLeaveStationSound(), and remove wrapper function.

Wed, 13 Feb 2008 03:21:19 +0000(svn r12127) -Codechange: Use a variable instead of calling the same function a few times. Again. Just a different value.
belugas [Wed, 13 Feb 2008 03:21:19 +0000] rev 9045
(svn r12127) -Codechange: Use a variable instead of calling the same function a few times. Again. Just a different value.

Wed, 13 Feb 2008 03:02:02 +0000(svn r12126) -Codechange: Use a variable instead of calling the same function a few times
belugas [Wed, 13 Feb 2008 03:02:02 +0000] rev 9044
(svn r12126) -Codechange: Use a variable instead of calling the same function a few times

Tue, 12 Feb 2008 20:14:14 +0000(svn r12125) -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially.
peter1138 [Tue, 12 Feb 2008 20:14:14 +0000] rev 9043
(svn r12125) -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially.

Tue, 12 Feb 2008 15:43:10 +0000(svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function.
frosch [Tue, 12 Feb 2008 15:43:10 +0000] rev 9042
(svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function.
-Fix: Add some variables that were missing in one or both cases.