summaryrefslogtreecommitdiff
path: root/src/vehicle_func.h
AgeCommit message (Expand)Author
2009-06-06(svn r16525) -Codechange: Notify small ufos on deletion of road vehicles, so ...frosch
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-22(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriaterubidium
2009-03-13(svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information...frosch
2009-03-11(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge Vehi...rubidium
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-01-10(svn r14952) -Codechange: unify the "can vehicle go to station" testsrubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-12-26(svn r14751) -Codechange: put VehicleEnterTile declaration where it should be...smatz
2008-12-26(svn r14747) -Codechange: remove DeleteVehicleChain in favour of the vehicle ...rubidium
2008-10-19(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-09(svn r14285) -Fix [FS#2263]: A train inside a wormhole could free the reserva...michi_cc
2008-09-07(svn r14258) -Codechange: rework the way to query the vehicle hash to make su...rubidium
2008-08-16(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla...frosch
2008-08-01(svn r13912) -Codechange: remove some casts by returning the proper type inst...rubidium
2008-07-24(svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot...smatz
2008-05-28(svn r13307) -Codechange: Separate VehicleList and its two functions so only ...peter1138
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-25(svn r13248) -Codechange: Use VehicleList for depot GUI.peter1138
2008-05-25(svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simp...peter1138
2008-05-25(svn r13240) -Codechange: More const-ness for GUI code.peter1138
2008-05-14(svn r13087) -Codechange: Constify CalcPercentVehicleFilled() (michi_cc)peter1138
2008-05-07(svn r12986) -Codechange: move the landscape and transport related types from...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-20(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpprubidium
2008-04-20(svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a unifo...rubidium
2008-04-19(svn r12791) -Codechange: [autoreplace] Added a flag parameter (listens for D...bjarni
2008-04-11(svn r12658) -Codechange: unify a vast portion of the CmdSend<VehicleType>ToD...rubidium
2008-04-08(svn r12629) -Codechange: Split VehicleNeedsService() into Vehicle::NeedsServ...frosch
2008-03-28(svn r12476) -Codechange: split type engine related types from engine.h (and ...rubidium
2008-03-28(svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPix...rubidium
2008-01-18(svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of ...smatz
2008-01-16(svn r11882) -Codechange: introduce MarkSingleVehicleDirty() and simplify the...smatz
2008-01-09(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very ...smatz
2008-01-07(svn r11775) -Codechange: move all autoreplace/autorenew functions to a singl...rubidium
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium