2025-08-06 21:21 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop cf378997
Timestamp: 2009-02-10 18:01:33
Author: Karl-Robert Ernst
Details ] Diff ]
replace (uncomplete) overloaded CLogOutput::operator<< with a helper class subclassed from std::ostringstream, to use it where printf is not good
enought (%zu)
mod - rts/ExternalAI/GlobalAI.cpp Diff ] File ]
mod - rts/ExternalAI/GroupHandler.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/PreGame.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/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Map/SMF/BFGroundDrawer.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/Textures/3DOTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/3DOParser.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Path/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Path/PathFinder.cpp Diff ] File ]
mod - rts/Sim/Path/PathManager.cpp Diff ] File ]
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
mod - rts/System/DemoRecorder.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/DataDirLocater.cpp Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/System/LogOutput.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop e1a4402d
Timestamp: 2009-02-09 20:28:57
Author: Karl-Robert Ernst
Details ] Diff ]
uninstaller removes openal-libs + jobjol-link
mod - installer/sections/main.nsh Diff ] File ]
mod - installer/sections/shortcuts.nsh Diff ] File ]
develop 39523e2d
Timestamp: 2009-02-09 11:19:28
Author: hoijui
Details ] Diff ]
osc: stats sender Update() call moved from TeamHandler to Game
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/Sim/Misc/TeamHandler.cpp Diff ] File ]
develop 5ea5732e
Timestamp: 2009-02-09 10:39:45
Author: hoijui
Details ] Diff ]
build-sys: scons: some cleanup
mod - AI/SConscript Diff ] File ]
mod - SConstruct Diff ] File ]
develop 3821c23f
Timestamp: 2009-02-09 09:49:44
Author: hoijui
Details ] Diff ]
installer: fix
* rewind past accidential removal of some lines
mod - installer/sections/aai.nsh Diff ] File ]
mod - installer/sections/kaik.nsh Diff ] File ]
mod - installer/sections/main.nsh Diff ] File ]
mod - installer/sections/rai.nsh Diff ] File ]
mod - installer/spring.nsi Diff ] File ]
develop 1dfab282
Timestamp: 2009-02-08 22:10:58
Author: Karl-Robert Ernst
Details ] Diff ]
fix soundpitch
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
develop a8eb2cea
Timestamp: 2009-02-08 20:11:07
Author: Karl-Robert Ernst
Details ] Diff ]
initialise looptime to 0 (doh)
mod - rts/System/Sound/SoundItem.cpp Diff ] File ]
develop ea17e637
Timestamp: 2009-02-08 20:08:03
Author: Karl-Robert Ernst
Details ] Diff ]
add looping-option for SoundItems
mod - rts/System/Sound/SoundItem.cpp Diff ] File ]
mod - rts/System/Sound/SoundItem.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.h Diff ] File ]
develop 0846cb64
Timestamp: 2009-02-08 18:43:22
Author: Karl-Robert Ernst
Details ] Diff ]
added possibility to preload sounds (with "preload" in sounds.lua)
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop 1f013074
Timestamp: 2009-02-08 15:23:55
Author: Karl-Robert Ernst
Details ] Diff ]
parse sounds.lua at loading-time instead of runtime
mod - rts/Lua/LuaParser.cpp Diff ] File ]
mod - rts/Lua/LuaParser.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop c2382256
Timestamp: 2009-02-08 12:42:33
Author: Karl-Robert Ernst
Details ] Diff ]
fix dedicated server not exiting when the last player timeout'ed
mod - rts/Game/GameServer.cpp Diff ] File ]
develop a34acfd8
Timestamp: 2009-02-08 01:34:16
Author: Karl-Robert Ernst
Details ] Diff ]
remove unused variable from CGameServer
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
develop c9303ec9
Timestamp: 2009-02-08 00:55:32
Author: Karl-Robert Ernst
Details ] Diff ]
print buffer-usage on "/debuginfo sound"
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/SoundBuffer.cpp Diff ] File ]
mod - rts/System/Sound/SoundBuffer.h Diff ] File ]
develop 9b9b105c
Timestamp: 2009-02-07 23:58:03
Author: Karl-Robert Ernst
Details ] Diff ]
don't apply ".wav" and prefix "sounds/" to a soundname when there is a SoundItem for it
mod - rts/Sim/Units/COB/CobFile.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
mod - rts/Sim/Weapons/WeaponDefHandler.cpp Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop 00c94a63
Timestamp: 2009-02-07 23:42:02
Author: Karl-Robert Ernst
Details ] Diff ]
forgot to add sounds.lua to git
add - installer/builddata/springcontent/gamedata/sounds.lua Diff ] File ]
develop 93433eab
Timestamp: 2009-02-07 23:08:54
Author: Karl-Robert Ernst
Details ] Diff ]
Merge branch 'sound'

