summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-04-14(svn r12699) -Codechange: Unify the order drawing code for orders and ↵maedhros
timetables.
2008-04-14(svn r12698) -Codechange: skip orders to stations that do not have a train ↵rubidium
part anymore, just like is done for road vehicles and ships.
2008-04-13(svn r12697) -Codechange: give signs_gui.cpp a touch of coding style.rubidium
2008-04-13(svn r12696) -Fix: loading ancient savegames could result in invalid orders ↵rubidium
in order lists with all related problems.
2008-04-13(svn r12695) -Codechange: only allocate window structs when needed. Based on ↵rubidium
a patch by Alberth.
2008-04-13(svn r12694) -Fix: do not call the mouse over callback on already deleted ↵rubidium
windows.
2008-04-13(svn r12693) -Documentation: add some documentation to some window related ↵rubidium
stuff. Based on a patch by Albert.
2008-04-13(svn r12692) -Codechange: swap to functions to remove a function declaration.rubidium
2008-04-13(svn r12691) -Fix (r12459): all company related news displayed the 'company ↵glx
is in trouble' message
2008-04-13(svn r12690) -Cleanup: remove unused table from tgp.cppsmatz
2008-04-13(svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for ↵rubidium
road vehicles.
2008-04-13(svn r12688) -Change: make default non-stop for depot/waypoint orders the ↵rubidium
same as for stations.
2008-04-13(svn r12687) -Change: show when a vehicle is actually leaving the station ↵rubidium
instead of loading/unloading.
2008-04-13(svn r12686) -Fix: MSVC signed/unsigned warningglx
2008-04-13(svn r12685) -Codechange: DebugDumpCommands() couldn't be inlined, define it ↵smatz
as a macro instead
2008-04-13(svn r12684) -Fix [FS#1891]: manually given service at depot order is not ↵rubidium
forgotten anymore when autoservice 'interferes'.
2008-04-13(svn r12683) -Fix [FS#1906]: in some cases a news messages would not be shown.rubidium
2008-04-13(svn r12682) -Fix [FS#1920]: removing road pieces from a town gave you twice ↵rubidium
the intended penalty.
2008-04-13(svn r12681) -Fix [FS#1921]: aircraft stopping mid-air.rubidium
2008-04-13(svn r12679) -Codechange : a little bit of widget enumificationbelugas
2008-04-12(svn r12678) -Fix [FS#1918]: when a road vehicle has a tram only stop ↵rubidium
multiple times in a row in it's orders, only the first one would be skipped.
2008-04-12(svn r12676) -Codechange: Reinstate colour selection buses, absent since r6455.peter1138
2008-04-12(svn r12675) -Codechange: Add support for custom drawing of drop down list ↵peter1138
items.
2008-04-12(svn r12674) -Fix [FS#1902]: Colour remaps on station sprites only worked ↵peter1138
for company colours.
2008-04-12(svn r12672) -Codechange: Add support for variably-sized drop down list items.peter1138
2008-04-12(svn r12671) -Fix (r12644): orders window of competitors' vehicles was ↵smatz
missing a resizebox
2008-04-12(svn r12670) -Add: unconditional/always order 'jump/skip' variable.rubidium
2008-04-12(svn r12669) -Fix (r12667): crash when a vehicle has never been to a station ↵rubidium
and the load percentage conditional variable is evaluated.
2008-04-12(svn r12668) -Fix (12667): swapping of variables went wrong.rubidium
2008-04-12(svn r12667) -Feature: conditional 'skip/jump' orders.rubidium
2008-04-12(svn r12666) -Fix: the time table GUI did not show some data in the correct ↵rubidium
manner.
2008-04-12(svn r12665) -Codechange: make the internal speed <-> display speed ↵rubidium
conversions available to a bigger part of the code.
2008-04-12(svn r12664) -Codechange: do not force the 'color' pointer to be non-NULL ↵rubidium
when trying to get the load percentage.
2008-04-11(svn r12663) -Codechange: move the definition from 'order_d' to a more ↵rubidium
appropriate place and do not misuse it for the time table GUI.
2008-04-11(svn r12662) -Codechange: Comment-code style applicationbelugas
2008-04-11(svn r12661) -Add: ability to send a vehicle (using default orders) to the ↵rubidium
nearest depot.
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