rubidium [Wed, 09 Apr 2008 23:00:12 +0000] rev 8877
(svn r12644) -Codechange: rework the order gui a little to prepare it for some future changes.
rubidium [Wed, 09 Apr 2008 22:01:23 +0000] rev 8876
(svn r12643) -Codechange: be more explicit about the orders a vehicle has (non stop and full load are ambiguous and depend on some patch settings).
smatz [Wed, 09 Apr 2008 21:33:36 +0000] rev 8875
(svn r12642) -Fix: remove buggy buoys at tile 0 from old TTDP savegames
rubidium [Wed, 09 Apr 2008 19:52:33 +0000] rev 8874
(svn r12641) -Codechange: do not use the same button for two completely distinct tasks, just make an extra button for it and hide them when not needed.
rubidium [Wed, 09 Apr 2008 18:26:19 +0000] rev 8873
(svn r12640) -Codechange: let GetLoadType make a difference between full load and full load any based on the patch setting instead of using the patch setting directly.
rubidium [Wed, 09 Apr 2008 17:48:22 +0000] rev 8872
(svn r12639) -Fix: order window was not marked dirty on changed orders.
rubidium [Wed, 09 Apr 2008 16:16:04 +0000] rev 8871
(svn r12638) -Codechange: give order_gui.cpp a touch of coding style.
rubidium [Wed, 09 Apr 2008 14:05:50 +0000] rev 8870
(svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading some NewGRF data.
rubidium [Wed, 09 Apr 2008 12:46:43 +0000] rev 8869
(svn r12636) -Codechange: make CmdModifyOrder a little more flexible and remove 'hack' that used the full load flag to set the service if needed flag.
belugas [Wed, 09 Apr 2008 02:16:04 +0000] rev 8868
(svn r12635) -Codechange: a bit of a code-style cleanup
belugas [Wed, 09 Apr 2008 02:02:39 +0000] rev 8867
(svn r12634) -Feature: Financial and Player Selection Face windows are now remembering their position when toggling sizes
rubidium [Tue, 08 Apr 2008 22:41:14 +0000] rev 8866
(svn r12633) -Fix: could not make a (go-to) depot order.
smatz [Tue, 08 Apr 2008 21:28:47 +0000] rev 8865
(svn r12632) -Fix (r12547): with invisible catenary, trams were be drawn over a bridge
rubidium [Tue, 08 Apr 2008 18:53:25 +0000] rev 8864
(svn r12631) -Fix [FS#1911]: sometimes aircraft couldn't find their way to their depot.
maedhros [Tue, 08 Apr 2008 16:15:31 +0000] rev 8863
(svn r12630) -Fix (r12600): Missing 'break' made it impossible to add waypoints to vehicle orders.
frosch [Tue, 08 Apr 2008 15:48:32 +0000] rev 8862
(svn r12629) -Codechange: Split VehicleNeedsService() into Vehicle::NeedsServicing() and Vehicle::NeedsAutomaticServicing().
-Fix (r11052): Disable servicing by service-interval if a vehicle has depot orders.
rubidium [Tue, 08 Apr 2008 13:32:44 +0000] rev 8861
(svn r12628) -Fix: TTDP compatible non-stop wasn't handled properly.
peter1138 [Tue, 08 Apr 2008 07:19:29 +0000] rev 8860
(svn r12624) -Codechange: Make drawing of catenary an attribute of rail types, instead of deciding by the rail type directly.
rubidium [Mon, 07 Apr 2008 22:15:31 +0000] rev 8859
(svn r12622) -Fix: infinite loop in case your compiler decides that enums are unsigned by default. Patch by Dominik.
rubidium [Mon, 07 Apr 2008 21:02:27 +0000] rev 8858
(svn r12620) -Fix: automatic servicing of vehicles made them stop in the depot.
rubidium [Mon, 07 Apr 2008 20:28:58 +0000] rev 8857
(svn r12619) -Codechange: lots of documentation about window related stuff. Patch by Alberth.
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.
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.
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
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.
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
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.
smatz [Mon, 07 Apr 2008 12:36:50 +0000] rev 8850
(svn r12605) -Cleanup: variable scope and coding style in train*
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.
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.