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

Sun, 06 Apr 2008 07:48:51 +0000(svn r12588) -Codechange: do not access the destination of an order directly.
rubidium [Sun, 06 Apr 2008 07:48:51 +0000] rev 9336
(svn r12588) -Codechange: do not access the destination of an order directly.

Sun, 06 Apr 2008 07:22:26 +0000(svn r12587) -Codechange: unduplicate some code in the Unpack*Order functions and move the 'normal' case Pack/Unpack to Order.
rubidium [Sun, 06 Apr 2008 07:22:26 +0000] rev 9335
(svn r12587) -Codechange: unduplicate some code in the Unpack*Order functions and move the 'normal' case Pack/Unpack to Order.

Sun, 06 Apr 2008 07:07:21 +0000(svn r12586) -Codechange: do not access an order's refit variables directly.
rubidium [Sun, 06 Apr 2008 07:07:21 +0000] rev 9334
(svn r12586) -Codechange: do not access an order's refit variables directly.

Sat, 05 Apr 2008 23:46:01 +0000(svn r12585) -Fix (r12584): assumption that assertions were enabled during compilation/testing was flawed.
rubidium [Sat, 05 Apr 2008 23:46:01 +0000] rev 9333
(svn r12585) -Fix (r12584): assumption that assertions were enabled during compilation/testing was flawed.

Sat, 05 Apr 2008 23:36:54 +0000(svn r12584) -Codechange: do not access the order type directly.
rubidium [Sat, 05 Apr 2008 23:36:54 +0000] rev 9332
(svn r12584) -Codechange: do not access the order type directly.

Sat, 05 Apr 2008 21:45:05 +0000(svn r12583) -Codechange: make AssignOrder a class function of order.
rubidium [Sat, 05 Apr 2008 21:45:05 +0000] rev 9331
(svn r12583) -Codechange: make AssignOrder a class function of order.

Sat, 05 Apr 2008 20:57:01 +0000(svn r12582) -Codechange: move some (needlessly) static inlined functions from order_base.h to order_cmd.cpp.
rubidium [Sat, 05 Apr 2008 20:57:01 +0000] rev 9330
(svn r12582) -Codechange: move some (needlessly) static inlined functions from order_base.h to order_cmd.cpp.

Sat, 05 Apr 2008 19:51:51 +0000(svn r12581) -Fix (r12580): trains would not stop correctly on intermediate stations when non-stop was not enabled.
rubidium [Sat, 05 Apr 2008 19:51:51 +0000] rev 9329
(svn r12581) -Fix (r12580): trains would not stop correctly on intermediate stations when non-stop was not enabled.

Sat, 05 Apr 2008 15:30:15 +0000(svn r12580) -Codechange: merge some logical related to non-stop orders.
rubidium [Sat, 05 Apr 2008 15:30:15 +0000] rev 9328
(svn r12580) -Codechange: merge some logical related to non-stop orders.