summaryrefslogtreecommitdiff
path: root/ttd.c
AgeCommit message (Expand)Author
2005-03-13(svn r2005) - Fix: fix previous commit. Using 'New Game (scenario)' will use ...Darkvater
2005-03-12(svn r2004) - Fix: [ 1149487 ] Autosave ignoring settingsDarkvater
2005-03-12(svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (so...tron
2005-03-10(svn r1986) - Fix: free _config_file when shutting down openttd. Strange that...Darkvater
2005-03-10(svn r1982) -Fix: also windows has no 'fork' optiontruelight
2005-03-09(svn r1978) - Fix: Plug some memleaks; thanks ValgrindDarkvater
2005-03-06(svn r1944) Make --help output for -d at least somewhat useful.pasky
2005-03-06(svn r1940) TODO about usrerror().pasky
2005-02-23(svn r1910) Move two variables out of variables.h which are only used locallytron
2005-02-22(svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bu...Darkvater
2005-02-18(svn r1889) -Fix: [ 1108637 ] 'Play scenario' now loads game options and diff...celestar
2005-02-17(svn r1881) -Fix: [ 1119308 ] Max passengers / mail variables are now 32 bitcelestar
2005-02-10(svn r1853) Move spritecache function declarations into a header of their own...tron
2005-02-06(svn r1833) byte -> char transition: the resttron
2005-02-06(svn r1821) Move generic string handling functions to string.[ch] and introdu...tron
2005-02-06(svn r1818) -Add: Dynamic orders (up to 64k orders)truelight
2005-02-06(svn r1817) -Codechange: Moved depot-functions to depot.ctruelight
2005-02-06(svn r1814) Let ReadFileToMem() return void* (instead of byte*) because we do...tron
2005-02-06(svn r1813) Declare functions implemented in strings.c in their own shiny new...tron
2005-02-05(svn r1805) Teach the driver layer a few things about const correctnesstron
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-02-05(svn r1800) Make adding new debug categories to the command line parser easiertron
2005-02-05(svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debuggingcelestar
2005-02-04(svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadst...truelight
2005-02-04(svn r1787) -Add: Dynamic signs (euh.. yeah, this means you can built 64k signs)truelight
2005-02-04(svn r1783) -Add: Dynamic vehicles (now up to 64k of vehicles)truelight
2005-02-03(svn r1776) -Add: Dynamic stations. You can now have up to 64k of stationstruelight
2005-02-02(svn r1772) -Fix: [ 1114100 ] Dedicated server boots againtruelight
2005-02-02(svn r1771) -Add: Industries are now dynamic (up to 64k industries). Generating truelight
2005-02-02(svn r1768) -Codechange: Store town index in _map2 of town tilescelestar
2005-02-01(svn r1764) -Add: dynamic towns, you can now have up to 64k towns (let me kno...truelight
2005-01-31(svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each v...darkvater
2005-01-31(svn r1747) - Fix: [network] ottd should compile when networking is disabled.darkvater
2005-01-30(svn r1737) Add DEBUG category "map" and use it to print the map size when al...tron
2005-01-29(svn r1722) -Feature: Bigger maps - anyone?tron
2005-01-29(svn r1721) -Feature: It is now possible to build multiple road stations (up ...celestar
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-28(svn r1703) - Fix: Scrolling with the arrow keys is now smooth and it now als...dominik
2005-01-26(svn r1683) Fix placement of MP_VOID tiles. On square maps it accidently work...tron
2005-01-25(svn r1667) - Feature: Signs are now shown in the color of the player who cre...dominik
2005-01-23(svn r1616) Introduce ttd_strlcat() and use it to de-uglify some piece of cod...tron
2005-01-23(svn r1610) Remove trailing whitespace (last time ever, i hope)tron
2005-01-23(svn r1606) Fix some bogus caststron
2005-01-22(svn r1596) Add some more staticstron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-16(svn r1537) -Fix: Close all and any open filehandles open at shutdown (tamlin)darkvater
2005-01-16(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...tron
2005-01-15(svn r1528) -Fix: forgot to init a variabletruelight
2005-01-15(svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.truelight
2005-01-14(svn r1509) Const correctness and add static where appropriate while touching...tron