2025-08-04 11:06 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 0c79e1dc
Timestamp: 2011-03-05 09:26:50
Author: -jk-
Details ] Diff ]
echo `max sounds` to the infolog
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop 2362149b
Timestamp: 2011-03-05 09:26:13
Author: -jk-
Details ] Diff ]
fix real bug in CGroundMoveType: incorrect assignment to itself instead of class member (found with cppcheck)
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop 3e814d3b
Timestamp: 2011-03-05 09:24:32
Author: -jk-
Details ] Diff ]
fix a few cppcheck errors (missing init in ctor, possible const'ification of funcs)
mod - rts/Rendering/Models/3DOParser.cpp Diff ] File ]
mod - rts/Rendering/Textures/TextureAtlas.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/StarburstProjectile.cpp Diff ] File ]
mod - rts/System/LoadSave/DemoRecorder.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
mod - rts/System/creg/creg.h Diff ] File ]
develop 3aede857
Timestamp: 2011-03-05 09:21:11
Author: -jk-
Details ] Diff ]
remove unused private function from CGameSetup
mod - rts/Game/GameSetup.cpp Diff ] File ]
mod - rts/Game/GameSetup.h Diff ] File ]
develop cf6f34d8
Timestamp: 2011-03-05 02:20:53
Author: zerver
Details ] Diff ]
Compile?
mod - rts/Rendering/Models/WorldObjectModelRenderer.cpp Diff ] File ]
develop 16f27390
Timestamp: 2011-03-05 01:24:32
Author: zerver
Details ] Diff ]
Update VCproj
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 46a4848d
Timestamp: 2011-03-05 00:01:20
Author: zerver
Details ] Diff ]
Merge branch 'master' of github.com:spring/spring

