2025-08-27 15:04 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop b78733aa
Timestamp: 2017-06-07 16:58:23
Author: rrti
Details ] Diff ]
track #reloads to get a rough estimate of current practical limits
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 99cb3216
Timestamp: 2017-06-07 16:53:34
Author: rrti
Details ] Diff ]
addendum 6f6755ae
mod - rts/Sim/Path/Default/IPathFinder.cpp Diff ] File ]
mod - rts/Sim/Path/Default/IPathFinder.h Diff ] File ]
mod - rts/Sim/Path/Default/PathDataTypes.h Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.h Diff ] File ]
mod - rts/Sim/Path/Default/PathManager.cpp Diff ] File ]
develop 6a1b10cc
Timestamp: 2017-06-07 00:02:30
Author: rrti
Details ] Diff ]
typo
mod - rts/Sim/Misc/SimObjectMemPool.h Diff ] File ]
develop 7112c0f8
Timestamp: 2017-06-07 00:00:46
Author: rrti
Details ] Diff ]
s/i++/++i/; s/index/count
mod - rts/Sim/Misc/SimObjectMemPool.h Diff ] File ]
mod - rts/Sim/Path/Default/PathFlowMap.hpp Diff ] File ]
develop 6f6755ae
Timestamp: 2017-06-06 23:04:48
Author: rrti
Details ] Diff ]
add pools for PFS objects
mod - rts/Sim/Path/Default/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathFlowMap.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathHeatMap.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathManager.cpp Diff ] File ]
add - rts/Sim/Path/Default/PathMemPool.h Diff ] File ]
develop 17b3d6b3
Timestamp: 2017-06-06 16:39:46
Author: rrti
Details ] Diff ]
make the *nix CrashHandler compile on ARM
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
develop ec9bad35
Timestamp: 2017-06-06 16:31:39
Author: rrti
Details ] Diff ]
fix GDH crash after 5e349f27
recycle more std::vector's, don't iterate over all 4K scars each frame
downgrade from throwing exception to warning for missing scar-textures
mod - rts/Rendering/Env/Decals/GroundDecalHandler.cpp Diff ] File ]
mod - rts/Rendering/Env/Decals/GroundDecalHandler.h Diff ] File ]
develop d9e80f9b
Timestamp: 2017-06-06 11:14:53
Author: abma
Details ] Diff ]
addition to last commit
mod - tools/DemoTool/DemoTool.cpp Diff ] File ]
develop 5a896af7
Timestamp: 2017-06-06 10:19:59
Author: abma
Details ] Diff ]
add new commands to demotool
mod - tools/DemoTool/DemoTool.cpp Diff ] File ]
develop d7caeb91
Timestamp: 2017-06-06 10:16:54
Author: abma
Details ] Diff ]
warning -> error on connection timeout
mod - rts/Game/PreGame.cpp Diff ] File ]
develop 2d95cc2c
Timestamp: 2017-06-06 01:39:08
Author: rrti
Details ] Diff ]
-
mod - rts/Rendering/Env/Decals/GroundDecalHandler.cpp Diff ] File ]
develop 5e349f27
Timestamp: 2017-06-06 01:10:39
Author: rrti
Details ] Diff ]
poolify SO decals
mod - rts/Rendering/Env/Decals/GroundDecalHandler.cpp Diff ] File ]
mod - rts/Rendering/Env/Decals/GroundDecalHandler.h Diff ] File ]
develop 851865f7
Timestamp: 2017-06-05 18:41:48
Author: rrti
Details ] Diff ]
do not use cpuid on non-x86 builds
mod - rts/System/MainDefines.h Diff ] File ]
mod - rts/System/Platform/CpuID.cpp Diff ] File ]
mod - rts/System/Platform/CpuID.h Diff ] File ]
mod - rts/System/Platform/Threading.cpp Diff ] File ]
develop eb88c51e
Timestamp: 2017-06-05 01:51:31
Author: rrti
Details ] Diff ]
recycle demo streams across reloads since these are now triggering OOM's
mod - rts/System/LoadSave/DemoRecorder.cpp Diff ] File ]
mod - rts/System/LoadSave/DemoRecorder.h Diff ] File ]
develop 86107747
Timestamp: 2017-06-04 23:14:51
Author: rrti
Details ] Diff ]
fix 0005599 (viva64)
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureMemPool.h Diff ] File ]
mod - rts/Sim/Misc/SimObjectMemPool.h Diff ] File ]
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileMemPool.h Diff ] File ]
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitMemPool.h Diff ] File ]
mod - rts/Sim/Weapons/WeaponLoader.cpp Diff ] File ]
mod - rts/Sim/Weapons/WeaponMemPool.h Diff ] File ]
develop e04727c1
Timestamp: 2017-06-04 21:45:35
Author: rrti
Details ] Diff ]
fix 0005598 (reuse scratch-space)
mod - rts/Map/SMF/SMFReadMap.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
develop 7e50d1d0
Timestamp: 2017-06-04 03:22:01
Author: rrti
Details ] Diff ]
fix build
mod - AI/Skirmish/E323AI Diff ] File ]
develop 0f5aabaf
Timestamp: 2017-06-04 02:11:12
Author: rrti
Details ] Diff ]
add static pools
mod - rts/Game/UI/ProfileDrawer.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.h Diff ] File ]
mod - rts/Sim/Features/FeatureMemPool.h Diff ] File ]
mod - rts/Sim/Misc/GlobalConstants.h Diff ] File ]
mod - rts/Sim/Misc/SimObjectMemPool.h Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileMemPool.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
mod - rts/Sim/Units/UnitMemPool.h Diff ] File ]
mod - rts/Sim/Weapons/WeaponLoader.cpp Diff ] File ]
mod - rts/Sim/Weapons/WeaponMemPool.h Diff ] File ]
develop c7d1d2bb
Timestamp: 2017-06-03 14:54:59
Author: rtri
Committer: GitHub
Details ] Diff ]
Merge pull request 0000312 from sprunk/nanoframes

