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?!)
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).
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 :)
truebrain [Mon, 31 Mar 2008 16:11:00 +0000] rev 9849
(svn r12517) [NoAI] -Fix: type in @file of ai_error.cpp
truebrain [Mon, 31 Mar 2008 16:07:36 +0000] rev 9848
(svn r12515) [NoAI] -Fix: when an AI dies on its own, don't kill the AI-script, just mark it as dead and don't do anything until the company dies with it
rubidium [Mon, 31 Mar 2008 15:29:57 +0000] rev 9847
(svn r12514) [NoAI] -Fix: 'const <integral> Function()' make absolutely no sense.
truebrain [Mon, 31 Mar 2008 13:51:57 +0000] rev 9846
(svn r12512) [NoAI] -Fix r12511: it was pointed out to me to handle widgets with enums... I only wish there was a guideline for their names ;)
truebrain [Mon, 31 Mar 2008 11:31:44 +0000] rev 9845
(svn r12511) [NoAI] -Add (WIP): AI Debug GUI. For now it is a stripped down copy of performance details. In future it will allow reloading of AI, changing settings, and reading the log of the AI
truebrain [Mon, 31 Mar 2008 10:55:13 +0000] rev 9844
(svn r12510) [NoAI] -Add: added AIError, which allows you to catch errors triggered by commands (Morloth)
rubidium [Mon, 31 Mar 2008 09:51:47 +0000] rev 9843
(svn r12509) [NoAI] -Fix: add some missing return/parameter documentation; probably not the last, but Doxygen couldn't find these.