Mon, 07 Apr 2008 17:02:39 +0000(svn r12609) -Codechange: Remove wrong comments and give more comments on the drawing part of subsidies
belugas [Mon, 07 Apr 2008 17:02:39 +0000] rev 8852
(svn r12609) -Codechange: Remove wrong comments and give more comments on the drawing part of subsidies

Mon, 07 Apr 2008 15:04:00 +0000(svn r12608) -Fix [FS#1909]: pressing 'Load' did not cancel the full load order.
rubidium [Mon, 07 Apr 2008 15:04:00 +0000] rev 8851
(svn r12608) -Fix [FS#1909]: pressing 'Load' did not cancel the full load order.

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 8850
(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 8849
(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 8848
(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 8847
(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 8846
(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 8845
(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 8844
(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 8843
(svn r12593) -Codechange: hide Order's flags in most of the code.