Changesets: spring
develop 194c6b3f
Timestamp: 2009-09-19 12:05:59 Author: hoijui [ Details ] [ Diff ] |
CMake: AI: rename AIINTERFACE to AI_TYPES (important for custom AI build scripts) | ||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
develop 4a0fed12
Timestamp: 2009-09-19 12:05:00 Author: hoijui [ Details ] [ Diff ] |
CMake: AI: rename AIDIR to AI_DATADIR & some small cleanup | ||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Skirmish/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
develop a253e303
Timestamp: 2009-09-19 11:40:40 Author: hoijui [ Details ] [ Diff ] |
CMake: AI: allow specifying a AI_EXCLUDE_REGEX for which Skirmish AIs not to build | ||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 446fb3dd
Timestamp: 2009-09-19 11:06:03 Author: hoijui [ Details ] [ Diff ] |
AI: small build file cleanup | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
develop bff59348
Timestamp: 2009-09-19 10:44:17 Author: hoijui [ Details ] [ Diff ] |
AI: Java: in-line two very small functions | ||
mod - AI/Interfaces/Java/src/native/JavaBridge.c | [ Diff ] [ File ] | ||
develop 4f87de38
Timestamp: 2009-09-19 10:43:29 Author: hoijui [ Details ] [ Diff ] |
Revert "AI: Java: establish engine environment (FPU) before calling handleCommand" This reverts commit d3f9ee6e5ec2c21f2d8858496cec552641c2a8e1. |
||
mod - AI/Interfaces/Java/bin/jna_wrappCallback.awk | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/src/native/JavaBridge.h | [ Diff ] [ File ] | ||
develop d3f9ee6e
Timestamp: 2009-09-19 10:43:09 Author: hoijui [ Details ] [ Diff ] |
AI: Java: establish engine environment (FPU) before calling handleCommand This is not know to be usefull for anything. It would only be needed to maintain sync, but as Skirmish AIs are unsynced, it is essentially useless. |
||
mod - AI/Interfaces/Java/bin/jna_wrappCallback.awk | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/src/native/JavaBridge.h | [ Diff ] [ File ] | ||
develop 50dc7b2e
Timestamp: 2009-09-19 10:12:39 Author: hoijui [ Details ] [ Diff ] |
AI: Java: properly register the AI Callback functions on the Java native methods | ||
mod - AI/Interfaces/Java/bin/jna_wrappCallback.awk | [ Diff ] [ File ] | ||
develop 546991e3
Timestamp: 2009-09-19 10:06:16 Author: hoijui [ Details ] [ Diff ] |
minimal docu fix | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
develop 6e789753
Timestamp: 2009-09-18 20:01:09 Author: hoijui [ Details ] [ Diff ] |
use load & store instead of a union for SSE sqrt functions | ||
mod - rts/System/FastMath.h | [ Diff ] [ File ] | ||
develop 166a8cf8
Timestamp: 2009-09-18 20:00:05 Author: hoijui [ Details ] [ Diff ] |
memory align the SSE sqrt() function in fastmath (fix mantis 0001625) | ||
mod - rts/System/FastMath.h | [ Diff ] [ File ] | ||
mod - rts/System/maindefines.h | [ Diff ] [ File ] | ||
develop 2d0ef436
Timestamp: 2009-09-18 18:10:06 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
hopefuly work around LuaParser compile errors | ||
mod - rts/Lua/LuaParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaParser.h | [ Diff ] [ File ] | ||
develop c482b5bc
Timestamp: 2009-09-18 16:28:33 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
changelog update for 0.80.4.2 | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
develop 86a75d42
Timestamp: 2009-09-18 15:53:40 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
some cleanup in CSound | ||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.h | [ Diff ] [ File ] | ||
develop 2a5f9e24
Timestamp: 2009-09-18 14:44:39 Author: hoijui [ Details ] [ Diff ] |
AI: reuse Skirmish AI IDs | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/SkirmishAITestScript.cpp | [ Diff ] [ File ] | ||
develop 6c0ca6bb
Timestamp: 2009-09-18 14:17:24 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
don't spam "could not load sound" when sounds are disabled | ||
mod - rts/Sim/Misc/CommonDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundBuffer.cpp | [ Diff ] [ File ] | ||
develop 1be6d12b
Timestamp: 2009-09-17 23:50:59 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
set minimum MTU to 300 (now for real) | ||
mod - rts/System/Net/UDPConnection.cpp | [ Diff ] [ File ] | ||
develop 05f0c824
Timestamp: 2009-09-17 23:48:45 Author: hoijui [ Details ] [ Diff ] |
docu addition (thanks to abma) | ||
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h | [ Diff ] [ File ] | ||
develop 4afeb05a
Timestamp: 2009-09-17 23:40:06 Author: hoijui [ Details ] [ Diff ] |
docu addition | ||
mod - Documentation/SelectionKeys.txt | [ Diff ] [ File ] | ||
develop ed5c4574
Timestamp: 2009-09-17 18:17:39 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
always enable LuaUI | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 53954d21
Timestamp: 2009-09-17 16:13:23 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
lower limit for the MTU of 300 | ||
mod - rts/System/Net/UDPConnection.cpp | [ Diff ] [ File ] | ||
develop 6f2ff37c
Timestamp: 2009-09-17 14:13:34 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
aquire sound lock in the constructor (may fix 0001649) | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
develop 537cf6dd
Timestamp: 2009-09-16 23:21:49 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
missed file | ||
add - Documentation/SelectionKeys.txt | [ Diff ] [ File ] | ||
develop a9a2bfeb
Timestamp: 2009-09-16 23:17:55 Author: Tobi Vollebregt [ Details ] [ Diff ] |
added SelectionKeys.txt to installer | ||
mod - installer/sections/docs.nsh | [ Diff ] [ File ] | ||
develop 8f2e86d1
Timestamp: 2009-09-16 22:58:18 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix music-related crash | ||
mod - rts/System/Sound/OggStream.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/OggStream.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundSource.cpp | [ Diff ] [ File ] | ||