summaryrefslogtreecommitdiff
path: root/src/articulated_vehicles.cpp
AgeCommit message (Expand)Author
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