Conflicts:
rts/Rendering/FeatureDrawer.cpp
add - buildbot/README.markdown Diff ] File ]
mod - buildbot/master/buildbot.mk Diff ] File ]
mod - buildbot/master/master.cfg Diff ] File ]
mod - buildbot/slave/makensis Diff ] File ]
mod - cont/base/maphelper/maphelper/mapdefaults.lua Diff ] File ]
mod - cont/base/maphelper/maphelper/parse_tdf_map.lua Diff ] File ]
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl Diff ] File ]
mod - doc/changelog.txt Diff ] File ]
add - include/AL/efx.h Diff ] File ]
mod - rts/Game/ConsoleHistory.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameController.cpp Diff ] File ]
mod - rts/Game/GameHelper.cpp Diff ] File ]
mod - rts/Game/IVideoCapturing.cpp Diff ] File ]
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/InfoConsole.cpp Diff ] File ]
mod - rts/Game/UI/InfoConsole.h Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.h Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/UnitTracker.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Game/WaitCommandsAI.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedMoveCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedMoveCtrl.h Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Lua/LuaUnitMaterial.h Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.h Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUtils.cpp Diff ] File ]
mod - rts/Map/MapInfo.cpp Diff ] File ]
mod - rts/Map/MapInfo.h Diff ] File ]
mod - rts/Map/ReadMap.h Diff ] File ]
mod - rts/Map/SMF/BFGroundDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/SmfReadMap.cpp Diff ] File ]
mod - rts/Map/SMF/SmfReadMap.h Diff ] File ]
mod - rts/Rendering/DebugColVolDrawer.cpp Diff ] File ]
mod - rts/Rendering/DefaultPathDrawer.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/GLContext.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/Rendering/GroundDecalHandler.cpp Diff ] File ]
mod - rts/Rendering/GroundDecalHandler.h Diff ] File ]
mod - rts/Rendering/InMapDraw.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/glFont.cpp Diff ] File ]
mod - rts/Sim/Misc/CommonDefHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp Diff ] File ]
mod - rts/Sim/Misc/QuadField.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AAirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AAirMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/GroundMoveMath.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/GroundMoveMath.h Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.h Diff ] File ]
mod - rts/Sim/MoveTypes/MoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/MoveTypeFactory.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/ScriptMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/ScriptMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/StaticMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/StaticMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/TAAirMoveType.h Diff ] File ]
mod - rts/Sim/Path/Default/PathConstants.h Diff ] File ]
mod - rts/Sim/Path/Default/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp Diff ] File ]
mod - rts/Sim/Units/Groups/GroupHandler.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobFile.cpp 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/UnitScript.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
mod - rts/Sim/Weapons/WeaponDef.h Diff ] File ]
mod - rts/Sim/Weapons/WeaponDefHandler.cpp Diff ] File ]
mod - rts/System/ConfigHandler.cpp Diff ] File ]
mod - rts/System/EventClient.cpp Diff ] File ]
mod - rts/System/EventClient.h Diff ] File ]
mod - rts/System/EventHandler.cpp Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
mod - rts/System/FileSystem/VFSHandler.cpp Diff ] File ]
mod - rts/System/Input/MouseInput.cpp Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/System/LogOutput.h Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/Platform/CrashHandler.h Diff ] File ]
mod - rts/System/Platform/Linux/CrashHandler.cpp Diff ] File ]
mod - rts/System/Platform/Linux/X_MessageBox.cpp Diff ] File ]
add - rts/System/Platform/Linux/thread_backtrace.cpp Diff ] File ]
add - rts/System/Platform/Linux/thread_backtrace.h Diff ] File ]
mod - rts/System/Platform/Threading.cpp Diff ] File ]
mod - rts/System/Platform/Threading.h Diff ] File ]
add - rts/System/Platform/Watchdog.cpp Diff ] File ]
add - rts/System/Platform/Watchdog.h Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
mod - rts/System/Platform/errorhandler.cpp Diff ] File ]
mod - rts/System/Platform/errorhandler.h Diff ] File ]
mod - rts/System/Sound/ALShared.cpp Diff ] File ]
mod - rts/System/Sound/ALShared.h Diff ] File ]
add - rts/System/Sound/AudioChannel.cpp Diff ] File ]
add - rts/System/Sound/AudioChannel.h Diff ] File ]
mod - rts/System/Sound/CMakeLists.txt Diff ] File ]
add - rts/System/Sound/EFX.cpp Diff ] File ]
add - rts/System/Sound/EFX.h Diff ] File ]
add - rts/System/Sound/EFXPresets.cpp Diff ] File ]
add - rts/System/Sound/EFXPresets.h Diff ] File ]
add - rts/System/Sound/EFXfuncs.cpp Diff ] File ]
add - rts/System/Sound/EFXfuncs.h Diff ] File ]
rm - rts/System/Sound/EffectChannel.cpp Diff ] File ]
rm - rts/System/Sound/EffectChannel.h Diff ] File ]
mod - rts/System/Sound/IAudioChannel.cpp Diff ] File ]
mod - rts/System/Sound/IAudioChannel.h Diff ] File ]
rm - rts/System/Sound/IEffectChannel.cpp Diff ] File ]
rm - rts/System/Sound/IEffectChannel.h Diff ] File ]
rm - rts/System/Sound/IMusicChannel.cpp Diff ] File ]
rm - rts/System/Sound/IMusicChannel.h Diff ] File ]
mod - rts/System/Sound/ISound.cpp Diff ] File ]
mod - rts/System/Sound/ISound.h Diff ] File ]
rm - rts/System/Sound/MusicChannel.cpp Diff ] File ]
rm - rts/System/Sound/MusicChannel.h Diff ] File ]
add - rts/System/Sound/NullAudioChannel.h Diff ] File ]
rm - rts/System/Sound/NullEffectChannel.h Diff ] File ]
rm - rts/System/Sound/NullMusicChannel.h Diff ] File ]
mod - rts/System/Sound/NullSound.cpp Diff ] File ]
mod - rts/System/Sound/NullSound.h Diff ] File ]
mod - rts/System/Sound/OggStream.cpp Diff ] File ]
mod - rts/System/Sound/OggStream.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
mod - rts/System/Sound/SoundBuffer.cpp Diff ] File ]
mod - rts/System/Sound/SoundBuffer.h Diff ] File ]
add - rts/System/Sound/SoundChannels.cpp Diff ] File ]
mod - rts/System/Sound/SoundChannels.h Diff ] File ]
mod - rts/System/Sound/SoundItem.cpp Diff ] File ]
mod - rts/System/Sound/SoundItem.h Diff ] File ]
mod - rts/System/Sound/SoundLog.cpp Diff ] File ]
mod - rts/System/Sound/SoundLog.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - rts/System/Util.h Diff ] File ]
mod - rts/System/creg/Serializer.cpp Diff ] File ]
mod - rts/aGui/List.cpp Diff ] File ]
mod - rts/lib/gml/gmlsrv.h Diff ] File ]
mod - rts/lib/lobby/Connection.h Diff ] File ]
mod - tools/ArchiveMover/ArchiveMover.cpp Diff ] File ]
develop 1224c0b7
Timestamp: 2011-03-04 23:55:52
Author: zerver
Details ] Diff ]
Fix feature rendering bugs
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.h Diff ] File ]
mod - rts/Rendering/Models/WorldObjectModelRenderer.cpp Diff ] File ]
mod - rts/Rendering/Models/WorldObjectModelRenderer.h Diff ] File ]
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.h Diff ] File ]
develop 317f680f
Timestamp: 2011-03-04 22:57:44
Author: Tobi Vollebregt
Details ] Diff ]
buildbot: resurrect MrBuild, fix typos
mod - buildbot/README.markdown Diff ] File ]
mod - buildbot/master/master.cfg Diff ] File ]
develop 003b046f
Timestamp: 2011-03-04 22:17:40
Author: Tobi Vollebregt
Details ] Diff ]
Revert "test"

