Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron | |
2005-04-07 | (svn r2165) - Codechange: [NPF] Properly enummed NPF hash size, it is easily ↵ | matthijs | |
changable now. - Codechange: [NPF] Improved the NPF hash calculation slightly. - Codechange: [NPF] Increased hash size, should speed up somewhat. | |||
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the ↵ | tron | |
appropriate warning flags in the Makefile | |||
2004-09-11 | (svn r202) -Codechange: I missed some files with trailing spaces.. this ↵ | truelight | |
should be all ;) | |||
2004-08-22 | (svn r111) -Fix: converted all linebreaks to UNIX-linebreak (\n) | truelight | |
2004-08-22 | (svn r108) -Fix: anon-union problems on GCC2 compilers | truelight | |
2004-08-20 | (svn r85) -Add: initial commit of new AI (enable in Patch menu) | truelight | |
-Add: generalised A* Algorithm -Add: generalised queues (Fifo, Stack, InsSort, BinaryHeap) |