summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Expand)Author
2010-12-30(svn r21666) -Codechange: Use GetCallbackWnd at more places.alberth
2010-12-26(svn r21644) -Change: keep showing "No orders" when the order list is filled ...rubidium
2010-12-21(svn r21583) -Fix (r21566): The new scrollbar was not ignored correctly for s...terkhen
2010-12-21(svn r21570) -Add: Allow to select a vehicle and the following chain with a k...terkhen
2010-12-21(svn r21569) -Add: Don't close the refit window after refitting only a consis...terkhen
2010-12-21(svn r21568) -Add: Show the selected consist part at the refit window.terkhen
2010-12-21(svn r21567) -Feature: Allow to refit only the selected part of a train consist.terkhen
2010-12-21(svn r21566) -Add: Draw current vehicle at the refit window.terkhen
2010-12-21(svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage().terkhen
2010-12-21(svn r21563) -Codechange: Add function to get the width of a vehicle.terkhen
2010-12-21(svn r21560) -Codechange: Declare DrawVehicleImage in its header.terkhen
2010-12-21(svn r21559) -Add: Disable the refit button until a refit option is selected.terkhen
2010-12-14(svn r21521) -Codechange: Unify some cached values that were present in both ...terkhen
2010-12-14(svn r21519) -Codechange: Allow direct access to the GroundVehicleCache from ...terkhen
2010-12-14(svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache.terkhen
2010-12-14(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.terkhen
2010-12-14(svn r21515) -Codechange: Use cached_total_length where appropiate.terkhen
2010-12-05(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytesrubidium
2010-11-27(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.terkhen
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai...alberth
2010-11-16(svn r21214) -Add: Display mail capacity when refitting an aircraft to passen...terkhen
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ...rubidium
2010-11-06(svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache.terkhen
2010-11-06(svn r21098) -Codechange: Ships now store their max speed in the cache instea...terkhen
2010-11-06(svn r21097) -Codechange: Unify cached max speed for all vehicle types.terkhen
2010-11-06(svn r21096) -Fix: Display the real max speed for aircrafts instead of always...terkhen
2010-11-04(svn r21083) -Codechange: Limit the number of exceptions in the refittable ca...belugas
2010-10-19(svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could ...planetmaker
2010-10-15(svn r20921) -Fix [FS#4160]: Refit costs were not shown for long cargo names.terkhen
2010-09-09(svn r20777) -Codechange: make VehicleListIdentifier a variable of BaseVehicl...rubidium
2010-09-08(svn r20773) -Codechange: use packed VehicleListIdentifiers for some commands...rubidium
2010-09-08(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbersrubidium
2010-09-08(svn r20771) -Add: concept of vehicle list identifiers to identify a vehicle ...rubidium
2010-09-08(svn r20770) -Codechange: move some bits around in CmdMassStartStop's parametersrubidium
2010-09-08(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehic...rubidium
2010-09-08(svn r20768) -Codechange: unify send-to-depot commandsrubidium
2010-09-06(svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ...smatz
2010-09-02(svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive r...frosch
2010-09-02(svn r20719) -Codechange: Remove some hardcoded iconsizes.frosch
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-18(svn r20547) -Change: the way order backups are performed. Now restoring an o...rubidium
2010-08-18(svn r20545) -Codechange: make sure an OrderBackup gets cleared when the depo...rubidium
2010-08-18(svn r20539) -Codechange: make order backups more self-contained.rubidium
2010-08-13(svn r20485) -Fix [FS#4012]: Sorting of refittable cargos was wrong for trains.terkhen
2010-08-13(svn r20484) -Codechange: Move BuildRefitList to the RefitWindow class.terkhen
2010-08-13(svn r20483) -Doc: RefitOption operators.terkhen
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