Nanoframes:
mod - rts/Net/NetCommands.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
develop 2c6b42ea
Timestamp: 2017-06-03 14:33:18
Author: rrti
Details ] Diff ]
re-apply a5658895
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop ddf580c3
Timestamp: 2017-06-03 14:28:48
Author: rrti
Details ] Diff ]
fix gsRNG.Next*() eval-order desync
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
mod - rts/System/GlobalRNG.h Diff ] File ]
develop fe0d9ebd
Timestamp: 2017-06-03 01:44:07
Author: rrti
Details ] Diff ]
fix OOB read in GameSetup::LoadTeams
mod - rts/Game/GameSetup.cpp Diff ] File ]
mod - rts/Sim/Misc/TeamBase.cpp Diff ] File ]
mod - rts/Sim/Misc/TeamBase.h Diff ] File ]
develop 9531dee3
Timestamp: 2017-06-02 16:26:35
Author: rrti
Details ] Diff ]
calculate PE-hash in the ctor; avoids duplicate log entries if ReadFile fails
mod - rts/Sim/Path/Default/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathEstimator.h Diff ] File ]
develop b1cd3156
Timestamp: 2017-06-02 12:27:38
Author: rrti
Details ] Diff ]
minor PE stuff
fix shadowing in ::CalcChecksum()
log caller function name in ::Hash()
store cache-files as map.pe-hash.zip
s/FUNCTION/func, s/NULL/nullptr
mod - rts/Sim/Path/Default/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathEstimator.h Diff ] File ]
mod - rts/Sim/Path/Default/PathManager.cpp Diff ] File ]
develop ac451d00
Timestamp: 2017-06-01 21:01:42
Author: rrti
Details ] Diff ]
kill debug-return
mod - rts/Sim/Units/Scripts/LuaUnitScript.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 153 154 155 156 157 158 159 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last