Mon, 07 Apr 2008 20:18:51 +0000(svn r12618) -Codechange: as load and unload type are now split, some case statements got ugly.
rubidium [Mon, 07 Apr 2008 20:18:51 +0000] rev 8856
(svn r12618) -Codechange: as load and unload type are now split, some case statements got ugly.

Mon, 07 Apr 2008 20:03:46 +0000(svn r12617) -Codechange: add type safety to the Order's load and unload types.
rubidium [Mon, 07 Apr 2008 20:03:46 +0000] rev 8855
(svn r12617) -Codechange: add type safety to the Order's load and unload types.

Mon, 07 Apr 2008 20:02:36 +0000(svn r12616) -Codechange: r12591 didn't work as expected for NDS, move one function back to cpp
smatz [Mon, 07 Apr 2008 20:02:36 +0000] rev 8854
(svn r12616) -Codechange: r12591 didn't work as expected for NDS, move one function back to cpp

Mon, 07 Apr 2008 19:18:56 +0000(svn r12615) -Codechange: rename some enums related to depot orders to make it more clear that they are no loading/unloading flags. Also add more type strictness.
rubidium [Mon, 07 Apr 2008 19:18:56 +0000] rev 8853
(svn r12615) -Codechange: rename some enums related to depot orders to make it more clear that they are no loading/unloading flags. Also add more type strictness.

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