summaryrefslogtreecommitdiff
path: root/engine.c
AgeCommit message (Expand)Author
2006-05-18(svn r4902) Newgrf : Introduction of the newgrf_cargo files. belugas
2006-05-17(svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' wi...peter1138
2006-04-18(svn r4471) - Pools: Add a facility for calling a custom function during pool...peter1138
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-03-16(svn r3895) - Add proper SLE(G)_CONDNULL macros for the empty space reservati...Darkvater
2006-02-20(svn r3627) - Change all hardcoded 255 max-saveload versions with the define ...Darkvater
2006-02-06(svn r3565) - Fix: On loading a game, GetPlayerRailtypes() didn't account for...peter1138
2006-02-03(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],...peter1138
2006-02-01(svn r3510) Fiddle with whitespace and parenthesestron
2006-01-24(svn r3423) - NewGRF: Update the base_intro age at which an engine will have ...peter1138
2006-01-19(svn r3410) - NewGRF fix: Only add a random number of days to an engine's bas...peter1138
2006-01-12(svn r3396) - Autoreplace changes:peter1138
2006-01-06(svn r3378) - NewGRF Fix: Use order status to determine whether a vehicle is ...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-12-02(svn r3252) - NewGRF: Map new train subtypes to old types for rail vehicles.peter1138
2005-11-14(svn r3181) -Bracingtron
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-11-03(svn r3126) Autoreplace: Only the first vehicle in a chain should be marked a...peter1138
2005-10-31(svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c li...bjarni
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
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-04(svn r3016) -NewGRF: Implement the start of reference counting for sprite gro...peter1138
2005-10-04(svn r3015) -NewGRF: Add a new sprite group result type, and support loading ...peter1138
2005-10-04(svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers...peter1138
2005-10-01(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p...tron
2005-09-28(svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATI...tron
2005-07-30(svn r2762) Simplify a loop, remove an unused variable and add many conststron
2005-07-26(svn r2720) Remove unused declarations and definitionstron
2005-07-26(svn r2717) Move _userstring to strings.[ch]tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-20(svn r2657) -Codechange: The available railtypes per player are now a bitmask...celestar
2005-07-20(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...tron
2005-06-27(svn r2494) - Fix: [newgrf] Dont assume a spriteset can only have 4 or 8 spr...hackykid
2005-06-21(svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayercelestar
2005-06-07(svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]tron
2005-06-06(svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback t...hackykid
2005-06-05(svn r2410) - Fix: [newgrf] When resolving callbacks, dont ignore wagon over...hackykid
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-06-01(svn r2389) - Feature: [newgrf] Implement the mechanism for handling newgrf ...hackykid
2005-05-30(svn r2387) - CodeChange: made the saveload code more readable and also remov...Darkvater
2005-05-22(svn r2361) - Feature: [newgrf] Implement varaction2 property 0x41 and 0xDA....hackykid
2005-05-17(svn r2345) - Fix: Don't allow stuff to be renamed to nothing if we don't sup...Darkvater
2005-05-15(svn r2324) Introduce _cmd_text for passing strings with a command instead of...tron
2005-05-14(svn r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater