summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
AgeCommit message (Expand)Author
2009-06-09(svn r16544) -Codechange: use double-linked list for vehicle position caches ...smatz
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-06-06(svn r16525) -Codechange: Notify small ufos on deletion of road vehicles, so ...frosch
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-05-31(svn r16477) -Fix [FS#2936] (r12650): loading indicator when 'unload' in and ...rubidium
2009-05-30(svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor ...smatz
2009-05-27(svn r16451) -Fix (r16449): crash when a spectator (or dedicated server) rece...smatz
2009-05-26(svn r16439) -Change: Make the default vehicle servicing settings company-bas...yexo
2009-05-26(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r...rubidium
2009-05-24(svn r16422) -Codechange: use const_cast for removing const and warn when con...rubidium
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2009-05-24(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...frosch
2009-05-24(svn r16414) -Change: Make it harder to ignore/close important error messages...frosch
2009-05-23(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehiclerubidium
2009-05-23(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struc...rubidium
2009-05-22(svn r16393) -Codechange: move VehicleRail to Train.rubidium
2009-05-22(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-22(svn r16390) -Codechange: move u.road to RoadVehicle.rubidium
2009-05-22(svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriaterubidium
2009-05-22(svn r16388) -Codechange: move u.air to Aircraftrubidium
2009-05-22(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriaterubidium
2009-05-22(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.rubidium
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-22(svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle wa...smatz
2009-05-18(svn r16354) -Codechange: use 'new' pool accessors and methods for Engine toosmatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-15(svn r16315) -Codechange: move the autorenew settings to a new CompanySetting...yexo
2009-05-13(svn r16302) -Codechange: remove Vehicle::AllocateListsmatz
2009-05-13(svn r16299) -Fix (r16242): don't use DoCommandP when the function can be cal...smatz
2009-05-13(svn r16291) -Fix [FS#2893]: RVs were unable to find a depot when turning aro...rubidium
2009-05-09(svn r16260) -Codechange: Add Vehicle::IncrementOrderIndex() to deduplicate s...frosch
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
2009-05-06(svn r16240) -Fix: Make 'stop in depot'-orders only apply on the target depot...frosch
2009-05-04(svn r16228) -Fix/Change (r16187): If we are heading for a different depot, d...frosch
2009-05-01(svn r16198) -Fix/Change (r16187): 'Go to nearest depot'-orders are fulfilled...frosch
2009-04-29(svn r16187) -Fix [FS#2871]: do mark the "go to depot X" order fulfilled when...rubidium
2009-04-27(svn r16178) -Fix [FS#2866]: don't try to reserve path for trains crashed in ...smatz
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-21(svn r16114) -Cleanup: unify some more strings and remove some more unused st...rubidium
2009-04-18(svn r16079) -Fix [FS#2824]: insanely fast trains would not stop in time for ...rubidium
2009-04-12(svn r16048) -Fix/Feature-ish [FS#2740]: don't warn that crashed vehicles are...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-13(svn r15704) -Cleanup: remove further includes from recently split filessmatz
2009-03-13(svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information...frosch
2009-03-13(svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp.rubidium
2009-03-12(svn r15681) -Cleanup: remove unneeded forward declaration.rubidium
2009-03-11(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge Vehi...rubidium