summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Expand)Author
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-11-24(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...rubidium
2013-11-11(svn r25965) -Fix [FS#5800]: the wrong vehicle would be taken in a shared ord...rubidium
2013-10-01(svn r25805) -Fix[FS#5740]: Ensure the vehicle bar is high enough for the sta...alberth
2013-10-01(svn r25804) -Fix[FS#5739]: Lower sprite and text at the vehicle bar if it is...alberth
2013-10-01(svn r25803) -Fix[FS#5738]: Draw start/stop graphics of the vehicle bar at th...alberth
2013-06-30(svn r25542) -Fix: Do not just add 65 pixels to the width of the train vehicl...frosch
2013-06-30(svn r25541) -Cleanup: No need to clear a bit which is never set.frosch
2013-06-30(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...frosch
2013-06-30(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...frosch
2013-06-24(svn r25456) -Fix [FS#5560]: Assertion when opening the refit GUI for a not r...frosch
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ...frosch
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
2013-03-02(svn r25058) -Add: tree nodes in the refit GUI for subtype refits.frosch
2013-02-24(svn r25044) -Change: Collapse subtypes in the refit GUI and only expand them...frosch
2013-02-24(svn r25043) -Change [FS#3764]: Only display subtypes in the refit GUI which ...frosch
2013-02-24(svn r25042) -Codechange/Fix: Simplify accumulation of refit options; also do...frosch
2013-02-24(svn r25041) -Remove [FS#3764-ish]: ordered refit with subtypes, since the ca...frosch
2013-02-14(svn r24997) -Change: Use dropdown list to select between Default/Days/Percen...rubidium
2013-02-14(svn r24995) -Codechange: Add flags to vehicle service interval for custom & ...rubidium
2013-02-14(svn r24994) -Codechange: Replace access to service_interval with accessors (...rubidium
2013-01-23(svn r24938) -Fix [FS#5447-ish]: Never put a space between cargo name and sub...frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-20(svn r24833) -Codechange: Replace magic numbers for invalidating vehicle-rela...michi_cc
2012-12-09(svn r24808) -Feature(ette) [FS#4458]: When share-cloning vehicles don't open...frosch
2012-12-08(svn r24801) -Codechange: Add functions to set integral DParams to suitable v...frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-09-23(svn r24553) -Add: Separate the 'available vehicles' from the other buttons i...frosch
2012-09-22(svn r24544) -Fix [FS#5297]: Do not show profit from refits as cost in the re...terkhen
2012-07-10(svn r24392) -Fix [FS#5239]: Use the 'all vehicles' group for the autoreplace...alberth
2012-07-07(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent...frosch
2012-05-16(svn r24260) -Change [FS#5126]: Make the oilrig-vehicle list accessible to sp...frosch
2012-03-10(svn r24023) -Fix [FS#5090]: pass cases down into the list of cargosrubidium
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2012-01-01(svn r23706) -Codechange: prevent 'unknown command' doxygen errorssmatz
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-16(svn r23540) -Codechange: unify and document vehicle widgetsrubidium
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-12-13(svn r23504) -Feature: Aircraft range.michi_cc
2011-12-10(svn r23487) -Change/Fix: Make autoreplace, autorenew, cloning and autorefit ...frosch
2011-12-10(svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the vehi...rubidium
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-08(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks return...frosch
2011-11-04(svn r23111) -Fix: Keep subtype when automatically choosing the cargo for aut...michi_cc
2011-11-04(svn r23089) -Add: Allow specifying refits for go-to station orders.michi_cc
2011-11-01(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to dra...frosch
2011-11-01(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and V...frosch
2011-11-01(svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code.frosch