summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
AgeCommit message (Expand)Author
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
2009-03-11(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,...rubidium
2009-03-09(svn r15652) -Fix [FS#2706]: new (this) is seldom a good idea as destructors ...michi_cc
2009-03-05(svn r15624) -Fix (r15621): warning about comparing signed and unsigned integ...smatz
2009-03-05(svn r15622) -Codechange: Duplication.peter1138
2009-03-05(svn r15621) -Feature: When cloning a vehicle with a custom name, add and/or ...peter1138
2009-02-24(svn r15569) -Codechange: replace MallocT + memset( 0 ) calls by CallocTsmatz
2009-02-21(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ...frosch
2009-02-18(svn r15517) -Fix [FS#2642](r6455): Wagonoverrides and articulated engine par...frosch
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-02-04(svn r15336) -Fix: do not use _current_company in the GUI as there are no gua...rubidium
2009-02-02(svn r15318) -Fix [FS#2594](r10288): don't warn about non-primary engines get...smatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-13(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEARsmatz
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-11(svn r14990) -Codechange: handle articulated RVs and trams more strictly in G...rubidium
2009-01-10(svn r14958) -Codechange [FS#1923]: when checking for unique names, compare o...smatz
2009-01-10(svn r14952) -Codechange: unify the "can vehicle go to station" testsrubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-09(svn r14944) -Cleanup: add spaces around some operatorsrubidium
2009-01-09(svn r14933) -Codechange: check the whether a pool item can be constructed in...rubidium
2009-01-08(svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window w...frosch
2009-01-04(svn r14835) -Change: apply the 'warn if train's income is negative' setting ...smatz
2009-01-04(svn r14831) -Codechange: use {VEHICLE} instead of Train/Ship/Road veh/Aircra...smatz
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14803) -Codechange: move order list management into it's own class and ...rubidium