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
smatz [Wed, 13 Feb 2008 14:31:13 +0000] rev 9048
(svn r12130) -Cleanup (r12129): remove now unused strings from all language files
smatz [Wed, 13 Feb 2008 14:21:36 +0000] rev 9047
(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick)
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.
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.
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
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.
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.
glx [Tue, 12 Feb 2008 14:20:55 +0000] rev 9041
(svn r12123) -Add: generate.vbs script to allow project files generation for users unable to run generate bash script
peter1138 [Tue, 12 Feb 2008 13:23:57 +0000] rev 9040
(svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.