summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Expand)Author
2010-08-12(svn r20470) -Codechange: Make arrow buttons lower and raise like other butto...frosch
2010-08-12(svn r20468) -Fix: Vehicledetails of non-trains accessed a non existing scrol...frosch
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL...frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ...frosch
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s...frosch
2010-08-01(svn r20294) -Fix [FS#3996](r20281): 'break' got in wrong position.frosch
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-30(svn r20244) -Fix: the caption of the "Available vehicle" lists was black, wh...rubidium
2010-07-30(svn r20241) -Codechange: Move variable declarations to their first use.alberth
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-26(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS...alberth
2010-07-17(svn r20174) -Codechange [FS#3955]: Allow horizontal resizing for all vehicle...frosch
2010-07-17(svn r20173) -Codechange: Make the normal vehiclelist fit the longest action ...frosch
2010-07-17(svn r20172) -Codechange: Use BaseVehicleListWindow::BuildActionDropdownList(...frosch
2010-07-17(svn r20171) -Fix: Make the group list action dropdown also use vehicletype-s...frosch
2010-07-17(svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize().frosch
2010-07-17(svn r20169) -Codechange: Replace ShowGroupActionDropdown() with BaseVehicleL...frosch
2010-07-11(svn r20123) -Add [FS#3721]: Use all available space when drawing articulated...terkhen
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin...alberth
2010-07-02(svn r20041) -Fix [FS#3892](r19955): crash when spectator tried to open a veh...smatz
2010-06-23(svn r20014) -Fix [FS#3881]: don't close the sort dropdown in the (original) ...rubidium
2010-06-21(svn r20005) -Codechange: Enumify force_proceed.frosch
2010-06-11(svn r19957) -Codechange: remove VLW_WAYPOINT_LISTsmatz
2010-06-10(svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders w...smatz
2010-05-12(svn r19796) -Codechange: introduce and use a {DEPOT} string commandrubidium
2010-04-24(svn r19714) -Feature: ctrl+click on a vehicle to start/stop itsmatz
2010-04-24(svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehiclessmatz
2010-04-24(svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled cal...rubidium
2010-04-23(svn r19699) -Codechange: Use InvalidateData at the refit window.terkhen
2010-04-16(svn r19642) -Add: Sort cargos alphabetically at the "Reffitable to" label in...terkhen
2010-04-02(svn r19541) -Feature: Sort the list of refit options by cargo class / name.terkhen
2010-04-01(svn r19533) -Fix [FS#3720]: Vehicle details window did not resize correctly ...terkhen
2010-03-06(svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort fo...terkhen
2010-03-06(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.terkhen
2010-02-22(svn r19216) -Feature: Scroll to current order destination when ctrl+clicking...frosch
2010-02-10(svn r19087) -Codechange: some typos in StringIDsrubidium
2010-02-05(svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instea...smatz
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-30(svn r18963) -Codechange: Give AccelerationModel a generical name.terkhen
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2010-01-20(svn r18868) -Fix [FS#3547](r18776): Wrong comparator.frosch
2010-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper...rubidium
2010-01-15(svn r18818) -Fix [FS#3526] (r18766): some train acceleration type conversion...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-11(svn r18781) -Codechange: pass the CommandCost to the callback instead of whe...rubidium
2010-01-11(svn r18779) -Codechange: merge the command callbacks of the primary vehicles...rubidium
2010-01-10(svn r18776) -Codechange: Use SmallVector to collect refit options.frosch
2010-01-10(svn r18774) -Change: Consider callback 19 only broken after subcargos 0 to 2...frosch