Wed, 23 Apr 2008 21:55:24 +0000(svn r12856) -Fix: Taking r12377 further, ensure that prop 25 is set for all vehicles in the consist before other properties.
peter1138 [Wed, 23 Apr 2008 21:55:24 +0000] rev 10315
(svn r12856) -Fix: Taking r12377 further, ensure that prop 25 is set for all vehicles in the consist before other properties.

Wed, 23 Apr 2008 20:56:08 +0000(svn r12855) -Codechange: do not use autoptr's for testing whether certain objects can be build, but check it directly in the pool so we do not have to call destructors in the testing phase. Stations still use the autoptr though.
rubidium [Wed, 23 Apr 2008 20:56:08 +0000] rev 10314
(svn r12855) -Codechange: do not use autoptr's for testing whether certain objects can be build, but check it directly in the pool so we do not have to call destructors in the testing phase. Stations still use the autoptr though.

Wed, 23 Apr 2008 20:22:31 +0000(svn r12854) -Codechange: make drawing of rail catenary a bit faster
smatz [Wed, 23 Apr 2008 20:22:31 +0000] rev 10313
(svn r12854) -Codechange: make drawing of rail catenary a bit faster

Wed, 23 Apr 2008 19:47:23 +0000(svn r12853) -Fix: catenary on tunnel entrances and middle bridge pieces was drawn twice in some cases
smatz [Wed, 23 Apr 2008 19:47:23 +0000] rev 10312
(svn r12853) -Fix: catenary on tunnel entrances and middle bridge pieces was drawn twice in some cases

Wed, 23 Apr 2008 19:07:18 +0000(svn r12852) -Fix: do not try to draw rail catenary above non-rail station tiles
smatz [Wed, 23 Apr 2008 19:07:18 +0000] rev 10311
(svn r12852) -Fix: do not try to draw rail catenary above non-rail station tiles

Wed, 23 Apr 2008 18:11:25 +0000(svn r12851) [NewGRF_ports] -Fix: Slight mis-sync disabled colouring of selection tiles for seaplane airports. NewGRF_ports
richk [Wed, 23 Apr 2008 18:11:25 +0000] rev 10310
(svn r12851) [NewGRF_ports] -Fix: Slight mis-sync disabled colouring of selection tiles for seaplane airports.

Wed, 23 Apr 2008 13:36:52 +0000(svn r12850) -Fix (r12848): compilation was broken for some platforms
glx [Wed, 23 Apr 2008 13:36:52 +0000] rev 10309
(svn r12850) -Fix (r12848): compilation was broken for some platforms

Wed, 23 Apr 2008 12:05:32 +0000(svn r12849) [NoAI] -Fix: when .hpp.sq doesn't exists, don't run diff (tnx to Yexo) noai
truebrain [Wed, 23 Apr 2008 12:05:32 +0000] rev 10308
(svn r12849) [NoAI] -Fix: when .hpp.sq doesn't exists, don't run diff (tnx to Yexo)

Wed, 23 Apr 2008 12:03:47 +0000(svn r12848) -Cleanup/Codechange: Use correct variable types, don't prefix with _ for non-globals, and use implicit enum numbering.
peter1138 [Wed, 23 Apr 2008 12:03:47 +0000] rev 10307
(svn r12848) -Cleanup/Codechange: Use correct variable types, don't prefix with _ for non-globals, and use implicit enum numbering.

Wed, 23 Apr 2008 11:57:58 +0000(svn r12847) -Cleanup: Identing and variable scope
peter1138 [Wed, 23 Apr 2008 11:57:58 +0000] rev 10306
(svn r12847) -Cleanup: Identing and variable scope