2025-08-12 11:31 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop b1230d04
Timestamp: 2011-12-21 15:16:33
Author: jK
Details ] Diff ]
update changelog (behe & jk stuff since 84.0)
mod - doc/changelog.txt Diff ] File ]
develop 4291b349
Timestamp: 2011-12-21 14:38:28
Author: hoijui
Details ] Diff ]
changelog update (koshi & hoijui stuff since 84.0)
mod - doc/changelog.txt Diff ] File ]
develop c7db1e62
Timestamp: 2011-12-21 14:28:11
Author: hoijui
Details ] Diff ]
Man pages: document new isolation-mode stuff [minor]
mod - doc/manpages/spring-dedicated.6.txt Diff ] File ]
mod - doc/manpages/spring-headless.6.txt Diff ] File ]
mod - doc/manpages/spring-multithreaded.6.txt Diff ] File ]
mod - doc/manpages/spring.6.txt Diff ] File ]
develop 0826fe62
Timestamp: 2011-12-21 14:24:58
Author: hoijui
Details ] Diff ]
Man pages: mods -> games [minor]
mod - doc/manpages/spring.6.txt Diff ] File ]
develop b5c48aca
Timestamp: 2011-12-21 14:24:34
Author: hoijui
Details ] Diff ]
Man pages: use correct titles [minor] [fix]
mod - doc/manpages/spring-headless.6.txt Diff ] File ]
mod - doc/manpages/spring-multithreaded.6.txt Diff ] File ]
develop d0d0d4cd
Timestamp: 2011-12-21 14:06:29
Author: hoijui
Details ] Diff ]
slightly extend a doc comment in logging code [minor]
mod - rts/System/Log/DefaultFormatter.cpp Diff ] File ]
develop c4fed252
Timestamp: 2011-12-21 14:05:40
Author: hoijui
Details ] Diff ]
"--isolation-dir <path>" implies "--isolation" (thanks jk)
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 03aeaa87
Timestamp: 2011-12-21 02:48:22
Author: zerver
Details ] Diff ]
Try to fix mantis 0002851 (crash in NetCommands when specs cheating in via /team)
mod - rts/Game/PlayerHandler.cpp Diff ] File ]
develop 6fbba63d
Timestamp: 2011-12-21 01:22:46
Author: zerver
Details ] Diff ]
Fix fading features again
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.h Diff ] File ]
develop 96337f3a
Timestamp: 2011-12-20 18:56:10
Author: hoijui
Details ] Diff ]
use two separate cmd-line switches for isolation mode

One to turn it on (--isolation) and one to override
the default dir (--isolation-dir).

Also replaces some remaining space indents with tabs.
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
mod - rts/System/FileSystem/DataDirLocater.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop b24758b9
Timestamp: 2011-12-20 17:21:32
Author: hoijui
Details ] Diff ]
Merge remote-tracking branch 'koshi/isolation_switch' into release

Conflicts:
rts/System/Platform/Threading.cpp
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
mod - rts/System/FileSystem/DataDirLocater.h Diff ] File ]
mod - rts/System/Platform/Threading.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 254dfbc9
Timestamp: 2011-12-20 15:41:20
Author: Rene Milk
Details ] Diff ]
allow setting isolation dir via SPRING_ISOLATED env var too

also made isolationModeDir non-static and fixed my previous indent foobar
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
mod - rts/System/FileSystem/DataDirLocater.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 3294e6ca
Timestamp: 2011-12-20 03:10:04
Author: zerver
Details ] Diff ]
Revert 7b68d32
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/Models/WorldObjectModelRenderer.cpp Diff ] File ]
mod - rts/Rendering/Models/WorldObjectModelRenderer.h Diff ] File ]
develop 29450a85
Timestamp: 2011-12-19 23:59:56
Author: jK
Details ] Diff ]
minor in UDPConnection.cpp
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop 0133a681
Timestamp: 2011-12-19 23:58:50
Author: jK
Details ] Diff ]
minor in SpringTime.h
mod - rts/System/Misc/SpringTime.h Diff ] File ]
develop 02d1286f
Timestamp: 2011-12-19 23:58:29
Author: jK
Details ] Diff ]
spring_time: convert SDL_GetTicks to a signed int to avoid overflows when subtracting
mod - rts/System/Misc/SpringTime.h Diff ] File ]
develop bd4a575c
Timestamp: 2011-12-19 23:19:58
Author: jK
Details ] Diff ]
revert f817756b43 (it's already catched)
mod - rts/System/Platform/errorhandler.h Diff ] File ]
develop 7f1a140d
Timestamp: 2011-12-19 23:12:02
Author: zerver
Details ] Diff ]
Revert/redesign the fix for mantis 0002820 (Sound related deadlock)
mod - rts/System/Sound/AudioChannel.cpp Diff ] File ]
mod - rts/System/Sound/AudioChannel.h Diff ] File ]
mod - rts/System/Sound/IAudioChannel.h Diff ] File ]
mod - rts/System/Sound/NullAudioChannel.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/SoundChannels.cpp Diff ] File ]
mod - rts/System/Sound/SoundChannels.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.h Diff ] File ]
develop fbcd5f74
Timestamp: 2011-12-19 23:06:36
Author: jK
Details ] Diff ]
fix a typo in CGroundBlockingObjectMap::GroundBlocked
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp Diff ] File ]
develop f817756b
Timestamp: 2011-12-19 23:06:18
Author: jK
Details ] Diff ]
add std::alloc to CATCH_SPRING_ERRORS (mantis 0002848)
mod - rts/System/Platform/errorhandler.h Diff ] File ]
develop da811f9e
Timestamp: 2011-12-18 23:42:46
Author: zerver
Details ] Diff ]
Try to fix crash/hang in 56cc506
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/System/Sound/AudioChannel.cpp Diff ] File ]
mod - rts/System/Sound/AudioChannel.h Diff ] File ]
mod - rts/System/Sound/IAudioChannel.h Diff ] File ]
mod - rts/System/Sound/NullAudioChannel.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop ead37a54
Timestamp: 2011-12-18 13:44:02
Author: Rene Milk
Details ] Diff ]
change cli switch -isolation to -isolationDir

this allows isolating spring somewhere else but CWD
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
mod - rts/System/FileSystem/DataDirLocater.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop ac16be53
Timestamp: 2011-12-18 13:21:48
Author: abma
Details ] Diff ]
win32 compile fix ( b56e249541a4514cf24c14715a50af743ef0ac11) + add missing parameters (thanks jk!)
mod - rts/System/Platform/Threading.cpp Diff ] File ]
develop b56e2495
Timestamp: 2011-12-18 12:21:24
Author: Rene Milk
Committer: abma
Details ] Diff ]
switch to the alternate for setting thread name (fixes compile on Ubuntu 10.04)
mod - rts/System/Platform/Threading.cpp Diff ] File ]
develop 3e0c7b9e
Timestamp: 2011-12-18 12:21:24
Author: Rene Milk
Details ] Diff ]
switch to the alternate for setting thread name
mod - rts/System/Platform/Threading.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 426 427 428 429 430 431 432 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last