Find a file
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
action 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 Replaced AiList and _ai_scripts_ with AiTypes 2011-11-27 20:05:19 +00:00
apbuild Build static binary without requiring apg++ from autopackage. 2010-04-22 21:48:32 +00:00
editor 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
game SaveGlobal: Support sparse integer keys 2011-11-27 18:37:14 +00:00
guichan Allow limiting the length of text in gcn::TextField 2011-10-02 08:05:21 +00:00
include Update Doxygen comments on CPlayer 2011-10-02 19:43:28 +00:00
map Remove variables which are set but unused. 2011-07-17 19:30:31 +00:00
network Don't assume null-terminated PlyName in DebugPrint 2011-10-02 08:48:44 +00:00
particle Fix debug build. 2010-01-21 21:48:27 +00:00
pathfinder Let Lua update AStar*UnitCrossingCost 2010-11-25 15:52:12 +00:00
sound Remove GameSound::WorkComplete 2010-09-05 11:00:02 +00:00
stratagus Replaced AiList and _ai_scripts_ with AiTypes 2011-11-27 20:05:19 +00:00
tolua Limit the length of LocalPlayerName in the UI 2011-10-02 08:05:32 +00:00
ui Remove variables which are set but unused. 2011-07-17 19:30:31 +00:00
unit Remove CclGetResourceByName 2011-07-26 17:25:10 +00:00
video Fix and speed up png screenshots when the display uses 24 bpp. 2011-07-17 19:45:15 +00:00
stratagus.ico Added stratagus.ico 2007-04-02 00:41:20 +00:00
stratagus.rc Added stratagus.ico 2007-04-02 00:41:20 +00:00
stratagus.vcproj Removed ai_plan.cpp 2009-06-29 03:44:23 +00:00