summaryrefslogtreecommitdiff
path: root/engine.c
AgeCommit message (Expand)Author
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
2005-05-11(svn r2290) - CodeChange: protect the next batch of commands. This brings us ...Darkvater
2005-03-25(svn r2064) - Codechange: GetVehicleSpriteGroup() cleanup - drop overriding_e...pasky
2005-03-25(svn r2063) Fix: the 0x40 deterministic spritegroup for vehicles was wrong, m...pasky
2005-03-24(svn r2043) -Fix: committed too many files in the last committruelight
2005-03-24(svn r2042) -Fix: forgot to remove a printf ;)truelight
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-02-06(svn r1832) Next byte -> char iteration: custom namestron
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
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 r1597) fix: autoreplace vehicle lists are now redrawn when a new vehicle...bjarni
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-14(svn r1508) Remove duplicate declarations and include proper headers where ne...tron
2005-01-10(svn r1456) Simplify isWagon(), make it static and give it a canonical name (...tron
2005-01-08(svn r1426) -Codechange: cleaned up the reference code in the saveload routinestruelight
2005-01-06(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an...truelight
2005-01-06(svn r1402) Trim trailing whitespacetron
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-21(svn r1196) -Fix: Preview Vehicle had a small glitch. Fixed now.truelight
2004-12-05(svn r955) Replace uint16 for orders with struct Ordertron
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight
2004-12-04(svn r939) -Fix: Fixed compiler errorstruelight
2004-11-25(svn r815) Include strings.h only in the files which need it.tron
2004-11-22(svn r767) Introduce USERSTRING_LEN (128) and try to make sure we don't overf...pasky
2004-11-17(svn r654) Hopefully complete support for randomized variational spritegroups...tron
2004-11-15(svn r635) Fix choosing a spritegroup from deterministic variational spritegr...tron
2004-11-15(svn r625) Almost complete support for deterministic variational vehicle spri...tron
2004-11-14(svn r611) -newgrf: Change GetCustomEngineSprite() calling convention (invisi...darkvater
2004-11-14(svn r607) -Patch: [ 985102 ] static cleanuptron
2004-11-14(svn r605) -newgrf: Framework for supporting variational spritegroups . Deter...darkvater