summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-14(svn r12699) -Codechange: Unify the order drawing code for orders and timetab...maedhros
2008-04-14(svn r12698) -Codechange: skip orders to stations that do not have a train pa...rubidium
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 i...rubidium
2008-04-13(svn r12695) -Codechange: only allocate window structs when needed. Based on ...rubidium
2008-04-13(svn r12694) -Fix: do not call the mouse over callback on already deleted win...rubidium
2008-04-13(svn r12693) -Documentation: add some documentation to some window related st...rubidium
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 i...glx
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 roa...rubidium
2008-04-13(svn r12688) -Change: make default non-stop for depot/waypoint orders the sam...rubidium
2008-04-13(svn r12687) -Change: show when a vehicle is actually leaving the station ins...rubidium
2008-04-13(svn r12686) -Fix: MSVC signed/unsigned warningglx
2008-04-13(svn r12685) -Codechange: DebugDumpCommands() couldn't be inlined, define it ...smatz
2008-04-13(svn r12684) -Fix [FS#1891]: manually given service at depot order is not for...rubidium
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
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 multipl...rubidium
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 it...peter1138
2008-04-12(svn r12674) -Fix [FS#1902]: Colour remaps on station sprites only worked for...peter1138
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 missin...smatz
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
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 m...rubidium
2008-04-12(svn r12665) -Codechange: make the internal speed <-> display speed conversio...rubidium
2008-04-12(svn r12664) -Codechange: do not force the 'color' pointer to be non-NULL whe...rubidium
2008-04-11(svn r12663) -Codechange: move the definition from 'order_d' to a more approp...rubidium
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 ne...rubidium
2008-04-11(svn r12660) -Codechange: make the creation of depot order strings a little m...rubidium
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 CmdSend<VehicleType>ToD...rubidium
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 th...rubidium
2008-04-10(svn r12653) -Codechange: disable load/unload dropdowns when there is a 'via'...rubidium
2008-04-10(svn r12652) -Codechange: rework the order GUI a little more to make it a lit...rubidium
2008-04-10(svn r12651) -Fix (r12644) [FS#1915]: Dropdown widget width should be one pix...peter1138
2008-04-10(svn r12650) -Feature: ability to force a vehicle to not load at a station.rubidium
2008-04-10(svn r12649) -Fix: refit orders not being shown.rubidium
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game i...rubidium
2008-04-10(svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent 3...belugas