spring: develop 1b93a1e5 | [ Diff ] [ Back to Repository ] | |||
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
hoijui | hoijui | develop | 2008-12-17 12:32:14 | develop c635c81e |
Changeset | * NTai is compiled agian with SCons under Linux (still not when compiling under windows, but always with CMake) * AI Interfaces and SKirmish AIs written in C now receive the same defines as the ones written in C++ (-> fixes no debug symbols with C AI Interface bug) * all AI Interfaces and Skirmish AIs on SVN now have easy access to the info and option values they receive from the engine through simple C functions in (Interface|AI)Export.h, so they can for example fetch their data-dir location * AAI, RAI and KAIK now use their new location for log-, cache- and config-files (NTai not, because the code looked too difficult to me: will have to do it together with AF once) git-svn-id: https://spring.clan-sy.com/svn/spring/branches/caiinterface@7188 37977431-3df6-0310-b722-df95706aa16b |
|||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | |||
mod - AI/Interfaces/C/Interface.cpp | [ Diff ] [ File ] | |||
mod - AI/Interfaces/C/Interface.h | [ Diff ] [ File ] | |||
mod - AI/Interfaces/C/InterfaceExport.cpp | [ Diff ] [ File ] | |||
mod - AI/Interfaces/C/Log.cpp | [ Diff ] [ File ] | |||
mod - AI/Interfaces/C/Log.h | [ Diff ] [ File ] | |||
mod - AI/Interfaces/Java/InterfaceDefines.h | [ Diff ] [ File ] | |||
mod - AI/Interfaces/Java/InterfaceExport.c | [ Diff ] [ File ] | |||
mod - AI/Interfaces/Java/JavaBridge.c | [ Diff ] [ File ] | |||
mod - AI/Interfaces/Java/JavaBridge.h | [ Diff ] [ File ] | |||
mod - AI/Interfaces/Java/Log.c | [ Diff ] [ File ] | |||
mod - AI/Skirmish/AAI/AIExport.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/AAI/AIExport.h | [ Diff ] [ File ] | |||
mod - AI/Skirmish/AAI/Interface.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/AAI/aidef.h | [ Diff ] [ File ] | |||
mod - AI/Skirmish/KAIK/AIExport.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/KAIK/AIExport.h | [ Diff ] [ File ] | |||
mod - AI/Skirmish/KAIK/Defines.h | [ Diff ] [ File ] | |||
mod - AI/Skirmish/KAIK/GlobalAI.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/KAIK/UnitTable.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/NTai/AI/NTai/Core/AIExport.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/NTai/AI/NTai/Core/AIExport.h | [ Diff ] [ File ] | |||
mod - AI/Skirmish/RAI/AIExport.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/RAI/AIExport.h | [ Diff ] [ File ] | |||
mod - AI/Skirmish/RAI/DLLExportRAI.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/RAI/GResourceMap.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/RAI/GTerrainMap.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/RAI/LogFile.cpp | [ Diff ] [ File ] | |||
mod - AI/Skirmish/RAI/LogFile.h | [ Diff ] [ File ] | |||
mod - AI/Skirmish/RAI/RAI.cpp | [ Diff ] [ File ] | |||
mod - CMakeLists.txt | [ Diff ] [ File ] | |||
mod - SConstruct | [ Diff ] [ File ] |