summaryrefslogtreecommitdiff
path: root/src/vehicle_base.h
AgeCommit message (Expand)Author
2013-02-14(svn r24998) -Fix [FS#5137]: Set vehicle's service interval is percent flag a...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
2012-09-16(svn r24528) -Fix: [NewGRF] RandomAction 84 should interpret register 100 as ...frosch
2012-07-29(svn r24446) -Add [FS#5199]: Store more consist properties in order backups.frosch
2012-07-29(svn r24443) -Codechange: Move Vehicle::name to BaseConsist.frosch
2012-07-29(svn r24442) -Codechange: Split some members of Vehicle into a new class Base...frosch
2012-07-07(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent...frosch
2012-05-14(svn r24246) -Add [FS#5052-ish]: [NewGRF] Variable with the current max speed...michi_cc
2012-04-17(svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old....michi_cc
2012-01-02(svn r23714) -Codechange: don't mix Viewport with non-viewport codetruebrain
2012-01-02(svn r23713) -Codechange: split VehicleMove() into two functions, to minimali...truebrain
2012-01-02(svn r23712) -Codechange: rename the two vehicle hashes we have to names that...truebrain
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-19(svn r23594) -Codechange: follow coding style with multi line commentsrubidium
2011-12-18(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise ou...smatz
2011-12-12(svn r23502) -Fix (r23143): Vehicle var 42 used a cargo translation table of ...frosch
2011-11-21(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to d...michi_cc
2011-11-04(svn r23104) -Codechange: prepare the vehicle/sign z for some further changes...rubidium
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
2011-10-04(svn r22997) -Feature: [NewGRF] Allow access to other vehicles in the vehicle...michi_cc
2011-09-19(svn r22947) -Fix: [NewGRF] Do not call CB 32 for disaster, effect vehicles o...frosch
2011-08-03(svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period.michi_cc
2011-05-18(svn r22473) -Codechange: Automatic orders are better called implicit orders ...planetmaker
2011-05-14(svn r22459) -Doc: Typo fixes and doxygen markup improvements.alberth
2011-04-16(svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehic...frosch
2011-02-01(svn r21938) -Codechange: AfterLoadGame() is no longer friend of Vehicle.alberth
2011-01-31(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and...frosch
2011-01-31(svn r21932) -Document: some tidbits related to vehiclesrubidium
2011-01-30(svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions.alberth
2011-01-29(svn r21925) -Doc: Doxygen additions and markup corrections to vehicle-relate...alberth
2011-01-29(svn r21923) -Codechange: Unify articulated vehicle iteration functions.terkhen
2011-01-29(svn r21922) -Codechange: Unify articulated vehicle checking functions.terkhen
2011-01-29(svn r21921) -Codechange: Move GroundVehicleSubtypeFlags as they will be need...terkhen
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-21(svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBas...smatz
2011-01-18(svn r21843) -Codechange: move documentation towards the code to make it more...rubidium
2011-01-15(svn r21807) -Codechange: split automatic order removal into a separate funct...rubidium
2011-01-04(svn r21709) -Fix (r8128): Vehicle sprite was cached into a 16 bit variable, ...peter1138
2010-12-26(svn r21644) -Change: keep showing "No orders" when the order list is filled ...rubidium
2010-12-26(svn r21642) -Feature: concept of automatic station orders; add stub orders f...rubidium
2010-12-14(svn r21519) -Codechange: Allow direct access to the GroundVehicleCache from ...terkhen
2010-12-14(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.terkhen
2010-12-13(svn r21508) -Codechange: move the code to handle the pathfinder's "path foun...rubidium
2010-12-13(svn r21504) -Codechange: move the "lost" bit from the train's flags to vehic...rubidium
2010-12-11(svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle.rubidium
2010-11-27(svn r21338) -Fix [FS#4272]: bogus cache mismatch warnings with desync debugg...rubidium