src/order_gui.cpp
Fri, 24 Oct 2008 14:49:45 +0000 rubidium (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Wed, 24 Sep 2008 16:51:36 +0000 smatz (svn r14396) -Fix: ctrl+right click at 'Go to nearest depot' order scrolled to depot with DepotID == 0
Wed, 24 Sep 2008 16:40:06 +0000 smatz (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/modified while the timetable window is open
Fri, 19 Sep 2008 16:34:24 +0000 smatz (svn r14360) -Cleanup (r12652): remove unused handler for the 'Tranfser' button
Mon, 15 Sep 2008 16:29:40 +0000 smatz (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
Tue, 09 Sep 2008 12:26:25 +0000 smatz (svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places
Sun, 17 Aug 2008 21:07:09 +0000 rubidium (svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an order when the number of orders was 0; you could see that the vehicles had a shared order though.
Wed, 06 Aug 2008 19:00:31 +0000 frosch (svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal state is botched up from outside.
Thu, 31 Jul 2008 16:42:11 +0000 belugas (svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis
Mon, 14 Jul 2008 21:01:49 +0000 rubidium (svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump.
Mon, 14 Jul 2008 20:18:06 +0000 rubidium (svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.
Tue, 10 Jun 2008 16:46:11 +0000 rubidium (svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now.
Sun, 08 Jun 2008 09:14:30 +0000 rubidium (svn r13409) -Fix: division by zero when one would press 'd' (skip order) when there's no order.
Thu, 29 May 2008 15:13:28 +0000 rubidium (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Sat, 17 May 2008 23:11:06 +0000 rubidium (svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
Sat, 17 May 2008 12:48:06 +0000 rubidium (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
Fri, 16 May 2008 20:08:20 +0000 glx (svn r13124) -Codechange: make a class of the OrdersWindow.
Thu, 08 May 2008 11:50:34 +0000 rubidium (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
Wed, 07 May 2008 13:10:15 +0000 rubidium (svn r12987) -Codechange: split viewport and tile selection.
Tue, 06 May 2008 22:08:18 +0000 rubidium (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Fri, 18 Apr 2008 04:37:06 +0000 rubidium (svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
Thu, 17 Apr 2008 19:10:30 +0000 rubidium (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
Thu, 17 Apr 2008 18:24:45 +0000 smatz (svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function can be used
Thu, 17 Apr 2008 00:44:20 +0000 smatz (svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
Mon, 14 Apr 2008 12:40:09 +0000 maedhros (svn r12699) -Codechange: Unify the order drawing code for orders and timetables.
Sun, 13 Apr 2008 16:54:19 +0000 rubidium (svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for road vehicles.
Sun, 13 Apr 2008 16:50:55 +0000 rubidium (svn r12688) -Change: make default non-stop for depot/waypoint orders the same as for stations.
Sat, 12 Apr 2008 20:15:57 +0000 smatz (svn r12671) -Fix (r12644): orders window of competitors' vehicles was missing a resizebox
Sat, 12 Apr 2008 13:07:25 +0000 rubidium (svn r12670) -Add: unconditional/always order 'jump/skip' variable.
Sat, 12 Apr 2008 11:58:19 +0000 rubidium (svn r12667) -Feature: conditional 'skip/jump' orders.
Fri, 11 Apr 2008 21:19:03 +0000 rubidium (svn r12663) -Codechange: move the definition from 'order_d' to a more appropriate place and do not misuse it for the time table GUI.
Fri, 11 Apr 2008 15:58:46 +0000 rubidium (svn r12661) -Add: ability to send a vehicle (using default orders) to the nearest depot.
Fri, 11 Apr 2008 14:27:18 +0000 rubidium (svn r12660) -Codechange: make the creation of depot order strings a little more modular (instead of causing a string explosion).
Thu, 10 Apr 2008 22:18:33 +0000 rubidium (svn r12656) -Fix: tooltips for some order buttons are outdated/incorrect.
Thu, 10 Apr 2008 22:17:06 +0000 rubidium (svn r12655) -Change: show the current state in the drop down 'buttons'.
Thu, 10 Apr 2008 22:07:24 +0000 rubidium (svn r12654) -Codechange: remove some unneeded right click handling due to the splitting of the load/refit button.
Thu, 10 Apr 2008 17:52:48 +0000 rubidium (svn r12653) -Codechange: disable load/unload dropdowns when there is a 'via' non-stop order to emphasize that loading/unloading will not be done.
Thu, 10 Apr 2008 17:23:51 +0000 rubidium (svn r12652) -Codechange: rework the order GUI a little more to make it a little more clear that 'transfer' is just an unload type.
Thu, 10 Apr 2008 10:18:03 +0000 rubidium (svn r12650) -Feature: ability to force a vehicle to not load at a station.
Thu, 10 Apr 2008 10:02:15 +0000 rubidium (svn r12649) -Fix: refit orders not being shown.
Thu, 10 Apr 2008 08:30:15 +0000 rubidium (svn r12648) -Feature: allow four different non-stop types in a single game instead of two. The "TTDP compatible order" setting now only sets the default behaviour of new trains.
Wed, 09 Apr 2008 23:00:12 +0000 rubidium (svn r12644) -Codechange: rework the order gui a little to prepare it for some future changes.
Wed, 09 Apr 2008 22:01:23 +0000 rubidium (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).
Wed, 09 Apr 2008 19:52:33 +0000 rubidium (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.
Wed, 09 Apr 2008 18:26:19 +0000 rubidium (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.
Wed, 09 Apr 2008 16:16:04 +0000 rubidium (svn r12638) -Codechange: give order_gui.cpp a touch of coding style.
Wed, 09 Apr 2008 12:46:43 +0000 rubidium (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.
Tue, 08 Apr 2008 13:32:44 +0000 rubidium (svn r12628) -Fix: TTDP compatible non-stop wasn't handled properly.
Mon, 07 Apr 2008 19:18:56 +0000 rubidium (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 08:59:04 +0000 rubidium (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 21:54:22 +0000 rubidium (svn r12595) -Codechange: hide Order's flags in the last few cases.
Sun, 06 Apr 2008 15:09:45 +0000 rubidium (svn r12593) -Codechange: hide Order's flags in most of the code.
Sun, 06 Apr 2008 07:48:51 +0000 rubidium (svn r12588) -Codechange: do not access the destination of an order directly.
Sun, 06 Apr 2008 07:22:26 +0000 rubidium (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 rubidium (svn r12586) -Codechange: do not access an order's refit variables directly.