summaryrefslogtreecommitdiff
path: root/src/articulated_vehicles.cpp
AgeCommit message (Expand)Author
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
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-09-26(svn r11173) -Codechange: rename some callback enums so they are more uniform.rubidium
2007-09-17(svn r11122) -Fix [FS#1234]: crash when building a NewGRF vehicle when the ar...rubidium
2007-09-16(svn r11120) -Codechange: remove the arbitrary limit of 10 articulated parts ...rubidium
2007-09-05(svn r11047) -Fix (r11011) [FS#1205]: desync due to wrong cached vehicle leng...rubidium
2007-09-01(svn r11033) -Fix [FS#1184] (r11011): building articulated vehicles failed. B...rubidium
2007-08-30(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl...rubidium