Tue, 10 Jun 2008 21:59:22 +0000(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places
smatz [Tue, 10 Jun 2008 21:59:22 +0000] rev 10905
(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places

Tue, 10 Jun 2008 21:51:01 +0000(svn r13455) [NoAI] -Fix: extend the regression to test the queues a bit more noai
truebrain [Tue, 10 Jun 2008 21:51:01 +0000] rev 10904
(svn r13455) [NoAI] -Fix: extend the regression to test the queues a bit more

Tue, 10 Jun 2008 21:30:41 +0000(svn r13454) [NoAI] -Fix: kill all AIs when leaving game in any way (restart, loadgame, ..) (tnx Yexo for reporting, and glx for fixing) noai
truebrain [Tue, 10 Jun 2008 21:30:41 +0000] rev 10903
(svn r13454) [NoAI] -Fix: kill all AIs when leaving game in any way (restart, loadgame, ..) (tnx Yexo for reporting, and glx for fixing)

Tue, 10 Jun 2008 21:00:02 +0000(svn r13453) [NoAI] -Fix: allow import inside a library (or class, for that matter) noai
truebrain [Tue, 10 Jun 2008 21:00:02 +0000] rev 10902
(svn r13453) [NoAI] -Fix: allow import inside a library (or class, for that matter)

Tue, 10 Jun 2008 19:41:54 +0000(svn r13452) [NoAI] -Fix: minor coding style. Also, BinaryHeap is based on work by GeekToo! noai
truebrain [Tue, 10 Jun 2008 19:41:54 +0000] rev 10901
(svn r13452) [NoAI] -Fix: minor coding style. Also, BinaryHeap is based on work by GeekToo!

Tue, 10 Jun 2008 19:11:30 +0000(svn r13451) [NoAI] -Fix: no comments ... noai
truebrain [Tue, 10 Jun 2008 19:11:30 +0000] rev 10900
(svn r13451) [NoAI] -Fix: no comments ...

Tue, 10 Jun 2008 19:05:12 +0000(svn r13450) [NoAI] -Change [API CHANGE]: renamed library category 'sets' to 'queue', as it represents more what the implementations do noai
truebrain [Tue, 10 Jun 2008 19:05:12 +0000] rev 10899
(svn r13450) [NoAI] -Change [API CHANGE]: renamed library category 'sets' to 'queue', as it represents more what the implementations do

Tue, 10 Jun 2008 18:59:10 +0000(svn r13449) [NoAI] -Fix: .tar support is not yet available inside the library-structure .. disable it for now noai
truebrain [Tue, 10 Jun 2008 18:59:10 +0000] rev 10898
(svn r13449) [NoAI] -Fix: .tar support is not yet available inside the library-structure .. disable it for now

Tue, 10 Jun 2008 18:47:31 +0000(svn r13448) [NoAI] -Fix: indicate in doxyfile too that this is NoAI noai
truebrain [Tue, 10 Jun 2008 18:47:31 +0000] rev 10897
(svn r13448) [NoAI] -Fix: indicate in doxyfile too that this is NoAI

Tue, 10 Jun 2008 18:28:39 +0000(svn r13447) [NoAI] -Add [Library]: Binary Heap ( O(ln n) insert/pop ) noai
truebrain [Tue, 10 Jun 2008 18:28:39 +0000] rev 10896
(svn r13447) [NoAI] -Add [Library]: Binary Heap ( O(ln n) insert/pop )
[NoAI] -Fix [Library]: Priority Queue now is a bit more robust (and hit version 2)