This reverts commit 2801f5320e5174872c003ce352ca55a314552ed9.
mod - rts/System/Main.cpp Diff ] File ]
develop 2801f532
Timestamp: 2011-03-04 22:12:03
Author: Tobi Vollebregt
Details ] Diff ]
test
mod - rts/System/Main.cpp Diff ] File ]
develop 52f21287
Timestamp: 2011-03-04 21:18:58
Author: Tobi Vollebregt
Details ] Diff ]
buildbot: cleanup
mod - buildbot/README.markdown Diff ] File ]
mod - buildbot/master/master.cfg Diff ] File ]
develop b1dc2434
Timestamp: 2011-03-04 21:08:38
Author: -jk-
Details ] Diff ]
merge MusicChannel & EffectChannel classes
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
add - rts/System/Sound/AudioChannel.cpp Diff ] File ]
add - rts/System/Sound/AudioChannel.h Diff ] File ]
mod - rts/System/Sound/CMakeLists.txt Diff ] File ]
rm - rts/System/Sound/EffectChannel.cpp Diff ] File ]
rm - rts/System/Sound/EffectChannel.h Diff ] File ]
mod - rts/System/Sound/IAudioChannel.cpp Diff ] File ]
mod - rts/System/Sound/IAudioChannel.h Diff ] File ]
rm - rts/System/Sound/IEffectChannel.cpp Diff ] File ]
rm - rts/System/Sound/IEffectChannel.h Diff ] File ]
rm - rts/System/Sound/IMusicChannel.cpp Diff ] File ]
rm - rts/System/Sound/IMusicChannel.h Diff ] File ]
rm - rts/System/Sound/MusicChannel.cpp Diff ] File ]
rm - rts/System/Sound/MusicChannel.h Diff ] File ]
add - rts/System/Sound/NullAudioChannel.h Diff ] File ]
rm - rts/System/Sound/NullEffectChannel.h Diff ] File ]
rm - rts/System/Sound/NullMusicChannel.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
add - rts/System/Sound/SoundChannels.cpp Diff ] File ]
mod - rts/System/Sound/SoundChannels.h Diff ] File ]
develop c9a71bcc
Timestamp: 2011-03-04 21:07:19
Author: Tobi Vollebregt
Details ] Diff ]
buildbot: ccache, give docs .markdown extension
mod - buildbot/master/buildbot.mk Diff ] File ]
develop 0ba17d2f
Timestamp: 2011-03-04 20:17:50
Author: -jk-
Details ] Diff ]
move CSound::PlaySample -> IAudioChannel::FindSourceAndPlay and introduce a link between the SoundChannel and its played CSoundSources, so their volume can be updated at runtime
mod - rts/System/Sound/EffectChannel.cpp Diff ] File ]
mod - rts/System/Sound/IAudioChannel.cpp Diff ] File ]
mod - rts/System/Sound/IAudioChannel.h Diff ] File ]
mod - rts/System/Sound/IMusicChannel.h Diff ] File ]
mod - rts/System/Sound/ISound.h Diff ] File ]
mod - rts/System/Sound/MusicChannel.cpp Diff ] File ]
mod - rts/System/Sound/MusicChannel.h Diff ] File ]
mod - rts/System/Sound/NullMusicChannel.h Diff ] File ]
mod - rts/System/Sound/NullSound.cpp Diff ] File ]
mod - rts/System/Sound/NullSound.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.h Diff ] File ]
develop 40128e6d
Timestamp: 2011-03-04 19:21:28
Author: -jk-
Details ] Diff ]
save SoundItem's in a standard std::vector so they can be used outside of CSound, too (without having access to the container)
mod - rts/System/Sound/ISound.h Diff ] File ]
mod - rts/System/Sound/NullSound.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
develop 000d9a29
Timestamp: 2011-03-04 19:13:44
Author: -jk-
Details ] Diff ]
whitespaces changes in SoundSource.cpp & Sound.cpp
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
develop 24d37463
Timestamp: 2011-03-04 19:10:13
Author: -jk-
Details ] Diff ]
forgot these in 41331c
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.h Diff ] File ]
develop 41331c1b
Timestamp: 2011-03-04 19:02:14
Author: -jk-
Details ] Diff ]
rewrite oggstream handling in CSoundSource
mod - rts/System/Sound/OggStream.cpp Diff ] File ]
mod - rts/System/Sound/OggStream.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.h Diff ] File ]
develop 9575c00a
Timestamp: 2011-03-04 18:53:10
Author: -jk-
Details ] Diff ]
add a warning when trying to play a non-mono sound in 3d (OpenAL doesn't support this!)
mod - rts/System/Sound/SoundBuffer.cpp Diff ] File ]
mod - rts/System/Sound/SoundBuffer.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
develop 3177ba19
Timestamp: 2011-03-04 18:43:08
Author: -jk-
Details ] Diff ]
add function name to OggStream errors
mod - rts/System/Sound/OggStream.cpp Diff ] File ]
mod - rts/System/Sound/OggStream.h Diff ] File ]
develop 0a486e48
Timestamp: 2011-03-04 18:39:39
Author: -jk-
Details ] Diff ]
X11: prevent endless scrolling when the mouse leaves the window
mod - rts/System/Input/MouseInput.cpp Diff ] File ]
develop 74539015
Timestamp: 2011-03-04 18:36:48
Author: -jk-
Details ] Diff ]
force repathing after changes to the movetypes (commit: 9b3168846)
mod - rts/Sim/Path/Default/PathConstants.h Diff ] File ]
develop fcd21f73
Timestamp: 2011-03-04 15:14:03
Author: kloot
Details ] Diff ]
compile??
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop 242a187c
Timestamp: 2011-03-04 15:06:31
Author: kloot
Details ] Diff ]
compile?
mod - rts/Sim/Misc/QuadField.cpp Diff ] File ]
mod - rts/Sim/Units/Groups/GroupHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 538 539 540 541 542 543 544 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last