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)
glx [Tue, 26 Feb 2008 15:31:48 +0000] rev 9137
(svn r12269) -Fix: [Win32] don't create save dir on install
belugas [Tue, 26 Feb 2008 03:35:44 +0000] rev 9136
(svn r12263) -Codechange: Give meaning to the concrete bridge sprites arrays.
Add macro MR (PALETTE_TO_STRUCT_RED) for easier viewing.
Still more to come.
belugas [Tue, 26 Feb 2008 00:06:21 +0000] rev 9135
(svn r12262) -Codechange: Give meaning to the wooden bridge sprites arrays.
Add macro MN for easier viewing.
More to come.
glx [Mon, 25 Feb 2008 23:12:55 +0000] rev 9134
(svn r12261) -Fix [FS#1805]: autoreplace did not update vehicle index for timetable window
glx [Mon, 25 Feb 2008 16:30:12 +0000] rev 9133
(svn r12258) -Fix: GetProductionAroundTiles() may fail if only the second production slot exists
KUDr [Mon, 25 Feb 2008 15:09:22 +0000] rev 9132
(svn r12252) -Fix [FS#1801]: Broken FollowTrack_t related functions (thanks michi_cc).
-Fixed by removing FollowTrack_t structure and all related functions. Their purpose was to allow to call track followers from C code. They were:
1. never used
2. obsoleted by switching to C++