Fri, 18 Apr 2008 04:37:06 +0000 |
rubidium |
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
draft
|
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.
draft
|
Thu, 17 Apr 2008 18:24:45 +0000 |
smatz |
(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function can be used
draft
|
Thu, 17 Apr 2008 00:44:20 +0000 |
smatz |
(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
draft
|
Mon, 14 Apr 2008 12:40:09 +0000 |
maedhros |
(svn r12699) -Codechange: Unify the order drawing code for orders and timetables.
draft
|
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.
draft
|
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.
draft
|
Sat, 12 Apr 2008 20:15:57 +0000 |
smatz |
(svn r12671) -Fix (r12644): orders window of competitors' vehicles was missing a resizebox
draft
|
Sat, 12 Apr 2008 13:07:25 +0000 |
rubidium |
(svn r12670) -Add: unconditional/always order 'jump/skip' variable.
draft
|
Sat, 12 Apr 2008 11:58:19 +0000 |
rubidium |
(svn r12667) -Feature: conditional 'skip/jump' orders.
draft
|
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.
draft
|
Fri, 11 Apr 2008 15:58:46 +0000 |
rubidium |
(svn r12661) -Add: ability to send a vehicle (using default orders) to the nearest depot.
draft
|
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).
draft
|
Thu, 10 Apr 2008 22:18:33 +0000 |
rubidium |
(svn r12656) -Fix: tooltips for some order buttons are outdated/incorrect.
draft
|
Thu, 10 Apr 2008 22:17:06 +0000 |
rubidium |
(svn r12655) -Change: show the current state in the drop down 'buttons'.
draft
|
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.
draft
|
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.
draft
|
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.
draft
|
Thu, 10 Apr 2008 10:18:03 +0000 |
rubidium |
(svn r12650) -Feature: ability to force a vehicle to not load at a station.
draft
|
Thu, 10 Apr 2008 10:02:15 +0000 |
rubidium |
(svn r12649) -Fix: refit orders not being shown.
draft
|
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.
draft
|
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.
draft
|
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).
draft
|
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.
draft
|
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.
draft
|
Wed, 09 Apr 2008 16:16:04 +0000 |
rubidium |
(svn r12638) -Codechange: give order_gui.cpp a touch of coding style.
draft
|
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.
draft
|
Tue, 08 Apr 2008 13:32:44 +0000 |
rubidium |
(svn r12628) -Fix: TTDP compatible non-stop wasn't handled properly.
draft
|
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.
draft
|
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.
draft
|
Sun, 06 Apr 2008 21:54:22 +0000 |
rubidium |
(svn r12595) -Codechange: hide Order's flags in the last few cases.
draft
|
Sun, 06 Apr 2008 15:09:45 +0000 |
rubidium |
(svn r12593) -Codechange: hide Order's flags in most of the code.
draft
|
Sun, 06 Apr 2008 07:48:51 +0000 |
rubidium |
(svn r12588) -Codechange: do not access the destination of an order directly.
draft
|
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.
draft
|
Sun, 06 Apr 2008 07:07:21 +0000 |
rubidium |
(svn r12586) -Codechange: do not access an order's refit variables directly.
draft
|
Sat, 05 Apr 2008 23:36:54 +0000 |
rubidium |
(svn r12584) -Codechange: do not access the order type directly.
draft
|
Mon, 31 Mar 2008 06:42:26 +0000 |
rubidium |
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
draft
|
Mon, 31 Mar 2008 00:06:17 +0000 |
rubidium |
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
draft
|
Sun, 30 Mar 2008 23:24:18 +0000 |
rubidium |
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
draft
|
Thu, 14 Feb 2008 15:59:16 +0000 |
frosch |
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
draft
|
Sat, 02 Feb 2008 02:45:09 +0000 |
belugas |
(svn r12040) -Codechange: Change IsOrderListShared from a simple function to a class member(MagicBuzz).
draft
|
Sun, 27 Jan 2008 17:32:12 +0000 |
maedhros |
(svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
draft
|
Tue, 15 Jan 2008 18:44:22 +0000 |
rubidium |
(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*.
draft
|
Sun, 13 Jan 2008 01:21:35 +0000 |
rubidium |
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
draft
|
Sat, 12 Jan 2008 14:10:35 +0000 |
rubidium |
(svn r11818) -Codechange: split player.h into smaller pieces.
draft
|
Wed, 09 Jan 2008 21:27:39 +0000 |
rubidium |
(svn r11801) -Codechange: remove some unneeded includes from some header files.
draft
|
Wed, 09 Jan 2008 09:45:45 +0000 |
rubidium |
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
draft
|
Mon, 07 Jan 2008 00:57:19 +0000 |
rubidium |
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
draft
|
Thu, 27 Dec 2007 13:35:39 +0000 |
rubidium |
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
draft
|
Wed, 26 Dec 2007 11:45:43 +0000 |
rubidium |
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
draft
|
Tue, 25 Dec 2007 11:26:07 +0000 |
rubidium |
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
draft
|
Sat, 22 Dec 2007 23:30:28 +0000 |
rubidium |
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
draft
|
Fri, 21 Dec 2007 21:50:46 +0000 |
rubidium |
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
draft
|
Fri, 21 Dec 2007 19:49:27 +0000 |
rubidium |
(svn r11675) -Codechange: split the string types from the string functions.
draft
|
Wed, 19 Dec 2007 23:26:02 +0000 |
rubidium |
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
draft
|
Wed, 19 Dec 2007 20:45:46 +0000 |
rubidium |
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
draft
|
Wed, 19 Dec 2007 19:44:29 +0000 |
rubidium |
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
draft
|
Sun, 16 Dec 2007 10:54:08 +0000 |
rubidium |
(svn r11643) -Codechange: conform with the coding style for the WP macro uses.
draft
|
Wed, 12 Dec 2007 14:37:35 +0000 |
smatz |
(svn r11625) -Codechange: add CO_* enum at some places, add includes of order.h too
draft
|
Tue, 11 Dec 2007 17:44:55 +0000 |
glx |
(svn r11618) -Fix: buoys are just waypoints, so don't allow load/unload/transfert for them
draft
|