Changesets: spring
develop 2733db9d
Timestamp: 2009-11-06 15:24:05 Author: hoijui [ Details ] [ Diff ] |
CMake: add FindAWK script | ||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
add - rts/build/cmake/FindAWK.cmake | [ Diff ] [ File ] | ||
develop ad8ef59f
Timestamp: 2009-11-06 14:32:06 Author: hoijui [ Details ] [ Diff ] |
make sure USE_GML_SIM is not used without USE_GML set as well SCons already takes care of this -> no change required there |
||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml.h | [ Diff ] [ File ] | ||
develop e719d157
Timestamp: 2009-11-06 14:30:41 Author: hoijui [ Details ] [ Diff ] |
make additional version info globally available One side effect of this: unitsync will not report the same Additional (included in GameVersion::GetFull()) version as the corresponding spring executable, because CMake sets the relevant defines only under rts/. This could, and probably should be changed anyway, so that these defines are set in the root CMakeLists.txt, as they are also used by a few projects under tools/ (and could still be unset if they were not required there). |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GameInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop 66ea76d3
Timestamp: 2009-11-06 12:03:07 Author: hoijui [ Details ] [ Diff ] |
AI: Wrappers: CUtils: statically list source files They were dynamically assembled at configure time before. CMake recommends statically listing them (for good reasons). |
||
mod - AI/Wrappers/CUtils/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 912aa0e4
Timestamp: 2009-11-06 11:51:34 Author: hoijui [ Details ] [ Diff ] |
AI: configure Wrappers after Interfaces (except CUtils, which is configured before Interfaces) |
||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Wrappers/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Wrappers/CUtils/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 619d1ca4
Timestamp: 2009-11-06 11:33:19 Author: hoijui [ Details ] [ Diff ] |
AI: Legacy C++: adjust to C interface changes (Events) | ||
mod - AI/Wrappers/LegacyCpp/Event/AIEnemyDamagedEvent.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/Event/AIPlayerCommandEvent.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/Event/AISeismicPingEvent.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/Event/AIUnitDamagedEvent.h | [ Diff ] [ File ] | ||
develop 6d38237f
Timestamp: 2009-11-06 11:30:11 Author: hoijui [ Details ] [ Diff ] |
white space fixes | ||
mod - rts/Sim/Units/CommandAI/CommandQueue.h | [ Diff ] [ File ] | ||
develop a49f4a61
Timestamp: 2009-11-06 10:58:43 Author: hoijui [ Details ] [ Diff ] |
AI: Java: remove JNA library | ||
rm - AI/Interfaces/Java/data/jlib/jna.jar | [ Diff ] [ File ] | ||
develop 5322a12f
Timestamp: 2009-11-06 10:57:47 Author: hoijui [ Details ] [ Diff ] |
AI: NullJavaAI: adjust to Interface changes | ||
mod - AI/Skirmish/NullJavaAI/src/nulljavaai/NullJavaAI.java | [ Diff ] [ File ] | ||
develop 9eb709eb
Timestamp: 2009-11-06 10:56:58 Author: hoijui [ Details ] [ Diff ] |
AI: Java: heavy reafactor * added jni_wrappEvents.awk * lots of adjustments and a few fixes in JavaBridge * various small fixes and adjustments here and there * OO wrapper is not part of the Java AI Interface anymore (will be re-added later as a separate Wrapper) |
||
mod - AI/Interfaces/Java/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/bin/jni_wrappCallback.awk | [ Diff ] [ File ] | ||
add - AI/Interfaces/Java/bin/jni_wrappEvents.awk | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/bin/native_wrappCallback.awk | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/bin/native_wrappCommands.awk | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/src/main/native/InterfaceExport.c | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/src/main/native/JavaBridge.c | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/src/main/native/JavaBridge.h | [ Diff ] [ File ] | ||
develop 0d384f57
Timestamp: 2009-11-06 10:51:00 Author: hoijui [ Details ] [ Diff ] |
AI: Wrapper: CUtils: fix for JNI signature generation (array types) | ||
mod - AI/Wrappers/CUtils/bin/common.awk | [ Diff ] [ File ] | ||
develop 9b7db90b
Timestamp: 2009-11-06 10:49:41 Author: hoijui [ Details ] [ Diff ] |
AI: Java: rename source file | ||
develop 7fe3bda1
Timestamp: 2009-11-06 10:19:31 Author: hoijui [ Details ] [ Diff ] |
AI: Java: JNIUtil remove env-establishment functions & cleanup | ||
mod - AI/Interfaces/Java/src/main/native/JNIUtil.c | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/src/main/native/JNIUtil.h | [ Diff ] [ File ] | ||
develop 5b11ad0c
Timestamp: 2009-11-06 10:00:31 Author: hoijui [ Details ] [ Diff ] |
AI: fix common data dir location | ||
mod - rts/ExternalAI/AILibraryManager.cpp | [ Diff ] [ File ] | ||
develop 9bfe597e
Timestamp: 2009-11-05 00:23:45 Author: hoijui [ Details ] [ Diff ] |
AI: AAI: copy BA701 config file to BA704 | ||
add - AI/Skirmish/AAI/data/cfg/mod/BA704.cfg | [ Diff ] [ File ] | ||
develop ff09a493
Timestamp: 2009-11-05 00:19:14 Author: hoijui [ Details ] [ Diff ] |
print additional info about the running spring to infolog | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop a1c7ec70
Timestamp: 2009-11-04 08:45:00 Author: hoijui [ Details ] [ Diff ] |
AI: Java: add native JNI Util | ||
add - AI/Interfaces/Java/src/main/native/JNIUtil.c | [ Diff ] [ File ] | ||
add - AI/Interfaces/Java/src/main/native/JNIUtil.h | [ Diff ] [ File ] | ||
develop aebfe03b
Timestamp: 2009-11-03 22:20:55 Author: Tobi Vollebregt [ Details ] [ Diff ] |
fixed retarded behavior of turretless units on "Hold pos" - now they only get attack order to units to which they can get line of fire from their current position (they aren't allowed to move after all.) - on fight/patrol, they aren't indecisive anymore about driving forward or driving towards the target. |
||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.h | [ Diff ] [ File ] | ||
develop 37ef2d32
Timestamp: 2009-11-03 20:29:46 Author: zerver [ Details ] [ Diff ] |
Make forced reclaim reclaim also non-autoreclaimable | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
develop 0fd5a4fa
Timestamp: 2009-11-03 12:44:55 Author: hoijui [ Details ] [ Diff ] |
AI: E323AI: CPU performance improvements and a few bug fixes | ||
mod - AI/Skirmish/E323AI | [ Diff ] [ File ] | ||
develop f3b82010
Timestamp: 2009-11-03 09:30:28 Author: hoijui [ Details ] [ Diff ] |
AI: remove void* commandData from PlayerCommandEvent If this info is needed, it should be fetched through the Unit.getCurrentCommands() callback method. |
||
mod - rts/ExternalAI/Interface/AISEvents.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.cpp | [ Diff ] [ File ] | ||
develop bd719ab1
Timestamp: 2009-11-03 09:16:09 Author: hoijui [ Details ] [ Diff ] |
AI: convert SAIFloat3 to float[3] in events | ||
mod - rts/ExternalAI/Interface/AISEvents.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.cpp | [ Diff ] [ File ] | ||
develop 43bd4b60
Timestamp: 2009-11-02 12:41:59 Author: hoijui [ Details ] [ Diff ] |
installer: AI description updates | ||
mod - installer/sections/sectiondesc.nsh | [ Diff ] [ File ] | ||
develop dc1c8e81
Timestamp: 2009-11-02 11:54:18 Author: hoijui [ Details ] [ Diff ] |
installer: move AI install scripts to a subdir | ||
mod - installer/spring.nsi | [ Diff ] [ File ] | ||
develop d1282214
Timestamp: 2009-11-02 09:28:44 Author: hoijui [ Details ] [ Diff ] |
AI: Java: "Clb_" prefix removal related fixes | ||
mod - AI/Interfaces/Java/bin/jni_wrappCallback.awk | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/bin/native_wrappCallback.awk | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/bin/native_wrappCommands.awk | [ Diff ] [ File ] | ||