Conflicts:
rts/Sim/Misc/ModSound.h
mod - rts/CMakeLists.txt Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Rendering/InMapDraw.cpp Diff ] File ]
rm - rts/Sim/Misc/ModSound.cpp Diff ] File ]
rm - rts/Sim/Misc/ModSound.h Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp Diff ] File ]
mod - rts/Sim/Units/COB/CobFile.cpp Diff ] File ]
mod - rts/Sim/Units/COB/CobInstance.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.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/WeaponDefHandler.cpp Diff ] File ]
mod - rts/System/Platform/errorhandler.h Diff ] File ]
rm - rts/System/Sound.cpp Diff ] File ]
rm - rts/System/Sound.h Diff ] File ]
add - rts/System/Sound/Sound.cpp Diff ] File ]
add - rts/System/Sound/Sound.h Diff ] File ]
add - rts/System/Sound/SoundBuffer.cpp Diff ] File ]
add - rts/System/Sound/SoundBuffer.h Diff ] File ]
add - rts/System/Sound/SoundItem.cpp Diff ] File ]
add - rts/System/Sound/SoundItem.h Diff ] File ]
add - rts/System/Sound/SoundSource.cpp Diff ] File ]
add - rts/System/Sound/SoundSource.h Diff ] File ]
develop 3777f9e5
Timestamp: 2009-02-07 23:06:09
Author: Karl-Robert Ernst
Details ] Diff ]
* add "/debuginfo sound", will print some simple statistics
* added defaults sounds.lua, which includes the engine-sounds (beep, button etc.) to springcontent.sdz
* some fixes
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Rendering/InMapDraw.cpp Diff ] File ]
rm - rts/Sim/Misc/ModSound.cpp Diff ] File ]
rm - rts/Sim/Misc/ModSound.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/SoundItem.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
develop 9452a5f9
Timestamp: 2009-02-07 21:19:05
Author: Karl-Robert Ernst
Details ] Diff ]
fix the names
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop 5ce4d767
Timestamp: 2009-02-07 21:17:38
Author: Karl-Robert Ernst
Details ] Diff ]
SoundItem-tables are now specified by name
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop 808d2491
Timestamp: 2009-02-07 19:21:41
Author: hoijui
Details ] Diff ]
osc: stats sender fix for windows
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.h Diff ] File ]
mod - rts/System/Net/Socket.cpp Diff ] File ]
mod - rts/build/scons/rts.py Diff ] File ]
develop f7019f68
Timestamp: 2009-02-07 18:07:55
Author: hoijui
Details ] Diff ]
Merge commit 'origin/master' into statsend
mod - rts/Sim/Misc/ModSound.h Diff ] File ]
develop eaef6213
Timestamp: 2009-02-07 18:06:55
Author: hoijui
Details ] Diff ]
fix: no new line at end of file
mod - rts/Sim/Misc/ModSound.h Diff ] File ]
develop 0bafb257
Timestamp: 2009-02-07 18:05:47
Author: hoijui
Details ] Diff ]
build-sys: scons: fix OpenAL library not found
mod - rts/build/scons/config.py Diff ] File ]
develop c24d6bce
Timestamp: 2009-02-07 17:57:50
Author: Karl-Robert Ernst
Details ] Diff ]
add prioritizing to sounds:
* when no sources are free, the one with least priority will be stopped
* sounds with priority > 0 will never be stopped
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 22464b5b
Timestamp: 2009-02-07 17:34:31
Author: Karl-Robert Ernst
Details ] Diff ]
maxdist parameter for SoundItems
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
mod - rts/System/Sound/SoundItem.cpp Diff ] File ]
mod - rts/System/Sound/SoundItem.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 778 779 780 781 782 783 784 ... 880 ... 990 ... 1057 1058 1059  Next  Last