src/ai/api/ai_company.cpp
Sun, 06 Apr 2008 14:12:19 +0000 rubidium (svn r12590) [NoAI] -Add: EnforcePrecondition macro to make code much better readable. noai
Thu, 03 Apr 2008 23:01:54 +0000 rubidium (svn r12555) [NoAI] -Add: support for GetLastError for AICompany. noai
Mon, 31 Mar 2008 06:45:57 +0000 truebrain (svn r12496) [NoAI] -Documentation: give the .cpp files a nice uniform format too noai
Fri, 29 Feb 2008 08:51:47 +0000 truebrain (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth) noai
Fri, 22 Feb 2008 12:30:17 +0000 truebrain (svn r12216) [NoAI] -Codechange: made most functions 'static', which removes the need to create an instance to get, for example, engine information, and therefor heavily simplifying AI creation (Morloth) noai
Fri, 22 Feb 2008 12:13:41 +0000 truebrain (svn r12215) [NoAI] -Codechange: added '::' if a function comes from non-AI-API functions (was inconsistant till now) noai
Sun, 03 Feb 2008 20:17:54 +0000 rubidium (svn r12051) [NoAI] -Sync: with trunk (r11795:12050). noai
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Sun, 02 Sep 2007 11:17:33 +0000 rubidium (svn r11036) [NoAI] -Sync: with trunk r10774:11035. noai
Sun, 19 Aug 2007 13:16:06 +0000 truelight (svn r10937) [NoAI] -Add: added AIStation::GetName on request by Nickman noai
Sun, 15 Jul 2007 16:39:11 +0000 rubidium (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance. noai
Tue, 26 Jun 2007 23:40:58 +0000 glx (svn r10350) [NoAI] -Sync with trunk r10194:10349 noai
Wed, 11 Apr 2007 14:18:10 +0000 truelight (svn r9591) [NoAI] -Fix: SetCompanyName() in fact set the president name (Zuu) noai
Mon, 19 Mar 2007 14:30:56 +0000 truelight (svn r9336) [NoAI] -Fix: remove 'flags' for AI DoCommand and detect its value automaticly noai
Sun, 18 Mar 2007 20:56:03 +0000 rubidium (svn r9294) [NoAI] -Codechange: make changing the loan to 'any' amount a single command. noai
Sun, 18 Mar 2007 19:07:21 +0000 truelight (svn r9287) [NoAI] -Fix: somehow there was a left over CmdFailed, making SetCompanyName return true, always (tnx XeryusTC) noai
Sun, 18 Mar 2007 18:02:27 +0000 truelight (svn r9282) [NoAI] -Add: added AIAccounting, which tracks the cost of your buying/selling. noai
Fri, 16 Mar 2007 17:03:49 +0000 truelight (svn r9255) [NoAI] -Add: each AI now runs in a seperate thread. The main thread is suspended if any AI thread is running, only one AI thread runs at the time. noai
Fri, 16 Mar 2007 09:44:13 +0000 rubidium (svn r9247) [NoAI] -Fix: some small coding-style/double inclusion issues. noai
Thu, 15 Mar 2007 22:46:22 +0000 rubidium (svn r9234) [NoAI] -Codechange: move away from the 'much' subdirectory approach for the API implementation. noai