Changesets: spring
develop 6118ee71
Timestamp: 2011-06-10 19:24:19 Author: kloot [ Details ] [ Diff ] |
update KAIK to aaf84950e8e767a4bd6fc7e628062929ca282c1b | ||
mod - AI/Skirmish/KAIK | [ Diff ] [ File ] | ||
develop 00266dab
Timestamp: 2011-06-10 17:58:59 Author: kloot [ Details ] [ Diff ] |
add #define'd aliases for EVENT_MESSAGE & SMessageEvent, so ABI does not break again but event-names stay mostly consistent (at least where they are used in legacy code, generated wrappers are not affected) [I like cosmetics!] IGlobalAI: by default echo back <inData> in GotLuaMessage |
||
mod - AI/Wrappers/LegacyCpp/AIAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/Event/AIChatMessageEvent.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/IGlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/AISCommands.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/AISEvents.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.cpp | [ Diff ] [ File ] | ||
develop 93b09f8b
Timestamp: 2011-06-10 14:40:58 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: add cleanup script | ||
add - buildbot/master/cleanup.sh | [ Diff ] [ File ] | ||
develop 5c2806c5
Timestamp: 2011-06-10 14:25:18 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: update readme | ||
mod - buildbot/README.markdown | [ Diff ] [ File ] | ||
develop 9c005547
Timestamp: 2011-06-10 13:33:54 Author: abma [ Details ] [ Diff ] |
add cppcheck to buildbot readme | ||
mod - buildbot/README.markdown | [ Diff ] [ File ] | ||
develop eca047ae
Timestamp: 2011-06-10 12:29:07 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: rsync at lower remote prio | ||
mod - buildbot/slave/rsync.sh | [ Diff ] [ File ] | ||
develop 107c8225
Timestamp: 2011-06-10 12:11:44 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: remote user may be useful too | ||
mod - buildbot/slave/rsync.sh | [ Diff ] [ File ] | ||
develop 1b20076b
Timestamp: 2011-06-10 11:58:38 Author: Tobi Vollebregt [ Details ] [ Diff ] |
buildbot: rsync to springrts.com, not localhost | ||
mod - buildbot/slave/rsync.sh | [ Diff ] [ File ] | ||
develop f82799a2
Timestamp: 2011-06-10 10:31:31 Author: hoijui [ Details ] [ Diff ] |
get rid of some warnings in ResourceMapAnalyzer warnings were: "return value of fwrite ignored" |
||
mod - rts/Sim/Misc/ResourceMapAnalyzer.cpp | [ Diff ] [ File ] | ||
develop a0e291ea
Timestamp: 2011-06-10 10:08:45 Author: hoijui [ Details ] [ Diff ] |
undo ABI break in C AI Interface, created in "AI: add CallLuaUI" related commit: b249e78085ddfdb0d335c55c8470dbf2244760ab |
||
mod - rts/ExternalAI/Interface/AISCommands.h | [ Diff ] [ File ] | ||
develop f997daa9
Timestamp: 2011-06-10 09:55:01 Author: hoijui [ Details ] [ Diff ] |
undo compile and ABI breaking C AI Interface changes & make JavaOO AI Wrapper compile again [fix] In ExternalAI/Interface/, one should change as little as possible. Cosmetic changes like SMessageEvent -> SChatMessageEvent and changing of event IDs is not worth the trouble it causes. |
||
mod - AI/Wrappers/JavaOO/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/Event/AIChatMessageEvent.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/IGlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/AISEvents.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.cpp | [ Diff ] [ File ] | ||
develop 739d7d58
Timestamp: 2011-06-10 09:47:42 Author: hoijui [ Details ] [ Diff ] |
JavaOO AI: do not require AIs to override events | ||
mod - AI/Wrappers/JavaOO/bin/wrappEvents.awk | [ Diff ] [ File ] | ||
develop 796ef025
Timestamp: 2011-06-10 02:01:32 Author: kloot [ Details ] [ Diff ] |
make AAI & RAI compile | ||
mod - AI/Skirmish/AAI/AAI.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/RAI.h | [ Diff ] [ File ] | ||
develop 5dfe0c26
Timestamp: 2011-06-10 01:50:38 Author: kloot [ Details ] [ Diff ] |
addendum | ||
mod - AI/Wrappers/LegacyCpp/Event/AIEvents.h | [ Diff ] [ File ] | ||
develop 0f2ec1d6
Timestamp: 2011-06-10 01:38:10 Author: kloot [ Details ] [ Diff ] |
create a dedicated EVENT_LUA_MESSAGE for Lua-->AI tweets | ||
mod - AI/Skirmish/AAI/AAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/AAI/AAI.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/RAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/RAI.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAI.cpp | [ Diff ] [ File ] | ||
add - AI/Wrappers/LegacyCpp/Event/AIChatMessageEvent.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/IGlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/EngineOutHandler.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/AISEvents.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.h | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop db2a1545
Timestamp: 2011-06-10 00:21:07 Author: kloot [ Details ] [ Diff ] |
Merge branch 'master' of git@github.com:spring/spring | ||
mod - AI/Skirmish/AAI/AAIConfig.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/GResourceMap.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAICallback.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/IAICallback.h | [ Diff ] [ File ] | ||
mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
develop b29d976e
Timestamp: 2011-06-10 00:20:25 Author: kloot [ Details ] [ Diff ] |
[EOH] add missing return | ||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
develop e8059908
Timestamp: 2011-06-10 00:17:24 Author: zerver [ Details ] [ Diff ] |
Fix mantis 0002455 (crash in AudioChannel.cpp:54) | ||
mod - rts/System/Sound/AudioChannel.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.h | [ Diff ] [ File ] | ||
develop 815c365f
Timestamp: 2011-06-10 00:01:28 Author: hoijui [ Details ] [ Diff ] |
remove inverted sound system enabled message [fix] [minor] | ||
mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
develop f5f7a7b7
Timestamp: 2011-06-10 00:00:37 Author: hoijui [ Details ] [ Diff ] |
Legacy C++ AI: adjust a doc comment [minor] | ||
mod - AI/Wrappers/LegacyCpp/IAICallback.h | [ Diff ] [ File ] | ||
develop 6bf9c359
Timestamp: 2011-06-10 00:00:07 Author: hoijui [ Details ] [ Diff ] |
RAI: fetch all features, even on very feature rich maps (practically irrelevant) | ||
mod - AI/Skirmish/RAI/GResourceMap.cpp | [ Diff ] [ File ] | ||
develop e8c3a161
Timestamp: 2011-06-09 23:38:02 Author: hoijui [ Details ] [ Diff ] |
AAI: prevent SIGSEGV due to now raised maximum number of units [fix] | ||
mod - AI/Skirmish/AAI/AAIConfig.cpp | [ Diff ] [ File ] | ||
develop eb10f934
Timestamp: 2011-06-09 23:32:18 Author: hoijui [ Details ] [ Diff ] |
Legacy C++ AI: allow fetching the maximum number of units in a game | ||
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAICallback.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/IAICallback.h | [ Diff ] [ File ] | ||
develop bc3fb4d6
Timestamp: 2011-06-09 23:25:27 Author: kloot [ Details ] [ Diff ] |
typos | ||
mod - cont/LuaUI/widgets.lua | [ Diff ] [ File ] | ||
mod - cont/base/springcontent/LuaGadgets/gadgets.lua | [ Diff ] [ File ] | ||
develop 192e0e5d
Timestamp: 2011-06-09 23:23:27 Author: kloot [ Details ] [ Diff ] |
s/AICallIn/RecvSkirmishAIMessage/g to make the AI<-->Lua communications-API consistent the current (probably final, except for the to-be-added C++ callin) set of functions is // Lua callins (UNSYNCED CODE ONLY) widget:RecvSkirmishAIMessage(number aiTeam [, string message]) --> string gadget:RecvSkirmishAIMessage(number aiTeam [, string message]) --> string // Lua callouts (UNSYNCED CODE ONLY) Spring.SendSkirmishAIMessage(number aiTeam, string message) --> boolean, [string, ...] // C++ callouts const char* IAICallback::CallLuaRules(const char* inData, int inSize, int* outSize); const char* IAICallback::CallLuaUI(const char* inData, int inSize, int* outSize); |
||
mod - cont/LuaUI/callins.lua | [ Diff ] [ File ] | ||
mod - cont/LuaUI/widgets.lua | [ Diff ] [ File ] | ||
mod - cont/base/springcontent/LuaGadgets/callins.lua | [ Diff ] [ File ] | ||
mod - cont/base/springcontent/LuaGadgets/gadgets.lua | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/EngineOutHandler.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandleSynced.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaRules.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.cpp | [ Diff ] [ File ] | ||