2025-08-24 09:12 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop cc690de0
Timestamp: 2009-09-13 12:20:46
Author: hoijui
Details ] Diff ]
AI: change some callback default return values
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
develop 23c08a30
Timestamp: 2009-09-13 11:42:14
Author: Karl-Robert Ernst
Details ] Diff ]
some stats fixed
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.h Diff ] File ]
develop 887cc2e9
Timestamp: 2009-09-13 11:22:00
Author: Karl-Robert Ernst
Details ] Diff ]
save some unneccessary resends
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop 212390a9
Timestamp: 2009-09-13 10:00:11
Author: hoijui
Details ] Diff ]
add a little more privatness and constness in FeatureHandler
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.h Diff ] File ]
develop 07fec82b
Timestamp: 2009-09-13 09:59:09
Author: hoijui
Details ] Diff ]
prevent a warning when included in Game.cpp, as RAD2TAANG is not used there
mod - rts/Sim/Units/COB/CobInstance.h Diff ] File ]
develop 7775dfe9
Timestamp: 2009-09-13 09:56:12
Author: hoijui
Details ] Diff ]
comment fixes (no code changed)
mod - rts/Sim/Units/COB/CobInstance.cpp Diff ] File ]
develop 28b5f213
Timestamp: 2009-09-13 02:21:50
Author: Karl-Robert Ernst
Details ] Diff ]
network protocol changed, behaves much better on non-ideal conditions (fixes 0001595, +1603, fixes
ever-increasing pings)
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.h Diff ] File ]
mod - rts/System/Net/UDPListener.cpp Diff ] File ]
mod - rts/System/myTime.h Diff ] File ]
develop ec3e525a
Timestamp: 2009-09-12 17:14:42
Author: Karl-Robert Ernst
Details ] Diff ]
properly init SDL for dedicated server
mod - tools/DedicatedServer/main.cpp Diff ] File ]
develop ee9996eb
Timestamp: 2009-09-12 16:02:51
Author: hoijui
Details ] Diff ]
AI: Java: add generated native sources dir to include dirs
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop 8b1cb09b
Timestamp: 2009-09-12 16:02:20
Author: hoijui
Details ] Diff ]
AI: Java: allow specifying the JVM type to use
mod - AI/Interfaces/Java/data/jvm.properties Diff ] File ]
mod - AI/Interfaces/Java/src/native/JavaBridge.c Diff ] File ]
develop 2e5bc43d
Timestamp: 2009-09-12 15:59:05
Author: Tobi Vollebregt
Details ] Diff ]
fixed GatherWait cursor, added /gathermode to word completion
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/WordCompletion.cpp Diff ] File ]
develop 19c98df8
Timestamp: 2009-09-12 11:20:12
Author: hoijui
Details ] Diff ]
AI: HughAI: rebase to latest master
mod - AI/Skirmish/HughAI Diff ] File ]
develop 829b5a7f
Timestamp: 2009-09-11 19:47:00
Author: hoijui
Details ] Diff ]
AI: Java: make OOAIFactory methods non-final
mod - AI/Interfaces/Java/bin/jna_wrappEvents.awk Diff ] File ]
develop e3f73706
Timestamp: 2009-09-11 11:42:11
Author: hoijui
Details ] Diff ]
AI: Java: CMake: clean generated source files in configure step
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop fa0bbfa4
Timestamp: 2009-09-11 11:25:44
Author: hoijui
Details ] Diff ]
AI: Java: general cleanup & remove OS specific code which is now obsolete
because of the move to JNA direct mapping
mod - AI/Interfaces/Java/bin/jna_wrappCallback.awk Diff ] File ]
mod - AI/Interfaces/Java/bin/jna_wrappEvents.awk Diff ] File ]
mod - AI/Interfaces/Java/src/native/JavaBridge.c Diff ] File ]
develop 096cb26f
Timestamp: 2009-09-11 11:11:14
Author: hoijui
Details ] Diff ]
AI: Java: introduce JVM debug properties
the jvm.properties file now allows a bit more fine-tuning
in respect to which options are used:
There are two ways of specifying basic JVM options in this file:
1) jvm.option.x
2) jvm.option.debug.x
The first kind is always used, while the second is only used
if either one of the following is true:
* jvm.useDebugOptions is set to true
* jvm.useDebugOptions is set to auto, and a debug build
of the Java AI Interface native library is in use
possible values: auto, true, false
default: auto
;jvm.useDebugOptions=true
mod - AI/Interfaces/Java/data/jvm.properties Diff ] File ]
mod - AI/Interfaces/Java/src/native/JavaBridge.c Diff ] File ]
develop f7517f8e
Timestamp: 2009-09-11 10:19:35
Author: hoijui
Details ] Diff ]
AI: Java: CMake: create empty source files at configure time for CMake not to die in add_library()
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop 5b2f7c16
Timestamp: 2009-09-11 09:50:00
Author: hoijui
Details ] Diff ]
AI: Java: use JNA direct mapping for the Callback
mod - AI/Interfaces/Java/bin/java_wrappCallbackOO.awk Diff ] File ]
mod - AI/Interfaces/Java/bin/jna_wrappCallback.awk Diff ] File ]
mod - AI/Interfaces/Java/bin/jna_wrappEvents.awk Diff ] File ]
mod - AI/Interfaces/Java/src/native/JavaBridge.c Diff ] File ]
develop 987c417d
Timestamp: 2009-09-11 09:27:19
Author: hoijui
Details ] Diff ]
AI: minor compatibility fix in AWK script
mod - AI/Wrappers/CUtils/bin/commonOOCallback.awk Diff ] File ]
develop 37000e65
Timestamp: 2009-09-11 09:25:55
Author: hoijui
Details ] Diff ]
AI: Java: CMake fixes
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop e7effbc7
Timestamp: 2009-09-10 23:25:11
Author: hoijui
Details ] Diff ]
AI: E323AI: update to latest master
mod - AI/Skirmish/E323AI Diff ] File ]
develop 091d2f73
Timestamp: 2009-09-10 23:14:52
Author: hoijui
Details ] Diff ]
remove a warning
mod - rts/aGui/List.cpp Diff ] File ]
develop 87f3ebb2
Timestamp: 2009-09-10 22:34:15
Author: Tobi Vollebregt
Details ] Diff ]
no warning for AiOrder from invalid player
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
develop 032387eb
Timestamp: 2009-09-10 20:47:50
Author: Tobi Vollebregt
Details ] Diff ]
lua: fix stack mismatch if RecvLuaMsg doesn't return a boolean
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
develop a59d74da
Timestamp: 2009-09-10 20:11:09
Author: Tobi Vollebregt
Details ] Diff ]
send startpositions for teams not controlled by any player. fixes all startPosType != 2 in skirmish games.
mod - rts/Game/GameServer.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 698 699 700 701 702 703 704 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last