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

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.