Gobligine/ai
kon 57fdc83822 Replaced AiList and _ai_scripts_ with AiTypes
Also replaced RegisterAi and DefineAi with DefineAiType,
which now takes a table rather than a set of parameters.
This table is the object that DefineAiType adds to AiTypes.
The keys of the table are constant strings, not numbers.

The purpose is to make the engine more aware of AI initialization
functions, although this commit doesn't yet get that far.
2011-11-27 20:05:19 +00:00
..
ai.cpp Replaced AiList and _ai_scripts_ with AiTypes 2011-11-27 20:05:19 +00:00
ai_building.cpp Help the AI find places to build shipyards 2010-09-19 12:21:22 +00:00
ai_force.cpp Fix some of the GCC 4.6.1 compiler warnings with -Wall -Werror triggered by [-Werror=unused-but-set-variable]. 2011-07-08 21:42:53 +00:00
ai_local.h Remove AI class names. 2011-07-08 21:23:29 +00:00
ai_magic.cpp AI changes 2009-06-13 21:58:06 +00:00
ai_resource.cpp Prevent training big ships in shallow shipyards 2010-09-05 16:48:04 +00:00
script_ai.cpp Replaced AiList and _ai_scripts_ with AiTypes 2011-11-27 20:05:19 +00:00