summaryrefslogtreecommitdiff
path: root/src/articulated_vehicles.cpp
AgeCommit message (Expand)Author
2010-02-14(svn r19132) -Codechange: No need to end a line with ;;.alberth
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-12-20(svn r18566) -Codechange: When both the union and intersection of refit masks...frosch
2009-10-31(svn r17911) -Codechange: bool * is a pointer, not a boolpeter1138
2009-10-30(svn r17907) -Codechange: Deduplicate result interpretation of articulated ve...frosch
2009-10-06(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.frosch
2009-10-06(svn r17726) -Cleanup: Remove some unneeded/unused parameters.frosch
2009-10-04(svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineIn...frosch
2009-10-03(svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set...frosch
2009-09-14(svn r17534) -Codechange: unify the naming of callback masks/flagsrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-02(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe...smatz
2009-07-02(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f...rubidium
2009-07-02(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP...rubidium
2009-07-02(svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPa...smatz
2009-07-01(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...smatz
2009-06-27(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoA...frosch
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-05-26(svn r16426) -Fix [FS#2921] (r16390): articulated parts got the wrong image a...rubidium
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2009-05-24(svn r16412) -Cleanup: Shuffle vehicle pointers in AddArticulatedParts(), and...frosch
2009-05-24(svn r16411) -Fix (r16390): Building articulated roadvehicles caused infinite...frosch
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 r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-13(svn r16303) -Codechange: Use the question mark as default sprite when creati...frosch
2009-05-13(svn r16302) -Codechange: remove Vehicle::AllocateListsmatz
2009-03-18(svn r15763) -Codechange/Fix: Add Engine::GetDisplayDefaultCapacity() and use...frosch
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-03-09(svn r15655) -Codechange: Initialise vehicle vars only after a placement new ...michi_cc
2009-03-09(svn r15654) -Fix: Only ever call any vehicle callbacks after the whole artic...frosch
2009-02-27(svn r15592) -Fix: Refit-info in purchase list did only check the first artic...frosch
2009-02-21(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ...frosch
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-09(svn r14933) -Codechange: check the whether a pool item can be constructed in...rubidium
2009-01-07(svn r14903) -Fix: First create all articulated parts of roadvehicles, then c...frosch
2008-07-27(svn r13850) -Fix [FS#2146]: Fix resp. implement refitting of articulated veh...frosch
2008-07-27(svn r13847) -Codechange: Add MAX_ARTICULATED_PARTS and set it to 100.frosch
2008-06-05(svn r13385) -Fix (r12137): In the purchase list, CB36 for capacity was not c...peter1138
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-30(svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides.peter1138
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-21(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it...rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-02-14(svn r12137) -Fix [FS#1769]: Show cargo capacity for articulated vehicles cor...peter1138