rubidium [Sat, 19 Apr 2008 21:51:05 +0000] rev 9001
(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.
rubidium [Sat, 19 Apr 2008 21:23:42 +0000] rev 9000
(svn r12795) -Fix [FS#1938]: vehicles could break down during loading and keep loading. The intention of the break down code is not to break down when having zero speed, therefor break downs now do not happen when loading.
bjarni [Sat, 19 Apr 2008 19:01:57 +0000] rev 8999
(svn r12794) -Doc: added missing doxygen comment in autoreplace_cmd.cpp
peter1138 [Sat, 19 Apr 2008 18:03:24 +0000] rev 8998
(svn r12793) -Codechange: Use enum values for station types instead of mysterious hex (ln)
bjarni [Sat, 19 Apr 2008 17:47:56 +0000] rev 8997
(svn r12792) -Codechange: [autoreplace] added a function to figure out if a replacement is needed and if so, to which EngineID
It's designed to save a bit of CPU time, specially if the replacement isn't buildable (think autorenew of old vehicle)
bjarni [Sat, 19 Apr 2008 15:14:20 +0000] rev 8996
(svn r12791) -Codechange: [autoreplace] Added a flag parameter (listens for DC_EXEC and DC_QUERY_COST) and included more info when returning CommandCost
This allowed cleaning up the code in MaybeReplaceVehicle()
rubidium [Sat, 19 Apr 2008 13:28:48 +0000] rev 8995
(svn r12790) -Codechange: code style fixes. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:17:19 +0000] rev 8994
(svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:07:37 +0000] rev 8993
(svn r12788) -Codechange: unduplicate some vehicle GUI code. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:05:05 +0000] rev 8992
(svn r12787) -Documentation: add/fix documentation of some functions. Patch by Alberth.