Age | Commit message (Expand) | Author |
2009-01-04 | (svn r14840) -Cleanup: remove duplicate includes | glx |
2009-01-04 | (svn r14827) -Feature [FS#1984]: few (optional) optimisations to making (init... | rubidium |
2009-01-03 | (svn r14819) -Change: make details and order menu stickyable, like the timeta... | rubidium |
2009-01-03 | (svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot... | smatz |
2009-01-03 | (svn r14801) -Codechange: don't reference Vehicle::num_orders directly but th... | rubidium |
2009-01-02 | (svn r14784) -Change: don't close and reopen the vehicle order/detail windows... | rubidium |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-10-24 | (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus) | rubidium |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-24 | (svn r14396) -Fix: ctrl+right click at 'Go to nearest depot' order scrolled t... | smatz |
2008-09-24 | (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/mo... | smatz |
2008-09-19 | (svn r14360) -Cleanup (r12652): remove unused handler for the 'Tranfser' button | smatz |
2008-09-15 | (svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt... | smatz |
2008-09-09 | (svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() an... | smatz |
2008-08-17 | (svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an o... | rubidium |
2008-08-06 | (svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal state... | frosch |
2008-07-31 | (svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order ... | belugas |
2008-07-14 | (svn r13704) -Fix: make timetables work more sensible when used in conjunctio... | rubidium |
2008-07-14 | (svn r13702) -Fix: do not overflow the order/timetable window when 'long' ord... | rubidium |
2008-06-10 | (svn r13444) -Codechange: make the order GUI somewhat more efficient. The mos... | rubidium |
2008-06-08 | (svn r13409) -Fix: division by zero when one would press 'd' (skip order) whe... | rubidium |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-17 | (svn r13151) -Codechange: use an enum instead of bool as return type of OnKey... | rubidium |
2008-05-17 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th... | rubidium |
2008-05-16 | (svn r13124) -Codechange: make a class of the OrdersWindow. | glx |
2008-05-08 | (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ... | rubidium |
2008-05-07 | (svn r12987) -Codechange: split viewport and tile selection. | rubidium |
2008-05-06 | (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-18 | (svn r12761) -Codechange: lots of minor whitespace coding style fixes around ... | rubidium |
2008-04-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de... | rubidium |
2008-04-17 | (svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function... | smatz |
2008-04-17 | (svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile() | smatz |
2008-04-14 | (svn r12699) -Codechange: Unify the order drawing code for orders and timetab... | maedhros |
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-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 r12667) -Feature: conditional 'skip/jump' orders. | rubidium |
2008-04-11 | (svn r12663) -Codechange: move the definition from 'order_d' to a more approp... | rubidium |
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-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 |