summaryrefslogtreecommitdiff
path: root/engine.h
AgeCommit message (Expand)Author
2006-02-13(svn r3602) - Move _railveh_score data to _rail_vehicle_info->ai_rank and rem...peter1138
2006-02-11(svn r3586) - NewGRF: Load callback masks for all vehicle types.peter1138
2006-02-03(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],...peter1138
2006-01-12(svn r3396) - Autoreplace changes:peter1138
2006-01-07(svn r3388) - NewGRF: Allow train running cost class to differ from engine cl...peter1138
2006-01-05(svn r3365) Staticise 36 functionstron
2005-12-18(svn r3316) - NewGRF: Unload engine names before loading grf files. This fixe...peter1138
2005-12-15(svn r3308) BADtron
2005-11-06(svn r3148) -NewGRF, Feature: Add support for cargo refitting specification b...peter1138
2005-11-05(svn r3139) -NewGRF, Feature: support for articulated rail vehicles. This is ...peter1138
2005-10-20(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.peter1138
2005-10-18(svn r3059) Use bitfields to encode railtype and climates of engines instead ...tron
2005-10-04(svn r3017) -NewGRF: Implement sprite group unreferencing and unloading.peter1138
2005-10-01(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p...tron
2005-09-26(svn r2990) Remove _engine_original_sprites and replace all uses with referen...peter1138
2005-09-26(svn r2989) - Make engine/vehicle information tables constant. Duplicate them...peter1138
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-08-11(svn r2857) -Fix: PlayerID is not a valid type for a player-bit-field. Partly...truelight
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-19(svn r2639) -Add: Added the vehicle names in table/engines.h so that you know...celestar
2005-07-01(svn r2504) Move Draw*EngineInfo to engine_gui.c to reduce dependenciestron
2005-06-07(svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]tron
2005-06-06(svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), a...hackykid
2005-06-06(svn r2415) - Fix: [newgrf] Powered Wagons - Don't assume an undefined callb...hackykid
2005-06-06(svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback t...hackykid
2005-06-03(svn r2401) - Fix: [newgrf] Finish up callback mechanism, implement 'refit c...hackykid
2005-06-01(svn r2389) - Feature: [newgrf] Implement the mechanism for handling newgrf ...hackykid
2005-05-14(svn r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater
2005-05-11(svn r2290) - CodeChange: protect the next batch of commands. This brings us ...Darkvater
2005-03-10(svn r1981) Typedef some structs and enumstron
2005-03-09(svn r1979) Const correctnesstron
2005-03-09(svn r1978) - Fix: Plug some memleaks; thanks ValgrindDarkvater
2005-02-06(svn r1833) byte -> char transition: the resttron
2005-01-27(svn r1701) Style police ^^tron
2005-01-27(svn r1700) - Fix: Hacked clients can no longer be used to build vehicles tha...bjarni
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-07(svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the codecelestar
2005-01-02(svn r1323) Adding autoreplace featurebjarni
2004-12-28(svn r1290) Added type to typedef struct Engine and filled in the same data a...bjarni
2004-12-04(svn r923) Forgot s/rail_vehinfo/RailVehInfo/tron
2004-12-03(svn r920) Replace vehicle info macros with inline functions and add asserts ...tron
2004-11-17(svn r654) Hopefully complete support for randomized variational spritegroups...tron
2004-11-14(svn r611) -newgrf: Change GetCustomEngineSprite() calling convention (invisi...darkvater
2004-11-14(svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to spr...darkvater
2004-11-14(svn r581) -newgrf: Basic support for new stations - only waypoints supported...celestar
2004-11-13(svn r565) -newgrf: fixed double work of RoadVehicleInfo[]; added AircraftVeh...darkvater
2004-11-13(svn r562) newgrf: Merge most of the road vehicle info to a singlecelestar
2004-11-12(svn r557) -newgrf: Rename all 'superset' tokens to 'group' and some other sm...darkvater
2004-11-12(svn r546) -newgrf: Use GetCustomVehicleIcon() for fetching sprites for vehic...darkvater
2004-08-09(svn r1) Import of revision 975 of old (crashed) SVNtruelight