Changesets: spring
develop d111ddbc
Timestamp: 2011-11-19 19:51:37 Author: Kaylewt [ Details ] [ Diff ] |
fix on-exit crashes after aeaa51afb404d91be300053698bcde690bea43b3 | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ExplosionGenerator.h | [ Diff ] [ File ] | ||
develop 81f281ee
Timestamp: 2011-11-19 02:03:31 Author: jK [ Details ] [ Diff ] |
use atomic fetch-and-incr in Object.cpp (it's doesn't need a memory barrier, so no `cache synchronization`) | ||
mod - rts/System/Object.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Object.h | [ Diff ] [ File ] | ||
develop aeaa51af
Timestamp: 2011-11-18 20:30:33 Author: Kaylewt [ Details ] [ Diff ] |
make all CEGs reloadable (not just those stored in gCEG) | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SyncedGameCommands.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ExplosionGenerator.h | [ Diff ] [ File ] | ||
develop 566e0eb3
Timestamp: 2011-11-18 15:09:45 Author: Kaylewt [ Details ] [ Diff ] |
Merge branch 'develop' into QTPFS | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/NetCommands.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/InterceptHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDef.h | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
develop 4c9ad328
Timestamp: 2011-11-18 15:09:23 Author: Kaylewt [ Details ] [ Diff ] |
Merge branch 'develop' into PFF | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/NetCommands.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/InterceptHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDef.h | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
develop 5cc1acf2
Timestamp: 2011-11-18 15:07:54 Author: Kaylewt [ Details ] [ Diff ] |
re-apply 5bd294108092d0bf5c8d1fe3f081d55f0c04040c with some improvements | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/NetCommands.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
develop 40d0ebfc
Timestamp: 2011-11-18 14:35:47 Author: Kaylewt [ Details ] [ Diff ] |
Revert "store client sync-responses in demos" This reverts commit 5bd294108092d0bf5c8d1fe3f081d55f0c04040c. |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/NetCommands.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
develop 65916aa0
Timestamp: 2011-11-18 13:22:23 Author: Kaylewt [ Details ] [ Diff ] |
remove redundant type-check | ||
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp | [ Diff ] [ File ] | ||
develop 9af44fbc
Timestamp: 2011-11-18 13:11:23 Author: Kaylewt [ Details ] [ Diff ] |
Merge branch 'release' of github.com:spring/spring into release | ||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/System/Sync/Logger.cpp | [ Diff ] [ File ] | ||
develop bea94eaf
Timestamp: 2011-11-18 13:10:47 Author: Kaylewt [ Details ] [ Diff ] |
possibly fix a valgrind invalid-read in CustomExplosionGenerator::ParseExplosionCode | ||
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp | [ Diff ] [ File ] | ||
develop dfeaa79a
Timestamp: 2011-11-18 01:18:23 Author: hoijui [ Details ] [ Diff ] |
add some requirements and a hint for SYNCDEBUG builds [CMake] | ||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 62e68eba
Timestamp: 2011-11-17 22:12:47 Author: abma [ Details ] [ Diff ] |
fix compile with SYNCDEBUG enabled | ||
mod - rts/System/Sync/Logger.cpp | [ Diff ] [ File ] | ||
develop b537941b
Timestamp: 2011-11-17 20:21:05 Author: jK [ Details ] [ Diff ] |
improve 30dbf389b22 so it can be keeped | ||
mod - rts/Map/Ground.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.h | [ Diff ] [ File ] | ||
develop aaa321ff
Timestamp: 2011-11-17 19:59:57 Author: Tobi Vollebregt [ Details ] [ Diff ] |
remove unused argument | ||
mod - rts/Sim/Units/Scripts/CobEngine.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Scripts/CobEngine.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Scripts/CobInstance.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Scripts/CobThread.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Scripts/CobThread.h | [ Diff ] [ File ] | ||
develop e6bfced1
Timestamp: 2011-11-17 19:20:09 Author: jK [ Details ] [ Diff ] |
make std::set syncafe via a custom compare algo | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Object.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Object.h | [ Diff ] [ File ] | ||
develop b4f1f558
Timestamp: 2011-11-17 19:12:28 Author: jK [ Details ] [ Diff ] |
Revert "THE ITERATION ORDER OF SET<POINTERTYPE> IS NOT SYNCED" This reverts commit 1a11f11198e051020268cceaf027a26ee30126ed. |
||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/PlasmaRepulser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/PlasmaRepulser.h | [ Diff ] [ File ] | ||
mod - rts/System/Object.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Object.h | [ Diff ] [ File ] | ||
develop 6393abc6
Timestamp: 2011-11-17 18:10:05 Author: Kaylewt [ Details ] [ Diff ] |
make new interceptor behavior optional | ||
mod - rts/Sim/Misc/InterceptHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDef.h | [ Diff ] [ File ] | ||
develop 1357afad
Timestamp: 2011-11-17 15:14:38 Author: Kaylewt [ Details ] [ Diff ] |
fix Lua-scripted air repair-pads | ||
mod - rts/Sim/Units/Scripts/LuaUnitScript.cpp | [ Diff ] [ File ] | ||
develop 5a37855e
Timestamp: 2011-11-17 13:22:26 Author: Kaylewt [ Details ] [ Diff ] |
Revert "Revert "Ground: save some branching"" This reverts commit 3185629616e00193e0edfdf97627ddb7f7b11527. reason: no reason given for original revert |
||
mod - rts/Map/Ground.cpp | [ Diff ] [ File ] | ||
develop 45a03352
Timestamp: 2011-11-17 01:07:39 Author: hoijui [ Details ] [ Diff ] |
Revert "make sure we get the sinks included in the spring-dedicated build [CMake]" This reverts commit f8c1b5ca7ba489ca27f640f3954481ea4a8d69c9. |
||
mod - rts/builds/dedicated/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 9b9036ae
Timestamp: 2011-11-17 01:04:46 Author: hoijui [ Details ] [ Diff ] |
ensure the version is printed with "spring-dedicated --version" [fix] | ||
mod - rts/builds/dedicated/main.cpp | [ Diff ] [ File ] | ||
develop 52d7b5d9
Timestamp: 2011-11-17 01:04:05 Author: hoijui [ Details ] [ Diff ] |
do not filter INFO level log records of section "DedicatedServer" [fix] | ||
mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
develop c42aab16
Timestamp: 2011-11-17 01:02:51 Author: hoijui [ Details ] [ Diff ] |
rename the dedicated-server default logging section | ||
mod - rts/builds/dedicated/main.cpp | [ Diff ] [ File ] | ||
develop aa31e14a
Timestamp: 2011-11-17 01:02:08 Author: hoijui [ Details ] [ Diff ] |
rearrange logging section init slightly [nlc] | ||
mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
develop cae99f1a
Timestamp: 2011-11-17 01:01:00 Author: hoijui [ Details ] [ Diff ] |
initialize the log system earlier in dedicated-server | ||
mod - rts/builds/dedicated/main.cpp | [ Diff ] [ File ] | ||