2025-08-18 09:29 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop c3e82fd9
Timestamp: 2009-06-11 20:29:36
Author: hoijui
Details ] Diff ]
fix minor white space issue
mod - rts/Game/GameServer.cpp Diff ] File ]
develop ee12339c
Timestamp: 2009-06-11 19:54:03
Author: Karl-Robert Ernst
Details ] Diff ]
sound: refaktor music to use a soundchannel (allows "/set snd_volmusic")
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/System/Sound/AudioChannel.cpp Diff ] File ]
mod - rts/System/Sound/AudioChannel.h Diff ] File ]
mod - rts/System/Sound/Music.cpp Diff ] File ]
mod - rts/System/Sound/Music.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop af4f7262
Timestamp: 2009-06-11 19:39:38
Author: Kloot
Details ] Diff ]
* fix Mantis 1448 (factories blocked from building under certain circumstances)
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp Diff ] File ]
mod - rts/Sim/Misc/GroundBlockingObjectMap.h Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
develop 3f85694e
Timestamp: 2009-06-11 18:03:58
Author: Kloot
Details ] Diff ]
* fix the CSound deadlock (GetSoundId acquired the mutex, then called GetWave** which also wanted it)
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop fc163c9f
Timestamp: 2009-06-11 16:42:38
Author: Kloot
Details ] Diff ]
* it's not a good idea to lock a thread pointer instead of a mutex
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop 6e0f6b12
Timestamp: 2009-06-11 04:41:03
Author: -jk-
Details ] Diff ]
not this
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
develop fb1c09aa
Timestamp: 2009-06-11 04:35:50
Author: -jk-
Details ] Diff ]
added missing operators to float4 (fixes selecting things in the share menu)
mod - rts/Rendering/glFont.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/System/float4.h Diff ] File ]
develop b469a171
Timestamp: 2009-06-10 20:52:15
Author: zerver
Details ] Diff ]
Merge branch 'master' of git@github.com:spring/spring
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/System/Sound/Music.cpp Diff ] File ]
mod - rts/System/Sound/Music.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop 2f78de1d
Timestamp: 2009-06-10 20:52:06
Author: zerver
Details ] Diff ]
Crash fixes
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.h Diff ] File ]
mod - rts/lib/gml/ThreadSafeContainers.h Diff ] File ]
develop 3398394b
Timestamp: 2009-06-10 19:33:27
Author: Karl-Robert Ernst
Details ] Diff ]
sound: move some initialisation itno the soundthread
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop fd66c1d0
Timestamp: 2009-06-10 19:22:46
Author: Karl-Robert Ernst
Details ] Diff ]
sound: refactor the music-thread into a general sound-thread
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/System/Sound/Music.cpp Diff ] File ]
mod - rts/System/Sound/Music.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop 811750bf
Timestamp: 2009-06-10 18:37:42
Author: Karl-Robert Ernst
Details ] Diff ]
Merge branch 'master' of git@github.com:spring/spring
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Lua/LuaREADME.txt Diff ] File ]
mod - rts/Map/Ground.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.h Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/GeoThermSmokeProjectile.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp Diff ] File ]
mod - rts/lib/gml/ThreadSafeContainers.h Diff ] File ]
develop 533fbc58
Timestamp: 2009-06-10 14:05:40
Author: -jk-
Details ] Diff ]
reenabled on-demand feature update & fixed fading feature if-clause
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
develop 2b4820b0
Timestamp: 2009-06-09 23:13:44
Author: zerver
Details ] Diff ]
Merge branch 'master' of git@github.com:spring/spring
mod - AI/Interfaces/Java/bin/jna_wrappEvents.awk Diff ] File ]
mod - AI/Skirmish/AAI/AAIExecute.cpp Diff ] File ]
mod - AI/Skirmish/AAI/AAIExecute.h Diff ] File ]
mod - AI/Skirmish/AAI/AAIMap.cpp Diff ] File ]
mod - AI/Skirmish/AAI/AAIMap.h Diff ] File ]
mod - AI/Skirmish/CMakeLists.txt Diff ] File ]
mod - AI/Skirmish/NullOOJavaAI/src/nulloojavaai/NullOOJavaAI.java Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
mod - Doxyfile Diff ] File ]
mod - rts/ExternalAI/EngineOutHandler.cpp Diff ] File ]
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Lua/LuaFeatureDefs.cpp Diff ] File ]
mod - rts/Lua/LuaREADME.txt Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.h Diff ] File ]
mod - rts/Sim/Features/FeatureDef.h Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/ShieldPartProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/ShieldPartProjectile.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp Diff ] File ]
mod - rts/System/creg/STL_Map.h Diff ] File ]
add - tools/OscStatsSender/Makefile Diff ] File ]
add - tools/OscStatsSender/README.txt Diff ] File ]
add - tools/OscStatsSender/main.cpp Diff ] File ]
develop 6ae6d947
Timestamp: 2009-06-09 23:13:25
Author: zerver
Details ] Diff ]
Threading cleanup in ProjectileHandler
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Map/Ground.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.h Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/GeoThermSmokeProjectile.cpp Diff ] File ]
mod - rts/lib/gml/ThreadSafeContainers.h Diff ] File ]
develop 71dbce2b
Timestamp: 2009-06-09 20:55:35
Author: hoijui
Details ] Diff ]
fix AI getting double CommandFinished event for build commands
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp Diff ] File ]
develop 80828ca4
Timestamp: 2009-06-09 17:06:03
Author: Karl-Robert Ernst
Details ] Diff ]
small beautification
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop 23b3a424
Timestamp: 2009-06-09 16:26:55
Author: Karl-Robert Ernst
Details ] Diff ]
remove "/volume" and "/unitreplyvolume" (broken and replaced)
mod - rts/Game/Game.cpp Diff ] File ]
develop 32350271
Timestamp: 2009-06-09 16:25:21
Author: Karl-Robert Ernst
Details ] Diff ]
drop unhandled actions "/stuff" to widgets in case someone is interested
mod - rts/Game/Game.cpp Diff ] File ]
develop 893ba9ea
Timestamp: 2009-06-08 23:04:37
Author: -jk-
Details ] Diff ]
* fix BumpWater turns white
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/ShieldPartProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/ShieldPartProjectile.h Diff ] File ]
develop 81ced687
Timestamp: 2009-06-08 21:15:33
Author: Tobi Vollebregt
Details ] Diff ]
small update
mod - rts/Lua/LuaREADME.txt Diff ] File ]
develop f5cd86c0
Timestamp: 2009-06-08 20:31:17
Author: Karl-Robert Ernst
Details ] Diff ]
mark AI-teams as active on gamestart
mod - rts/Game/GameServer.cpp Diff ] File ]
develop a4694303
Timestamp: 2009-06-08 16:22:28
Author: hoijui
Details ] Diff ]
cleanup & saving a little CPU time when not using Skirmish AIs
mod - rts/ExternalAI/EngineOutHandler.cpp Diff ] File ]
develop afe87921
Timestamp: 2009-06-08 16:18:37
Author: hoijui
Details ] Diff ]
add OscStatsSender: sends fake spring OSC stats messages
This is useful when testing a packet pre-analyzer
or a music generator.
add - tools/OscStatsSender/Makefile Diff ] File ]
add - tools/OscStatsSender/README.txt Diff ] File ]
add - tools/OscStatsSender/main.cpp Diff ] File ]
develop 2ee72e71
Timestamp: 2009-06-08 16:08:34
Author: Kloot
Details ] Diff ]
* initialize map features with allyteam = -1 (fixes area reclaim)
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 735 736 737 738 739 740 741 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last