Mon, 07 Apr 2008 12:36:50 +0000(svn r12605) -Cleanup: variable scope and coding style in train*
smatz [Mon, 07 Apr 2008 12:36:50 +0000] rev 9346
(svn r12605) -Cleanup: variable scope and coding style in train*

Mon, 07 Apr 2008 11:45:53 +0000(svn r12601) -Fix (r12587): do not reset the index of orders (causes loading ancient savegames to loop infinitively.
rubidium [Mon, 07 Apr 2008 11:45:53 +0000] rev 9345
(svn r12601) -Fix (r12587): do not reset the index of orders (causes loading ancient savegames to loop infinitively.

Mon, 07 Apr 2008 08:59:04 +0000(svn r12600) -Codechange: make GetNonStopType return a more augmented type; not is there a non-stop order but the kind of non-stop order, so one doesn't need to check _patches.new_nonstop type everywhere.
rubidium [Mon, 07 Apr 2008 08:59:04 +0000] rev 9344
(svn r12600) -Codechange: make GetNonStopType return a more augmented type; not is there a non-stop order but the kind of non-stop order, so one doesn't need to check _patches.new_nonstop type everywhere.

Sun, 06 Apr 2008 23:49:45 +0000(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
smatz [Sun, 06 Apr 2008 23:49:45 +0000] rev 9343
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining

Sun, 06 Apr 2008 22:32:20 +0000(svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.
rubidium [Sun, 06 Apr 2008 22:32:20 +0000] rev 9342
(svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.

Sun, 06 Apr 2008 21:54:22 +0000(svn r12595) -Codechange: hide Order's flags in the last few cases.
rubidium [Sun, 06 Apr 2008 21:54:22 +0000] rev 9341
(svn r12595) -Codechange: hide Order's flags in the last few cases.

Sun, 06 Apr 2008 16:49:02 +0000(svn r12594) -Codechange: move large functions from driver.h to driver.cpp to reduce binary size and compile time
smatz [Sun, 06 Apr 2008 16:49:02 +0000] rev 9340
(svn r12594) -Codechange: move large functions from driver.h to driver.cpp to reduce binary size and compile time

Sun, 06 Apr 2008 15:09:45 +0000(svn r12593) -Codechange: hide Order's flags in most of the code.
rubidium [Sun, 06 Apr 2008 15:09:45 +0000] rev 9339
(svn r12593) -Codechange: hide Order's flags in most of the code.

Sun, 06 Apr 2008 14:50:47 +0000(svn r12592) -Fix (r12580): aircraft's go-to-depot handling is a mess, which assumes destination to be a station even when it did not set a destination yet.
rubidium [Sun, 06 Apr 2008 14:50:47 +0000] rev 9338
(svn r12592) -Fix (r12580): aircraft's go-to-depot handling is a mess, which assumes destination to be a station even when it did not set a destination yet.

Sun, 06 Apr 2008 14:50:37 +0000(svn r12591) -Codechange: move CommandCost accessors to header file, 8kB of binary size saved
smatz [Sun, 06 Apr 2008 14:50:37 +0000] rev 9337
(svn r12591) -Codechange: move CommandCost accessors to header file, 8kB of binary size saved