summaryrefslogtreecommitdiff
path: root/ai/ai_event.h
AgeCommit message (Collapse)Author
2005-12-06(svn r3266) -Codechange: added comments for why the revert of r3625 inside ↵truelight
the code. Also, I forgot to tnx GraphiteNL for his help with this problem. Tnx GraphiteNL :)
2005-12-06(svn r3265) -Fix: partly reverted back r3263, because MSVC, who else, ↵truelight
doesn't support variadic macros............
2005-12-06(svn r3263) -Fix: use () around 'variables' in macros, gives less crashes ;)truelight
-Fix: va-args in macros are supported via __VA_ARGS__ in C99, so changed to that; now GCC 2.95 likes it too :)
2005-12-05(svn r3260) -Add: add events for AIs to check if a command execution failed ↵truelight
or succeeded
2005-12-02(svn r3253) -Add: add BuildRoad event for AIstruelight
2005-11-26(svn r3236) - Fix: warnings about 'CDECL must be used with ...' on VS6Darkvater
2005-11-23(svn r3232) -Add: implemented the event-system for AIstruelight
-Add: added several hooks (event-callbacks) for road-related-stuff