summaryrefslogtreecommitdiff
path: root/src/articulated_vehicles.cpp
AgeCommit message (Expand)Author
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
2007-08-03(svn r10770) -Codechange: use the pool item class as super class for the vehi...rubidium
2007-07-09(svn r10493) -Codechange: update some callback ID enums to reflect their chan...rubidium
2007-06-11(svn r10097) -Feature: Add support for articulated road vehicles, or callback...maedhros
2007-06-01(svn r10011) -Fix (r10008): Set the right svn properties on articulated_vehic...maedhros
2007-06-01(svn r10008) -Codechange: Move a couple of functions related to articulated v...maedhros