2025-08-10 00:41 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 23b589f3
Timestamp: 2009-11-11 10:15:52
Author: hoijui
Details ] Diff ]
AI: send Skirmish AI shortName and version in getLevelOfSupport call
This is indisposable for non-native interfaces,
as they need a means of redirecting from
one wrapper function to the respective non-native
libraries.
mod - AI/Interfaces/C/src/Interface.cpp Diff ] File ]
mod - AI/Interfaces/Java/src/main/native/InterfaceExport.c Diff ] File ]
mod - AI/Skirmish/AAI/AIExport.cpp Diff ] File ]
mod - AI/Skirmish/AAI/AIExport.h Diff ] File ]
mod - AI/Skirmish/KAIK/AIExport.cpp Diff ] File ]
mod - AI/Skirmish/KAIK/AIExport.h Diff ] File ]
mod - AI/Skirmish/NullAI/src/AIExport.c Diff ] File ]
mod - AI/Skirmish/NullAI/src/AIExport.h Diff ] File ]
mod - AI/Skirmish/NullLegacyCppAI/src/AIExport.cpp Diff ] File ]
mod - AI/Skirmish/NullLegacyCppAI/src/AIExport.h Diff ] File ]
mod - AI/Skirmish/RAI/AIExport.cpp Diff ] File ]
mod - AI/Skirmish/RAI/AIExport.h Diff ] File ]
mod - rts/ExternalAI/Interface/SSkirmishAILibrary.h Diff ] File ]
mod - rts/ExternalAI/SkirmishAILibrary.cpp Diff ] File ]
develop e7afaed0
Timestamp: 2009-11-11 10:11:01
Author: hoijui
Details ] Diff ]
do not crash if OSC stats sender is enabled and no network is reachable
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
develop e16a642c
Timestamp: 2009-11-11 10:11:01
Author: hoijui
Details ] Diff ]
do not crash if OSC stats sender is enabled and no network is reachable
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
develop 9c0d8b82
Timestamp: 2009-11-10 13:01:15
Author: hoijui
Details ] Diff ]
AI: adjust native Skirmish AIs to the teamId -> skirmishAIId move
mod - AI/Skirmish/AAI/AAI.cpp Diff ] File ]
mod - AI/Skirmish/AAI/AIExport.cpp Diff ] File ]
mod - AI/Skirmish/AAI/AIExport.h 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/KAIK.cpp Diff ] File ]
mod - AI/Skirmish/NullAI/src/AIExport.c Diff ] File ]
mod - AI/Skirmish/NullAI/src/AIExport.h Diff ] File ]
mod - AI/Skirmish/NullLegacyCppAI/src/AIExport.cpp Diff ] File ]
mod - AI/Skirmish/NullLegacyCppAI/src/AIExport.h Diff ] File ]
mod - AI/Skirmish/RAI/AIExport.cpp Diff ] File ]
mod - AI/Skirmish/RAI/AIExport.h Diff ] File ]
develop 2d9adf67
Timestamp: 2009-11-10 12:08:35
Author: hoijui
Details ] Diff ]
AI: Wrapper: Legacy C++: get rid of obsolete files
rm - AI/Wrappers/LegacyCpp/AIGlobalAI.cpp Diff ] File ]
rm - AI/Wrappers/LegacyCpp/AIGlobalAI.h Diff ] File ]
rm - AI/Wrappers/LegacyCpp/AISCommands.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/Event/AIEvents.h Diff ] File ]
develop 5659b47f
Timestamp: 2009-11-10 12:08:13
Author: hoijui
Details ] Diff ]
AI: Wrapper: Legacy C++: list sources statically in CMake
mod - AI/Wrappers/LegacyCpp/CMakeLists.txt Diff ] File ]
develop 6d5705cd
Timestamp: 2009-11-10 11:59:59
Author: hoijui
Details ] Diff ]
AI: Wrapper: Legacy C++: adjust to move from teamId to skirmishAIId
mod - AI/Wrappers/LegacyCpp/AIAI.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAI.h Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAICallback.h Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAICheats.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAICheats.h Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIGlobalAI.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIGlobalAI.h Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIGlobalAICallback.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIGlobalAICallback.h Diff ] File ]
mod - AI/Wrappers/LegacyCpp/Event/AIInitEvent.h Diff ] File ]
develop 0178040b
Timestamp: 2009-11-10 11:53:19
Author: hoijui
Details ] Diff ]
AI: move from teamId to skirmishAIId for cross interface instance identification
mod - rts/ExternalAI/Interface/AISEvents.h Diff ] File ]
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
mod - rts/ExternalAI/Interface/SSkirmishAILibrary.h Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
mod - rts/ExternalAI/SkirmishAI.cpp Diff ] File ]
mod - rts/ExternalAI/SkirmishAI.h Diff ] File ]
mod - rts/ExternalAI/SkirmishAILibrary.cpp Diff ] File ]
mod - rts/ExternalAI/SkirmishAILibrary.h Diff ] File ]
mod - rts/ExternalAI/SkirmishAIWrapper.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
develop ff3b7d8a
Timestamp: 2009-11-10 09:22:18
Author: hoijui
Details ] Diff ]
AI: Java: make getTeamId() part of the callback interface
mod - AI/Interfaces/Java/bin/jni_wrappCallback.awk Diff ] File ]
develop 1905db46
Timestamp: 2009-11-10 09:21:37
Author: hoijui
Details ] Diff ]
AI: white space fix
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
develop 2e6eb068
Timestamp: 2009-11-09 21:53:41
Author: hoijui
Details ] Diff ]
fix LuaSyncedRead::GetAIInfo()
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
develop 3bc93314
Timestamp: 2009-11-09 21:47:54
Author: hoijui
Details ] Diff ]
make LuaSyncedRead::GetAIInfo() allways return a table of the same size
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
develop 40ee8313
Timestamp: 2009-11-09 21:21:20
Author: hoijui
Details ] Diff ]
mockup of LuaSyncedRead::GetAIInfo()
* synced data is always returned:
skirmishAIId, name, hostPlayer
* unsynced ony for local AIs on an unsynced LuaHandle:
shortName, version, options
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
develop 7d23c6bd
Timestamp: 2009-11-09 20:27:23
Author: Tobi Vollebregt
Details ] Diff ]
Split directory argument in a part that is included in the returned matches,
and a part that isn't included. (Fixes mantis 0001655)
mod - rts/System/FileSystem/FileSystem.cpp Diff ] File ]
mod - rts/System/FileSystem/FileSystem.h Diff ] File ]
develop 65fcadb7
Timestamp: 2009-11-09 14:52:33
Author: hoijui
Details ] Diff ]
AI: fix documentation for the timeOut member in Unit AI Commands
mod - rts/ExternalAI/Interface/AISCommands.h Diff ] File ]
develop 6e1a5eca
Timestamp: 2009-11-09 14:52:27
Author: hoijui
Details ] Diff ]
AI: support multi-line command member documentation
mod - AI/Interfaces/Java/bin/native_wrappCommands.awk Diff ] File ]
mod - AI/Wrappers/CUtils/bin/common.awk Diff ] File ]
develop f8fdc081
Timestamp: 2009-11-09 14:14:11
Author: hoijui
Details ] Diff ]
AI: Java: create a Unit and a Group version of each unit-command
mod - AI/Interfaces/Java/bin/native_wrappCommands.awk Diff ] File ]
develop cedc2cdf
Timestamp: 2009-11-09 14:09:34
Author: hoijui
Details ] Diff ]
AI: Java: fix passing on meta comments
mod - AI/Interfaces/Java/bin/jni_wrappCallback.awk Diff ] File ]
mod - AI/Interfaces/Java/bin/native_wrappCallback.awk Diff ] File ]
develop cc4e791a
Timestamp: 2009-11-09 13:21:26
Author: hoijui
Details ] Diff ]
AI: Wrapper: Legacy C++: adjust to unsigned and yard-map changes
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
develop 1f2dfe3f
Timestamp: 2009-11-09 13:02:57
Author: hoijui
Details ] Diff ]
AI: reintroduce UnitDef yard-maps
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
develop b5383ea6
Timestamp: 2009-11-09 13:00:23
Author: hoijui
Details ] Diff ]
make some UnitDef comments DoxyGen compatible (no code logic changes)
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop 03d9ae1c
Timestamp: 2009-11-09 11:27:13
Author: hoijui
Details ] Diff ]
remove of SAIFloat3
rm - rts/ExternalAI/Interface/SAIFloat3.h Diff ] File ]
mod - rts/ExternalAI/Interface/aidefines.h Diff ] File ]
mod - rts/ExternalAI/SAIInterfaceCallbackImpl.cpp Diff ] File ]
mod - rts/System/float3.cpp Diff ] File ]
mod - rts/System/float3.h Diff ] File ]
develop c546345e
Timestamp: 2009-11-09 11:21:56
Author: hoijui
Details ] Diff ]
AI: fix for AI Commands & remove last unsignedness from C AI Interface
mod - rts/ExternalAI/Interface/AISCommands.h Diff ] File ]
mod - rts/ExternalAI/Interface/AISEvents.h Diff ] File ]
develop 571aec70
Timestamp: 2009-11-09 11:18:33
Author: hoijui
Details ] Diff ]
AI: get rid of unsigned stuff in C callback
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
develop 97c60aac
Timestamp: 2009-11-09 10:58:45
Author: hoijui
Details ] Diff ]
AI: doc-comment SetTrajectory unit-command
mod - rts/ExternalAI/Interface/AISCommands.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 680 681 682 683 684 685 686 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last