2025-09-04 07:00 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 60ae8ff7
Timestamp: 2011-08-02 02:25:37
Author: jK
Details ] Diff ]
whitespaces
mod - rts/Lua/LuaFeatureDefs.cpp Diff ] File ]
mod - rts/System/Log/ILog.h Diff ] File ]
develop 73f0be29
Timestamp: 2011-08-02 02:24:26
Author: jK
Details ] Diff ]
fix BumpWater shorewaves with new unsynced heightmap
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
develop 8bcc6b39
Timestamp: 2011-08-02 02:23:35
Author: jK
Details ] Diff ]
start a ForcedExitAfterFiveSecs thread on `ctrl+c`/SIGINT
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
develop a2ff13e1
Timestamp: 2011-08-02 02:22:20
Author: jK
Details ] Diff ]
fix asserts under linux (caused a endless loop of SIGABRTs before)
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
develop 569f3aba
Timestamp: 2011-08-02 02:21:23
Author: jK
Details ] Diff ]
reset watchdog in ArchiveScanner
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop fb2f7867
Timestamp: 2011-08-02 02:20:45
Author: jK
Details ] Diff ]
errorhandler: reset watchdog before calling Shutdown()
mod - rts/System/Platform/errorhandler.cpp Diff ] File ]
develop 2b58a7fa
Timestamp: 2011-08-02 02:20:00
Author: jK
Details ] Diff ]
cleanup in errorhandler + don't try to create a MessageBox when `forced` is set
mod - rts/System/Platform/errorhandler.cpp Diff ] File ]
develop 1558a727
Timestamp: 2011-08-02 02:18:47
Author: jK
Details ] Diff ]
SpringApp.cpp: comments++;
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 5a56d802
Timestamp: 2011-08-02 02:18:12
Author: jK
Details ] Diff ]
fix memleak in CInputStreamSerializer
mod - rts/System/creg/Serializer.cpp Diff ] File ]
develop aae90941
Timestamp: 2011-08-02 00:09:46
Author: Tobi Vollebregt
Details ] Diff ]
buildbot: cleanup debug symbols earlier than other build artifacts
mod - buildbot/master/cleanup.sh Diff ] File ]
develop 08f522a8
Timestamp: 2011-08-01 22:39:05
Author: Kaylewt
Details ] Diff ]
fix near-div0 in StdExplosionGenerator::Explosion
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/HeatCloudProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/SmokeProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/SmokeProjectile.h Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/SmokeProjectile2.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/SmokeProjectile2.h Diff ] File ]
develop 1a042051
Timestamp: 2011-08-01 19:39:26
Author: Kaylewt
Details ] Diff ]
add projectile sanity-asserts
mod - rts/Sim/Misc/GlobalConstants.h Diff ] File ]
mod - rts/Sim/Projectiles/Projectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/StarburstProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/StarburstProjectile.h Diff ] File ]
mod - rts/Sim/Weapons/StarburstLauncher.cpp Diff ] File ]
develop c8a8b75b
Timestamp: 2011-08-01 18:42:59
Author: abma
Details ] Diff ]
(buildbot) fix generateSources
mod - buildbot/master/master.cfg Diff ] File ]
develop 4a7e7f5f
Timestamp: 2011-08-01 16:26:45
Author: abma
Details ] Diff ]
add missing include (fix 7cae59f35967d23bf1f40ad60df9c7c447a047f0)
mod - rts/Game/GameVersion.cpp Diff ] File ]
develop 723f1ce3
Timestamp: 2011-08-01 16:19:22
Author: abma
Details ] Diff ]
fix DIV0 in glFont.cpp / spring-headless
mod - rts/Rendering/glFont.cpp Diff ] File ]
develop 4fd289eb
Timestamp: 2011-08-01 15:16:20
Author: Kaylewt
Details ] Diff ]
Merge branch 'master' of git@github.com:spring/spring
mod - rts/Game/GameVersion.cpp Diff ] File ]
mod - rts/Game/GameVersion.h Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
develop 2fbfa6c2
Timestamp: 2011-08-01 15:15:51
Author: Kaylewt
Details ] Diff ]
fix SIGFPE in GroundMoveType::SetDeltaSpeed
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop 7cae59f3
Timestamp: 2011-08-01 15:13:37
Author: abma
Details ] Diff ]
log BOOST_STDLIB + BOOST_VERSION version to infolog.txt
mod - rts/Game/GameVersion.cpp Diff ] File ]
mod - rts/Game/GameVersion.h Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
develop 76479d43
Timestamp: 2011-08-01 13:32:43
Author: Kaylewt
Details ] Diff ]
constify (minor)
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop 526627f8
Timestamp: 2011-08-01 13:16:41
Author: Kaylewt
Details ] Diff ]
also clamp Lua-supplied impulses
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop 340229d4
Timestamp: 2011-08-01 13:03:13
Author: hoijui
Details ] Diff ]
slightly refactor UDP connection closing [fix] [mantis#2587]
* As the connection is always muted if it is closed, and Flush() does
nothing when muted, we do not have to Flush() if we are closed already.
* Close shared sockets too.
* Catch and log exceptions when shutting-down the underlying boost ASIO
socket.
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop be07743e
Timestamp: 2011-08-01 12:07:52
Author: Kaylewt
Details ] Diff ]
add clamping to LuaSyncedCtrl::SetUnitVelocity
mod - rts/Game/GameHelper.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/Misc/GlobalConstants.h Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
develop 1c6d1319
Timestamp: 2011-08-01 12:01:16
Author: hoijui
Details ] Diff ]
AILibraryManager: minor refactor in info loading
Just split Interface and AI info loading into two separate functions.
mod - rts/ExternalAI/AILibraryManager.cpp Diff ] File ]
mod - rts/ExternalAI/AILibraryManager.h Diff ] File ]
develop e7ac7c57
Timestamp: 2011-08-01 11:59:51
Author: hoijui
Details ] Diff ]
AILibraryManager: prevent memory loss in case of duplicate Interface or AI info [fix]
mod - rts/ExternalAI/AILibraryManager.cpp Diff ] File ]
develop a32c2b2f
Timestamp: 2011-08-01 11:58:43
Author: hoijui
Details ] Diff ]
AILibraryManager: prevent memory loss in case of missing required AI Interface for Skirmish AI [fix]
mod - rts/ExternalAI/AILibraryManager.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 480 481 482 483 484 485 486 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last