Tue, 01 Apr 2008 13:45:04 +0000(svn r12530) [NoAI] -Fix r12528: missing 'public' statement gives funny effects (tnx glx) noai
truebrain [Tue, 01 Apr 2008 13:45:04 +0000] rev 9858
(svn r12530) [NoAI] -Fix r12528: missing 'public' statement gives funny effects (tnx glx)

Tue, 01 Apr 2008 13:40:36 +0000(svn r12529) [NoAI] -Change: split thread.cpp into 4 files, one for each OS noai
truebrain [Tue, 01 Apr 2008 13:40:36 +0000] rev 9857
(svn r12529) [NoAI] -Change: split thread.cpp into 4 files, one for each OS

Tue, 01 Apr 2008 13:28:55 +0000(svn r12528) [NoAI] -Change: rewrote most of the internal ThreadObject to make it a bit more readable noai
truebrain [Tue, 01 Apr 2008 13:28:55 +0000] rev 9856
(svn r12528) [NoAI] -Change: rewrote most of the internal ThreadObject to make it a bit more readable
[NoAI] -Change: when a ThreadObject is created, the thread is really created, and not delayed until some sub-function is called
[NoAI] -Change: renamed AutoResetEvent to ThreadSemaphore, as that is what is really is.. AutoResetEvent didn't really give a clue what it was ;)

Tue, 01 Apr 2008 01:55:23 +0000(svn r12527) [NoAI] -Fix: only the first failing WrightAI could change its name to show it failed noai
glx [Tue, 01 Apr 2008 01:55:23 +0000] rev 9855
(svn r12527) [NoAI] -Fix: only the first failing WrightAI could change its name to show it failed

Mon, 31 Mar 2008 18:45:18 +0000(svn r12522) [NoAI] -Fix: forgot to comment one struct noai
truebrain [Mon, 31 Mar 2008 18:45:18 +0000] rev 9854
(svn r12522) [NoAI] -Fix: forgot to comment one struct

Mon, 31 Mar 2008 18:36:25 +0000(svn r12521) [NoAI] -Change: make the style of end-of-line doxygen comments be the same for the whole AI API. noai
rubidium [Mon, 31 Mar 2008 18:36:25 +0000] rev 9853
(svn r12521) [NoAI] -Change: make the style of end-of-line doxygen comments be the same for the whole AI API.

Mon, 31 Mar 2008 18:34:24 +0000(svn r12520) [NoAI] -Fix r12519: of course I forget to regenerate MSVC project files (bah, MSVC.. always MSVC... who uses MSVC?!) noai
truebrain [Mon, 31 Mar 2008 18:34:24 +0000] rev 9852
(svn r12520) [NoAI] -Fix r12519: of course I forget to regenerate MSVC project files (bah, MSVC.. always MSVC... who uses MSVC?!)

Mon, 31 Mar 2008 18:33:33 +0000(svn r12519) [NoAI] -Add: added AILog with Info(), Warning(), and Error() noai
truebrain [Mon, 31 Mar 2008 18:33:33 +0000] rev 9851
(svn r12519) [NoAI] -Add: added AILog with Info(), Warning(), and Error()
[NoAI] -Add: redirect AI outputs to the AI Debug GUI to show it per AI, in a clear way ingame (no more need for stderr viewing)
NOTE: it still does output to stderr, but on an other DEBUG() level (depending on the message).

Mon, 31 Mar 2008 17:20:44 +0000(svn r12518) [NoAI] -Fix: minor change of order avoids silly one-in-a-milion errors :) noai
truebrain [Mon, 31 Mar 2008 17:20:44 +0000] rev 9850
(svn r12518) [NoAI] -Fix: minor change of order avoids silly one-in-a-milion errors :)

Mon, 31 Mar 2008 16:11:00 +0000(svn r12517) [NoAI] -Fix: type in @file of ai_error.cpp noai
truebrain [Mon, 31 Mar 2008 16:11:00 +0000] rev 9849
(svn r12517) [NoAI] -Fix: type in @file of ai_error.cpp