summaryrefslogtreecommitdiff
path: root/src/table/engines.h
AgeCommit message (Expand)Author
2021-08-15Feature: [NewGRF] Maximum curve speed modifier for rail vehicles (#9346)Vít Šefl
2021-02-20Codechange: rename sound ids to make more sense. (#8701)frosch
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-29Codechange: Remove RailTypeByte typeCharles Pigott
2019-02-01Fix: Set MU flag on some default engines.Peter Nelson
2013-03-22(svn r25115) -Fix (r8973) [FS#5492-ish]: [NewGRF] Acceleration of NewGRF airc...frosch
2011-12-13(svn r23504) -Feature: Aircraft range.michi_cc
2011-11-08(svn r23149) -Add: [NewGRF] Road vehicle property 23 to shorten vehicles with...frosch
2011-08-03(svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period.michi_cc
2011-07-07(svn r22641) -Fix (r22639): Warning about uninitialised fields.frosch
2011-02-04(svn r21966) -Change [FS#4462]: [NewGRF] Disable the flipping of train engine...rubidium
2010-11-18(svn r21240) -Feature: [NewGRF] Implement action0 visual effect properties fo...rubidium
2010-11-18(svn r21239) -Codechange/Fix: [NewGRF] Use 0xFF instead of 0 as default value...rubidium
2010-08-02(svn r20303) -Feature: [NewGRF] Air drag property support for trains and road...terkhen
2010-08-02(svn r20300) -Add: Air drag field to the rail engine information.terkhen
2010-08-02(svn r20297) -Doc: Explain the default tractive effort value used by standard...terkhen
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-16(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "b...rubidium
2010-06-08(svn r19949) -Doc: Mention tricky units (like speed) more often and more cons...frosch
2010-06-08(svn r19947) -Doc: Comment engine property tables with engine names. (Krille)frosch
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-10-10(svn r17758) -Revert (r17208): Use assert_compile() if you cannot count.frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-18(svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank.frosch
2009-08-17(svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to...frosch
2009-08-17(svn r17208) -Cleanup: Remove never accessed EngineInfo for engine 255.frosch
2009-05-17(svn r16340) -Codechange: introduce SoundID (uint16) and use that instead of ...rubidium
2009-03-15(svn r15717) -Cleanup: apply some documentation coding style upon the stuff i...rubidium
2009-02-02(svn r15321) -Codechange: Load road vehicle 'realistic' acceleration properti...peter1138
2008-06-05(svn r13388) -Codechange: Remove "my invented flag for something that is a wa...peter1138
2008-05-13(svn r13074) -Fix: For multiheaded engines, halve power and running cost when...peter1138
2008-05-09(svn r13023) -Revert (r1444): Revert changes to multihead engine weight -- th...peter1138
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-02-21(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road ve...peter1138
2008-01-30(svn r12019) -Codechange: Add support for passenger engine designation for AI...peter1138
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-09(svn r11789) -Codechange: coding style for global variable namespeter1138
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-05-10(svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement.peter1138
2007-05-08(svn r9813) -Fix (r9799): wagons must have EC_STEAM, otherwise they don't sho...rubidium
2007-05-06(svn r9799) -Codechange: separate engine class and engine running cost class ...rubidium
2007-05-06(svn r9795) -Codechange: enumify the EngineClass.rubidium
2007-04-18(svn r9669) -Documentation: some more doxygen fixesbelugas
2007-03-18(svn r9298) -Fix (r1): A34-1000, Z-Shuttle, and Kelling K1 should be listed a...richk
2007-03-02(svn r8973) -Feature/Codechange: Changed the internal unit for aircraft veloc...celestar
2007-01-30(svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member ...belugas
2007-01-27(svn r8429) -Codechange: Add a name for AircraftVehicleInfo subtype helicopte...Darkvater
2007-01-24(svn r8385) -Fixtron