summaryrefslogtreecommitdiff
path: root/newgrf_engine.c
AgeCommit message (Expand)Author
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu...Darkvater
2006-12-18(svn r7503) -Codechange: [NewGRF] Add bounds checking for spriteset cargo typ...peter1138
2006-11-29(svn r7285) -Fix (r7282): Our vehstatus is a byte, not a word.peter1138
2006-11-28(svn r7284) -Fix (r2361): off by one when calculating vehicle newgrf variable...peter1138
2006-11-28(svn r7282) -Fix (r625): ttdpatch vars are little endianpeter1138
2006-10-21(svn r6870) - Codechange: (re-)unify the code to retrieve the sprite group fo...peter1138
2006-10-17(svn r6795) - NewGRF: Add support for cargo-specific wagon overrides.peter1138
2006-10-12(svn r6756) - Fix: When resolving vehicle groups, only fall back to the defau...peter1138
2006-10-11(svn r6736) - Add a function to get the list position of an engine ID, for us...peter1138
2006-10-11(svn r6735) - Codestyle: Just some tidying up...peter1138
2006-09-27(svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound ...peter1138
2006-08-20(svn r6013) -Fix: some newgrf properties returned the date in the new format ...rubidium
2006-08-20(svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the fu...rubidium
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-06-23(svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters.richk
2006-06-22(svn r5338) - NewGRF: add support for vehicle variable 48, vehicle type info ...peter1138
2006-06-22(svn r5337) - NewGRF: pass the engine type to the engine resolver, to allow s...peter1138
2006-06-22(svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info wi...peter1138
2006-06-22(svn r5335) - Newgrf: correct spelling of hangarpeter1138
2006-06-20(svn r5320) - NewGRF: make sets using TTDPatch's train reversing hack/feature...peter1138
2006-06-14(svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but be...tron
2006-05-31(svn r5060) - NewGRF: add support for variable 7F (retrieve GRF parameter) fo...peter1138
2006-05-31(svn r5059) - NewGRF: store a GRFFile pointer reference for each pointer, ins...peter1138
2006-05-30(svn r5047) - NewGRF: fix typo of AIRPORT in enumpeter1138
2006-05-23(svn r4960) - NewGRF: explicitly handle unsupported variables, instead of ret...peter1138
2006-05-19(svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual var...peter1138
2006-05-18(svn r4902) Newgrf : Introduction of the newgrf_cargo files. belugas
2006-05-17(svn r4896) - NewGRF: add support for vehicle property 0x25 (user defined dat...peter1138
2006-05-15(svn r4872) - NewGRF: add support for vehicle variable 0x47 (mart3p)peter1138
2006-05-14(svn r4869) - NewGRF: support setting train list vehicle width to 32 instead ...peter1138
2006-05-14(svn r4867) - NewGRF: implement partial support for engine variable 0x42peter1138
2006-05-08(svn r4781) - NewGRF: give _traininfo_vehicle_pitch a proper declarationpeter1138
2006-05-03(svn r4721) - NewGRF: use loading sprites rather than loaded when there is no...peter1138
2006-05-03(svn r4714) - NewGRF: simplify evaluation of 'real' sprite groups.peter1138
2006-05-03(svn r4708) - NewGRF: fix selection of number of loaded and loading states.peter1138
2006-05-02(svn r4702) - NewGRF: add support for 'special' vehicle callbacks that use a ...peter1138
2006-05-02(svn r4697) - NewGRF: callback IDs can now be 16 bit values.peter1138
2006-05-02(svn r4696) - NewGRF: add support for vehicle variable 0x60, count vehicle ty...peter1138
2006-05-02(svn r4691) - Codechange: don't use unnamed unions as GCC 2.95.ancient won't ...peter1138
2006-05-01(svn r4649) - NewGRF: limit helicopter rotor animation frames to the number o...peter1138
2006-05-01(svn r4644) - NewGRF: support for variable 0x44, aircraft information. (mart3p)peter1138
2006-05-01(svn r4643) - NewGRF: Add support for ttdp aircraft states. This involves map...peter1138
2006-05-01(svn r4636) - NewGRF: when dealing with vehicle types other than trains, set ...peter1138
2006-04-30(svn r4632) - NewGRF: support loading of helicopter rotor sprites (mart3p)peter1138
2006-04-30(svn r4629) - NewGRF: constify more code that deals with sprite groups, now t...peter1138
2006-04-28(svn r4611) - NewGRF: introduce new vehicle sprite group resolver code. This ...peter1138
2006-04-28(svn r4609) - NewGRF: give GetCustomEngineSprite the correct return typepeter1138
2006-04-27(svn r4600) - NewGRF: minor code style tidy uppeter1138
2006-04-26(svn r4583) - NewGRF: Revamp sprite group loading to support advanced varadju...peter1138