glx [Thu, 28 Feb 2008 00:10:08 +0000] rev 9147
(svn r12303) -Codechange: move IsValidTile() in a more suitable place and make it static inline
glx [Wed, 27 Feb 2008 21:46:57 +0000] rev 9146
(svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add group ID to the backup
peter1138 [Wed, 27 Feb 2008 21:33:52 +0000] rev 9145
(svn r12295) -Codechange: Make plane speed option available to NewGRFs
peter1138 [Wed, 27 Feb 2008 21:07:12 +0000] rev 9144
(svn r12293) -Feature: Ability to change aircraft speed factor, from so
called 'realistic' (matching other vehicles) (1/1) to original TTD
speed (1/4). Note this option defaults to original TTD speed.
belugas [Wed, 27 Feb 2008 15:35:24 +0000] rev 9143
(svn r12290) -Fix[FS#1807]: Do not draw trees nor lamps between tram tracks.(Roujin)
belugas [Wed, 27 Feb 2008 14:55:16 +0000] rev 9142
(svn r12289) -Fix(r12288)[FS#1808]: Wrong bridge head table associated
belugas [Wed, 27 Feb 2008 04:26:25 +0000] rev 9141
(svn r12288) -Fix(r12287): forgot to include two sprite renames out of consistency.
And obviously forgot to compile before committing, as the array rename would have been evident.
belugas [Wed, 27 Feb 2008 04:00:25 +0000] rev 9140
(svn r12287) -Codechange: Give meaning to two other bridges sprites arrays.
A bit of re-indenting too
glx [Tue, 26 Feb 2008 22:32:27 +0000] rev 9139
(svn r12282) -Fix (r12123): generate.vbs should not skip files in NO_THREADS section of source.list
belugas [Tue, 26 Feb 2008 18:24:46 +0000] rev 9138
(svn r12272) -Codechange: A bit of code style fixes (tabs instead of spaces), one space too many before macro definition and rename marco MB (MakeBridge) for MBR(MakeBRidge)