summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Expand)Author
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
2008-06-24(svn r13622) -Fix [FS#2109]: only the front of a RV would be considered when ...rubidium
2008-06-20(svn r13593) -Fix [FS#2095](r13524): sorting by cargo capacity was brokensmatz
2008-06-19(svn r13587) -Codechange: make some globals members of VehicleListBase since ...skidd13
2008-06-16(svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting w...skidd13
2008-06-15(svn r13524) -Codechange: use the typesafe QSort for vehicle sortingsskidd13
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-28(svn r13307) -Codechange: Separate VehicleList and its two functions so only ...peter1138
2008-05-27(svn r13291) -Fix (r13266): qsort passed wrong sizeof datapeter1138
2008-05-26(svn r13270) -Codechange: There is no need to clear lists in the window const...peter1138
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-25(svn r13248) -Codechange: Use VehicleList for depot GUI.peter1138
2008-05-23(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f...peter1138
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-19(svn r13183) -Codechange: make a window class of the VehicleViewWindow.rubidium
2008-05-18(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+Invalidat...rubidium
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so wi...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-16(svn r13128) -Codechange: Make a class of the refit windowpeter1138
2008-05-16(svn r13120) -Codechange: make a class of the VehicleDetailsWindow.rubidium