queue.c
Sat, 11 Feb 2006 15:05:56 +0000 tron (svn r3592) Miscellaneous smaller changes, most notably replacing sizeof(type) by sizeof(*variable)
Sat, 11 Feb 2006 11:43:06 +0000 tron (svn r3590) Fix a bug where sizeof(struct) was allocated instead of sizeof(pointer to struct). This was non-fatal, because more memory than necessary got allocated
Wed, 01 Feb 2006 09:08:25 +0000 peter1138 (svn r3512) Yet more whitespace fixes (mostly by Rubidium)
Tue, 27 Dec 2005 20:44:42 +0000 tron (svn r3347) Plug a memory leak (Found by Valgrind using Truelight ... or was it the other way round?)
Wed, 14 Dec 2005 06:20:23 +0000 tron (svn r3297) Staticise
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 08 Jul 2005 22:25:24 +0000 tron (svn r2535) Tabs
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Thu, 07 Apr 2005 19:33:32 +0000 matthijs (svn r2166) Fixed two warnings in the last commit.
Thu, 07 Apr 2005 19:19:16 +0000 matthijs (svn r2165) - Codechange: [NPF] Properly enummed NPF hash size, it is easily changable now.
Mon, 31 Jan 2005 11:23:10 +0000 matthijs (svn r1751) - Feature: New PathFinder (NPF).
Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Wed, 29 Dec 2004 13:13:29 +0000 miham (svn r1297) Language fixes in the source.. (ln-)
Sat, 11 Sep 2004 09:55:19 +0000 truelight (svn r202) -Codechange: I missed some files with trailing spaces.. this should be
Sun, 22 Aug 2004 14:44:03 +0000 truelight (svn r108) -Fix: anon-union problems on GCC2 compilers
Fri, 20 Aug 2004 09:32:32 +0000 truelight (svn r85) -Add: initial commit of new AI (enable in Patch menu)