summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-04-11(svn r12660) -Codechange: make the creation of depot order strings a little ↵rubidium
more modular (instead of causing a string explosion).
2008-04-11(svn r12659) -Cleanup: some style cleanups in vehicle.cpp.rubidium
2008-04-11(svn r12658) -Codechange: unify a vast portion of the ↵rubidium
CmdSend<VehicleType>ToDepot commands.
2008-04-11(svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class.rubidium
2008-04-10(svn r12656) -Fix: tooltips for some order buttons are outdated/incorrect.rubidium
2008-04-10(svn r12655) -Change: show the current state in the drop down 'buttons'.rubidium
2008-04-10(svn r12654) -Codechange: remove some unneeded right click handling due to ↵rubidium
the splitting of the load/refit button.
2008-04-10(svn r12653) -Codechange: disable load/unload dropdowns when there is a ↵rubidium
'via' non-stop order to emphasize that loading/unloading will not be done.
2008-04-10(svn r12652) -Codechange: rework the order GUI a little more to make it a ↵rubidium
little more clear that 'transfer' is just an unload type.
2008-04-10(svn r12651) -Fix (r12644) [FS#1915]: Dropdown widget width should be one ↵peter1138
pixel less than window width, not one more.
2008-04-10(svn r12650) -Feature: ability to force a vehicle to not load at a station.rubidium
-Feature: ability to force a vehicle to not unload at a station.
2008-04-10(svn r12649) -Fix: refit orders not being shown.rubidium
-Fix: unusable non-stop orders shown for waypoints and depots.
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game ↵rubidium
instead of two. The "TTDP compatible order" setting now only sets the default behaviour of new trains. -Feature: allow three different load type in a single game instead of two. One can choose full load all and full load any instead of full load being governed by the "full load any" patch setting.
2008-04-10(svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent ↵belugas
3 lines
2008-04-10(svn r12646) -Codechange: another run of code-style cleanupbelugas
2008-04-10(svn r12645) -Codechange: a bit of code-style cleanupbelugas
2008-04-09(svn r12644) -Codechange: rework the order gui a little to prepare it for ↵rubidium
some future changes.
2008-04-09(svn r12643) -Codechange: be more explicit about the orders a vehicle has ↵rubidium
(non stop and full load are ambiguous and depend on some patch settings).
2008-04-09(svn r12642) -Fix: remove buggy buoys at tile 0 from old TTDP savegamessmatz
2008-04-09(svn r12641) -Codechange: do not use the same button for two completely ↵rubidium
distinct tasks, just make an extra button for it and hide them when not needed.
2008-04-09(svn r12640) -Codechange: let GetLoadType make a difference between full ↵rubidium
load and full load any based on the patch setting instead of using the patch setting directly.
2008-04-09(svn r12639) -Fix: order window was not marked dirty on changed orders.rubidium
2008-04-09(svn r12638) -Codechange: give order_gui.cpp a touch of coding style.rubidium
2008-04-09(svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading ↵rubidium
some NewGRF data.
2008-04-09(svn r12636) -Codechange: make CmdModifyOrder a little more flexible and ↵rubidium
remove 'hack' that used the full load flag to set the service if needed flag.
2008-04-09(svn r12635) -Codechange: a bit of a code-style cleanupbelugas
2008-04-09(svn r12634) -Feature: Financial and Player Selection Face windows are now ↵belugas
remembering their position when toggling sizes
2008-04-08(svn r12633) -Fix: could not make a (go-to) depot order.rubidium
2008-04-08(svn r12632) -Fix (r12547): with invisible catenary, trams were be drawn ↵smatz
over a bridge
2008-04-08(svn r12631) -Fix [FS#1911]: sometimes aircraft couldn't find their way to ↵rubidium
their depot.
2008-04-08(svn r12630) -Fix (r12600): Missing 'break' made it impossible to add ↵maedhros
waypoints to vehicle orders.
2008-04-08(svn r12629) -Codechange: Split VehicleNeedsService() into ↵frosch
Vehicle::NeedsServicing() and Vehicle::NeedsAutomaticServicing(). -Fix (r11052): Disable servicing by service-interval if a vehicle has depot orders.
2008-04-08(svn r12628) -Fix: TTDP compatible non-stop wasn't handled properly.rubidium
2008-04-08(svn r12624) -Codechange: Make drawing of catenary an attribute of rail ↵peter1138
types, instead of deciding by the rail type directly.
2008-04-07(svn r12622) -Fix: infinite loop in case your compiler decides that enums ↵rubidium
are unsigned by default. Patch by Dominik.
2008-04-07(svn r12620) -Fix: automatic servicing of vehicles made them stop in the depot.rubidium
2008-04-07(svn r12619) -Codechange: lots of documentation about window related stuff. ↵rubidium
Patch by Alberth.
2008-04-07(svn r12618) -Codechange: as load and unload type are now split, some case ↵rubidium
statements got ugly.
2008-04-07(svn r12617) -Codechange: add type safety to the Order's load and unload types.rubidium
2008-04-07(svn r12616) -Codechange: r12591 didn't work as expected for NDS, move one ↵smatz
function back to cpp
2008-04-07(svn r12615) -Codechange: rename some enums related to depot orders to make ↵rubidium
it more clear that they are no loading/unloading flags. Also add more type strictness.
2008-04-07(svn r12609) -Codechange: Remove wrong comments and give more comments on ↵belugas
the drawing part of subsidies
2008-04-07(svn r12608) -Fix [FS#1909]: pressing 'Load' did not cancel the full load order.rubidium
2008-04-07(svn r12605) -Cleanup: variable scope and coding style in train*smatz
2008-04-07(svn r12601) -Fix (r12587): do not reset the index of orders (causes loading ↵rubidium
ancient savegames to loop infinitively.
2008-04-07(svn r12600) -Codechange: make GetNonStopType return a more augmented type; ↵rubidium
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.
2008-04-06(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify ↵smatz
compiler's decisions about inlining
2008-04-06(svn r12596) -Feature: show what cargos a station could be supplied with. ↵rubidium
Patch by Roujin.
2008-04-06(svn r12595) -Codechange: hide Order's flags in the last few cases.rubidium
2008-04-06(svn r12594) -Codechange: move large functions from driver.h to driver.cpp ↵smatz
to reduce binary size and compile time