truebrain [Mon, 31 Mar 2008 06:36:54 +0000] rev 9831
(svn r12493) [NoAI] -Remove [API CHANGE]: AIPathFinder should never been part of this API (more like a contrib or extended something)
truebrain [Mon, 31 Mar 2008 06:33:22 +0000] rev 9830
(svn r12492) [NoAI] -Fix: missing propset
truebrain [Mon, 31 Mar 2008 06:32:27 +0000] rev 9829
(svn r12491) [NoAI] -Documentation: made parts of the comments more uniform (@file header and class header)
[NoAI] -Documentation: fixed the order of functions: SetNN before GetNN, Build after Set/Get, Remove after Build. This makes reading the docs more easy
[NoAI] -Documentation: Removed unneeded comments which were direct copy/paste all over the place
[NoAI] -Fix: missing $Id$ tags
rubidium [Sun, 30 Mar 2008 20:58:41 +0000] rev 9828
(svn r12487) [NoAI] -Fix: the export script didn't properly determine the parameters of some functions.
rubidium [Sun, 30 Mar 2008 15:08:30 +0000] rev 9827
(svn r12484) [NoAI] -Fix: add missing headers to the MSVC project files.
rubidium [Fri, 28 Mar 2008 10:32:55 +0000] rev 9826
(svn r12462) [NoAI] -Sync: with trunk r12304:12461.
rubidium [Thu, 27 Mar 2008 05:15:06 +0000] rev 9825
(svn r12437) [NoAI] -Add: functions to get the current date and to determine the year/month/day from that date.
truebrain [Wed, 26 Mar 2008 15:30:02 +0000] rev 9824
(svn r12433) [NoAI] -Fix r12431: cast values to avoid warnings (tnx glx)
truebrain [Wed, 26 Mar 2008 15:17:40 +0000] rev 9823
(svn r12431) [NoAI] -Add: added AIEventSubsidiaryOffer, which keeps you informed about new Subsidiaries
truebrain [Wed, 26 Mar 2008 15:16:40 +0000] rev 9822
(svn r12430) [NoAI] -Fix: safeguard, don't allow AI_Event calls to players that are not AIs