ai/ai_event.h
Tue, 06 Dec 2005 17:12:19 +0000 truelight (svn r3266) -Codechange: added comments for why the revert of r3625 inside the code.
Tue, 06 Dec 2005 17:05:14 +0000 truelight (svn r3265) -Fix: partly reverted back r3263, because MSVC, who else, doesn't support variadic macros............
Tue, 06 Dec 2005 11:36:46 +0000 truelight (svn r3263) -Fix: use () around 'variables' in macros, gives less crashes ;)
Mon, 05 Dec 2005 12:27:58 +0000 truelight (svn r3260) -Add: add events for AIs to check if a command execution failed or succeeded
Fri, 02 Dec 2005 19:21:38 +0000 truelight (svn r3253) -Add: add BuildRoad event for AIs
Sat, 26 Nov 2005 12:57:42 +0000 Darkvater (svn r3236) - Fix: warnings about 'CDECL must be used with ...' on VS6
Wed, 23 Nov 2005 15:08:29 +0000 truelight (svn r3232) -Add: implemented the event-system for AIs