summaryrefslogtreecommitdiff
path: root/ttd.c
AgeCommit message (Expand)Author
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
2005-01-14(svn r1508) Remove duplicate declarations and include proper headers where ne...tron
2005-01-12(svn r1488) -Fix: fixed some spelling mistakes (tnx to Tron)truelight
2005-01-12(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it...truelight
2005-01-11(svn r1479) -Added highscore chart (accessible from the difficulty window) wi...darkvater
2005-01-10(svn r1453) Feature: MD5 hash check for TTD filesdominik
2005-01-09(svn r1451) Fix some of the signed/unsigned comparison warningstron
2005-01-09(svn r1440) -Feature: Allows more flexible airport layouts now, as the number ofcelestar
2005-01-08(svn r1430) -Fix: starting openttd with -g <invalid_name> now acts normaltruelight
2005-01-07(svn r1417) Fix: The invisible tiles on the southern border are now converted...dominik
2005-01-07(svn r1409) Simplify some preprocessor magictron
2005-01-06(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an...truelight
2005-01-03(svn r1346) -Fix: fix signed/unsigned warningsdarkvater