src/order_gui.cpp
Tue, 17 Jun 2008 13:22:13 +0000 richk (svn r13548) [NewGRF_ports] -Sync: with trunk r13412:13544. NewGRF_ports
Tue, 17 Jun 2008 10:32:49 +0000 richk (svn r13545) [NewGRF_ports] -Sync: with trunk r13281:13411. NewGRF_ports
Wed, 11 Jun 2008 15:23:32 +0000 glx (svn r13473) [NoAI] -Sync: with r13417:13472. noai
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 15:32:10 +0000 rubidium (svn r13418) [NoAI] -Sync: with trunk r13380:13417. noai
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:56:32 +0000 glx (svn r13326) [NoAI] -Sync with trunk r13264:13325 noai
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.
Tue, 27 May 2008 00:50:55 +0000 richk (svn r13281) [NewGRF_ports] -Sync: with trunk r13145:13280. Includes support for Noise Level on Prop 24 in .grf files. NewGRF_ports
Mon, 26 May 2008 20:45:25 +0000 richk (svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144. NewGRF_ports
Mon, 26 May 2008 13:52:59 +0000 rubidium (svn r13265) [NoAI] -Sync with trunk r13185:13264. noai
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 15:13:58 +0000 glx (svn r13189) [NoAI] -Sync: with trunk r13055:13185. noai
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.
Sun, 11 May 2008 20:09:34 +0000 rubidium (svn r13056) [NoAI] -Sync: with trunk r12996:13055. noai
Thu, 08 May 2008 11:50:34 +0000 rubidium (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
Wed, 07 May 2008 21:09:51 +0000 rubidium (svn r12997) [NoAI] -Sync: with trunk r12895:12996. noai
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 23:33:51 +0000 rubidium (svn r12781) [NoAI] -Sync: with trunk r12711:12780. noai
Fri, 18 Apr 2008 19:55:13 +0000 richk (svn r12774) [NewGRF_ports] -Sync: with trunk r12742:12772. NewGRF_ports
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()
Wed, 16 Apr 2008 22:16:04 +0000 richk (svn r12742) [NewGRF_ports] -Sync: with trunk r12673:12705. NewGRF_ports
Wed, 16 Apr 2008 00:07:47 +0000 richk (svn r12732) [NewGRF_ports] -Sync: with trunk r12657:12672. NewGRF_ports
Tue, 15 Apr 2008 19:47:58 +0000 richk (svn r12723) [NewGRF_ports] -Sync: with trunk r12645:12656. NewGRF_ports
Tue, 15 Apr 2008 00:47:19 +0000 richk (svn r12715) [NewGRF_ports] -Sync: with trunk r12351:12644. NewGRF_ports
Mon, 14 Apr 2008 21:21:10 +0000 rubidium (svn r12712) [NoAI] -Sync with trunk r12672:12711. noai
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 21:38:49 +0000 rubidium (svn r12673) [NoAI] -Sync: with trunk r12596:12672. Note that due to the order rewrite AIOrder.ChangeOrder does currently not work as expected. noai
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.