summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Expand)Author
2008-05-13(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...rubidium
2008-05-11(svn r13047) -Codechange: remove vp_dglx
2008-05-11(svn r13046) -Codechange: make classes of the VehicleListWindow and the Vehic...rubidium
2008-05-11(svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.rubidium
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...rubidium
2008-05-08(svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the ....rubidium
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-06(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...rubidium
2008-05-06(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...rubidium
2008-05-06(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-27(svn r12912) -Codechange: overloaded ChangeVehicleViewWindow() so each argume...bjarni
2008-04-19(svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowView...rubidium
2008-04-19(svn r12788) -Codechange: unduplicate some vehicle GUI code. Patch by Alberth.rubidium
2008-04-18(svn r12766) -Add: sorting by road vehicle/train length. Based on a patch by ...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-13(svn r12687) -Change: show when a vehicle is actually leaving the station ins...rubidium
2008-04-07(svn r12615) -Codechange: rename some enums related to depot orders to make i...rubidium
2008-04-06(svn r12593) -Codechange: hide Order's flags in most of the code.rubidium
2008-04-06(svn r12588) -Codechange: do not access the destination of an order directly.rubidium
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-30(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.rubidium
2008-03-28(svn r12470) -Codechange: split order related types from order.h (and openttd...rubidium
2008-03-27(svn r12441) -Feature: open the time table when pressing the order button whi...rubidium
2008-03-02(svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a v...smatz
2008-03-01(svn r12323) -Fix [FS#1821](r6789): vehicle sorting by name was broken, it wa...smatz
2008-02-25(svn r12261) -Fix [FS#1805]: autoreplace did not update vehicle index for tim...glx
2008-02-20(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the t...smatz
2008-02-13(svn r12134) -Change: count the number of ticks a vehicle was running this da...smatz
2008-02-13(svn r12133) -Fix: Vehicle sorting by max speed did not work properly for tra...peter1138
2008-01-27(svn r11994) -Codechange: Remove numbers from string names where the strings ...maedhros
2008-01-18(svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of ...smatz
2008-01-18(svn r11915) -Codechange: Add a function to draw a sort button's up/down arro...peter1138
2008-01-17(svn r11912) -Codechange: use dropdown widget for autoreplace, station builde...peter1138
2008-01-17(svn r11899) -Cleanup: Remove ShowReplaceVehicleWindow() as it is basically a...frosch
2008-01-15(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with...rubidium
2008-01-14(svn r11848) -Codechange: New class-based drop down list functionality. Lists...peter1138
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11776) -Codechange: more header splittings to reduce the dependencies.rubidium
2008-01-07(svn r11775) -Codechange: move all autoreplace/autorenew functions to a singl...rubidium
2008-01-01(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so th...peter1138
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium