summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Expand)Author
2009-03-15(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinatesmatz
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-27(svn r15592) -Fix: Refit-info in purchase list did only check the first artic...frosch
2009-02-14(svn r15480) -Feature(tte): Show the cargo subtype in the vehicle details win...michi_cc
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15427) -Codechange: give w->caption_color a more sensible name as it ho...rubidium
2009-02-04(svn r15338) -Fix [FS#2598]: close all construction related windows whenever ...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15236) -Codechange: Rename realistic_acceleration patch option to train...peter1138
2009-01-13(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEARsmatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
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 r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio...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-12-16(svn r14683) -Change: only say a engine/vehicle is refittable when it can be ...rubidium
2008-11-20(svn r14599) -Fix (r14598)[FS#2417]: Show again group-membership in the vehic...frosch
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 r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/mo...smatz
2008-09-17(svn r14352) -Feature: Allow sorting vehicles by remaining life time.belugas
2008-09-15(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, presid...smatz
2008-09-15(svn r14334) -Feature: ability to reset name to default/automatic value (for ...smatz
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz
2008-09-15(svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore.rubidium
2008-09-13(svn r14306) -Codechange: unify the code to draw the vehicle list.rubidium
2008-09-12(svn r14302) -Codechange: simplify and make the vehicle list and group window...rubidium
2008-09-12(svn r14301) -Codechange: give the vehicle list and group list the same relat...rubidium
2008-08-24(svn r14150) -Add: Add the count of trains using the current waypoint in the ...belugas
2008-08-23(svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ...belugas
2008-08-22(svn r14133) -Fix [FS#2249]: close the 'manage vehicles' dropdown once the nu...rubidium
2008-08-21(svn r14118) -Fix(r14104): typos creeping like bugsbelugas
2008-08-20(svn r14104) -Feature: Add a window for waypoints, allowing to view all the t...belugas
2008-08-17(svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an o...rubidium
2008-08-15(svn r14076) -Codechange: Merge the four start/stop commands into a single CM...frosch
2008-08-13(svn r14063) -Codechange: replace some "magic" constants with enumified const...rubidium
2008-08-12(svn r14058) -Fix [FS#2224]: NewGRF callback 23 didn't use the NewGRF compati...rubidium
2008-08-06(svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal state...frosch
2008-08-06(svn r14006) -Codechange: Deduplicate some code.frosch
2008-08-02(svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when wait...rubidium
2008-08-02(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 a...belugas
2008-07-17(svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.rubidium
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-17(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...rubidium
2008-06-24(svn r13623) -Codechange: only show the 'load' of articulated RV parts that h...rubidium