peter1138 [Sat, 19 Apr 2008 18:03:24 +0000] rev 10261
(svn r12793) -Codechange: Use enum values for station types instead of mysterious hex (ln)
bjarni [Sat, 19 Apr 2008 17:47:56 +0000] rev 10260
(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 10259
(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 10258
(svn r12790) -Codechange: code style fixes. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:17:19 +0000] rev 10257
(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 10256
(svn r12788) -Codechange: unduplicate some vehicle GUI code. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:05:05 +0000] rev 10255
(svn r12787) -Documentation: add/fix documentation of some functions. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:04:29 +0000] rev 10254
(svn r12786) -Change: remove more function from functions.h.
rubidium [Sat, 19 Apr 2008 12:50:02 +0000] rev 10253
(svn r12785) -Codechange: put all news-type related constants in the same array. Patch by cirdan.
rubidium [Sat, 19 Apr 2008 10:18:38 +0000] rev 10252
(svn r12784) -Codechange: handle the asynchronious save 'handlers' in saveload.cpp instead of openttd.cpp.