summaryrefslogtreecommitdiff
path: root/ttd.c
AgeCommit message (Expand)Author
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-06-01(svn r2391) - Feature: saving games happen in a seperate thread so you no lon...Darkvater
2005-05-30(svn r2387) - CodeChange: made the saveload code more readable and also remov...Darkvater
2005-05-26(svn r2367) Remove some unused functions, probably was some debug stufftron
2005-05-16(svn r2334) - Fix (regression): moved togglefullscreen into the video-driver,...Darkvater
2005-05-06(svn r2276) - CodeChange: remove DebugProc() and make the ALT+0...4 codes onl...Darkvater
2005-05-05(svn r2268) - Fix [ 1195595 ] high resolutions don't work. Clamp all possible...Darkvater
2005-04-13(svn r2192) - Add greater control to the 'message options' window. Now you ca...Darkvater
2005-03-30(svn r2112) -Fix: ExtMidi no longer halts the game while starting a songtron
2005-03-26(svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseL...pasky
2005-03-24(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.htruelight
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