log

age author description
Sat, 05 Feb 2005 15:05:52 +0000 celestar (svn r1801) -Fix [Multistop] Fixed a crash that occured when copying orders due to not checking a pointer to be non-NULL draft
Sat, 05 Feb 2005 14:18:25 +0000 tron (svn r1800) Make adding new debug categories to the command line parser easier draft
Sat, 05 Feb 2005 12:10:09 +0000 celestar (svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging draft
Fri, 04 Feb 2005 20:40:04 +0000 tron (svn r1798) GetFoo(i)->index is per definition i, so replace the former with the latter draft
Fri, 04 Feb 2005 20:17:15 +0000 tron (svn r1797) Clean up TileLoopClearHelper() a bit: draft
Fri, 04 Feb 2005 19:53:53 +0000 tron (svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing draft
Fri, 04 Feb 2005 19:51:43 +0000 tron (svn r1795) Change CFLAGS for MorphOS (tokai) draft
Fri, 04 Feb 2005 19:38:04 +0000 tron (svn r1794) Make the dedicated server compile again under MorphOS (tokai) draft
Fri, 04 Feb 2005 17:57:07 +0000 tron (svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does The Wrong Thing(tm) when date is used within $(shell) draft
Fri, 04 Feb 2005 17:45:11 +0000 tron (svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as there seem to be platforms (MorphOS) out there which don't provide some proper defaults. draft
Fri, 04 Feb 2005 17:14:36 +0000 tron (svn r1791) Remove the remnants of CMD_DESTROY_INDUSTRY, which was removed a long time ago draft
Fri, 04 Feb 2005 16:50:18 +0000 tron (svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable: draft
Fri, 04 Feb 2005 15:39:10 +0000 truelight (svn r1789) -Fix: there is no need to save the index, it is done for us draft
Fri, 04 Feb 2005 15:31:30 +0000 truelight (svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadstops. draft
Fri, 04 Feb 2005 14:45:32 +0000 truelight (svn r1787) -Add: Dynamic signs (euh.. yeah, this means you can built 64k signs) draft
Fri, 04 Feb 2005 14:24:23 +0000 truelight (svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to 5000 draft
Fri, 04 Feb 2005 14:05:28 +0000 truelight (svn r1785) -Fix: space-correctness in road_cmd.c, and one wrong line from last draft
Fri, 04 Feb 2005 13:56:51 +0000 truelight (svn r1784) -Fix: removed ClosestTownFromTile where possible, or replaced it draft
Fri, 04 Feb 2005 13:23:29 +0000 truelight (svn r1783) -Add: Dynamic vehicles (now up to 64k of vehicles) draft
Fri, 04 Feb 2005 07:52:12 +0000 tron (svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely draft
Thu, 03 Feb 2005 22:09:19 +0000 tron (svn r1781) Fix static declaration after non-static declaration of same symbol draft
Thu, 03 Feb 2005 21:18:49 +0000 tron (svn r1780) Don't clear LIBS and LDFLAGS draft
Thu, 03 Feb 2005 20:52:12 +0000 tron (svn r1779) Make the map generation code slightly more readable draft
Thu, 03 Feb 2005 19:23:06 +0000 matthijs (svn r1778) - Fix: [ 1115200 ] In the main menu, when starting a new game while the load game dialog is open, openttd asserts. draft
Thu, 03 Feb 2005 18:20:43 +0000 tron (svn r1777) Fix map generation for tropical and arctic landscape on larger/smaller maps draft
Thu, 03 Feb 2005 17:22:35 +0000 truelight (svn r1776) -Add: Dynamic stations. You can now have up to 64k of stations draft
Wed, 02 Feb 2005 20:36:04 +0000 truelight (svn r1775) -Fix: The NPF patch setting was not synced in network. draft
Wed, 02 Feb 2005 19:15:35 +0000 truelight (svn r1774) -Fix: fixed an other possible crash related to previous commit draft
Wed, 02 Feb 2005 19:08:34 +0000 truelight (svn r1773) -Fix: [ 1114950 ] Game crashed sometimes when there were no industries draft
Wed, 02 Feb 2005 18:28:08 +0000 truelight (svn r1772) -Fix: [ 1114100 ] Dedicated server boots again draft