2025-08-03 01:06 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 16f0b902
Timestamp: 2011-11-21 16:10:14
Author: jK
Details ] Diff ]
fix mac compile 0000003
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
mod - rts/System/OffscreenGLContext.h Diff ] File ]
develop f7c4ced5
Timestamp: 2011-11-21 16:01:31
Author: jK
Details ] Diff ]
fix mac compile #2
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
mod - rts/System/OffscreenGLContext.h Diff ] File ]
develop b4ce5a03
Timestamp: 2011-11-21 15:54:15
Author: jK
Details ] Diff ]
fix mac compile
mod - rts/System/OffscreenGLContext.h Diff ] File ]
develop ca859533
Timestamp: 2011-11-21 15:48:28
Author: Kaylewt
Details ] Diff ]
minor #include-cleanup in Projectile.cpp
mod - rts/Sim/Projectiles/Projectile.cpp Diff ] File ]
develop 5c1c53c7
Timestamp: 2011-11-21 15:05:03
Author: jK
Details ] Diff ]
MacOSX: switch OffscreenGLCtx from AGL to CGL
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
mod - rts/System/OffscreenGLContext.h Diff ] File ]
develop 0f6b49aa
Timestamp: 2011-11-21 14:28:32
Author: jK
Details ] Diff ]
CProjectileHandler: make freeSyncedIDs & syncedProjectileIDs private
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.h Diff ] File ]
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
develop 2607f606
Timestamp: 2011-11-21 13:07:55
Author: Kaylewt
Details ] Diff ]
fix one 'Conditional jump or move depends on uninitialised value(s)'
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
develop 657161a6
Timestamp: 2011-11-21 12:36:45
Author: Kaylewt
Details ] Diff ]
fix desync in CEG::ExecuteExplosionCode
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ExplosionGenerator.h Diff ] File ]
mod - rts/Sim/Units/Scripts/UnitScript.cpp Diff ] File ]
develop cb72d67a
Timestamp: 2011-11-20 23:06:23
Author: Kaylewt
Details ] Diff ]
fix '[safe_element const] index 3 out of bounds! (size 3)'
mod - rts/Game/SelectedUnitsAI.cpp Diff ] File ]
develop 4330fa2c
Timestamp: 2011-11-20 17:40:45
Author: jK
Details ] Diff ]
Revert last commit cause code in EvenyHandler seems to rely on it, still IT SENDS THE CREATION EVENT OF UNSYNCED PROJECTILES TO SYNCED EVENTCLIENTS!!!

This reverts commit 44a157acace03201e780377858972d165a1f680c.
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
develop 44a157ac
Timestamp: 2011-11-20 17:37:59
Author: jK
Details ] Diff ]
NEVER call the _synced event_ ProjectileCreated for _unsynced_ projectiles
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
develop cde05e55
Timestamp: 2011-11-20 17:37:04
Author: jK
Details ] Diff ]
add ASSERT_SYNCED() that catch the current desync right at the start of a match
seems WeaponProjectiles IDs differ between clients
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp Diff ] File ]
develop 90d73f62
Timestamp: 2011-11-20 17:32:17
Author: jK
Details ] Diff ]
fix Valgrind error: "Invalid read of size 8" [part of mantis 0002743]
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp Diff ] File ]
develop d22415d7
Timestamp: 2011-11-20 16:30:07
Author: abma
Details ] Diff ]
rename Game -> Spring & Mod -> Game in infobox (thanks knorke!)
mod - rts/Game/UI/GameInfo.cpp Diff ] File ]
develop d2bee272
Timestamp: 2011-11-20 12:52:30
Author: jK
Details ] Diff ]
minor (use ANormalize for unsynced code in MissileProjectile & reduce float copies in UnitScript.cpp)
mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/UnitScript.cpp Diff ] File ]
develop f4c2b2e5
Timestamp: 2011-11-20 12:51:19
Author: jK
Details ] Diff ]
prevent a few NANs in synced code of MissigleProjectile.cpp
mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.cpp Diff ] File ]
develop 778e3048
Timestamp: 2011-11-20 12:17:33
Author: zerver
Details ] Diff ]
Fix OSX compile error
mod - rts/System/Object.cpp Diff ] File ]
mod - rts/System/Platform/Threading.h Diff ] File ]
develop bdd93a94
Timestamp: 2011-11-20 11:48:09
Author: hoijui
Details ] Diff ]
CppCheck: rethrow exceptions
mod - rts/ExternalAI/EngineOutHandler.h Diff ] File ]
develop bb4cc478
Timestamp: 2011-11-20 01:36:44
Author: zerver
Details ] Diff ]
Make sync_id signed to match AtomicCounterInt64
mod - rts/System/Object.h Diff ] File ]
develop 897281b0
Timestamp: 2011-11-20 01:03:23
Author: hoijui
Details ] Diff ]
CppCheck: value uninitialized in hte constructor
mod - rts/Sim/Path/Default/PathManager.h Diff ] File ]
develop d996d4ac
Timestamp: 2011-11-20 01:02:55
Author: hoijui
Details ] Diff ]
CppCheck: do not check unsigned integers for < 0
mod - rts/Lua/LuaDisplayLists.h Diff ] File ]
mod - rts/Lua/LuaShaders.cpp Diff ] File ]
mod - rts/Sim/Misc/TeamHandler.h Diff ] File ]
mod - rts/System/FileSystem/IArchive.h Diff ] File ]
develop 56d85db8
Timestamp: 2011-11-19 23:38:18
Author: Kaylewt
Details ] Diff ]
s/#ifdef DEBUG/#ifndef NDEBUG/ (default true vs default false)
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
develop ac0a7cb1
Timestamp: 2011-11-19 22:45:56
Author: zerver
Details ] Diff ]
MSVC fixes
mod - rts/System/Log/DefaultFormatter.cpp Diff ] File ]
mod - rts/System/maindefines.h Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 9d3f28f6
Timestamp: 2011-11-19 22:39:58
Author: zerver
Details ] Diff ]
Improve 81f281e
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/System/Object.cpp Diff ] File ]
mod - rts/System/Object.h Diff ] File ]
mod - rts/System/Platform/Threading.h Diff ] File ]
develop 58e542c9
Timestamp: 2011-11-19 19:51:59
Author: Kaylewt
Details ] Diff ]
Merge branch 'release' of github.com:spring/spring into release
mod - rts/System/Object.cpp Diff ] File ]
mod - rts/System/Object.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 441 442 443 444 445 446 447 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last