Changesets: spring
|
develop 10b7c836
Timestamp: 2009-01-26 18:08:36 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix syncdebugger segfault at start | ||
| mod - rts/System/Sync/SyncDebugger.cpp | [ Diff ] [ File ] | ||
|
develop 95e77458
Timestamp: 2009-01-26 16:48:24 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix SYNCDEBUG | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Sync/SyncDebugger.cpp | [ Diff ] [ File ] | ||
|
develop 103feb6d
Timestamp: 2009-01-26 16:12:01 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
cmake: don't use dsound and ole32 any more | ||
| mod - rts/build/cmake/FindWin32Libs.cmake | [ Diff ] [ File ] | ||
|
develop 7317a595
Timestamp: 2009-01-26 16:08:00 Author: Marek Baczynski [ Details ] [ Diff ] |
build: scons: teach it to build with openal on windows | ||
| mod - rts/build/scons/config.py | [ Diff ] [ File ] | ||
|
develop 58e44a00
Timestamp: 2009-01-26 16:01:13 Author: Marek Baczynski [ Details ] [ Diff ] |
build: scons: check for Python 2.6 | ||
| mod - rts/build/scons/config.py | [ Diff ] [ File ] | ||
|
develop 48689e22
Timestamp: 2009-01-26 15:35:14 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
include OpenAL.dll in installer | ||
| mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
|
develop a86379cc
Timestamp: 2009-01-26 15:32:22 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
hardware-accelerated 3d-sound for windows | ||
| mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| rm - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
| rm - rts/System/Platform/Linux/OpenALSound.h | [ Diff ] [ File ] | ||
| rm - rts/System/Platform/NullSound.h | [ Diff ] [ File ] | ||
| rm - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
| rm - rts/System/Platform/Win/DxSound.h | [ Diff ] [ File ] | ||
| rm - rts/System/Platform/Win/OggStream.cpp | [ Diff ] [ File ] | ||
| rm - rts/System/Platform/Win/OggStream.h | [ Diff ] [ File ] | ||
| mod - rts/System/Sound.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Sound.h | [ Diff ] [ File ] | ||
|
develop 0f3290b3
Timestamp: 2009-01-26 11:26:01 Author: hoijui [ Details ] [ Diff ] |
Merge commit 'origin/master' into caiinterface Conflicts: SConstruct |
||
| mod - SConstruct | [ Diff ] [ File ] | ||
|
develop 81c52b9c
Timestamp: 2009-01-26 10:43:29 Author: hoijui [ Details ] [ Diff ] |
Merge commit 'origin/master' into caiinterface Conflicts: SConstruct |
||
| mod - AI/SConscript | [ Diff ] [ File ] | ||
| mod - SConstruct | [ Diff ] [ File ] | ||
| add - installer/builddata/bitmaps/modinfo.lua | [ Diff ] [ File ] | ||
| rm - installer/builddata/bitmaps/modinfo.tdf | [ Diff ] [ File ] | ||
| mod - installer/builddata/cursors/modinfo.lua | [ Diff ] [ File ] | ||
| add - installer/builddata/maphelper/modinfo.lua | [ Diff ] [ File ] | ||
| rm - installer/builddata/maphelper/modinfo.tdf | [ Diff ] [ File ] | ||
| add - installer/builddata/springcontent/modinfo.lua | [ Diff ] [ File ] | ||
| rm - installer/builddata/springcontent/modinfo.tdf | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/Ground.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/InMapDraw.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/UnitModels/s3oParser.cpp | [ Diff ] [ File ] | ||
| add - rts/Sim/Misc/ModSound.cpp | [ Diff ] [ File ] | ||
| add - rts/Sim/Misc/ModSound.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/OpenALSound.h | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Sound.h | [ Diff ] [ File ] | ||
| mod - rts/build/scons/filelist.py | [ Diff ] [ File ] | ||
| mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
| mod - tools/ArchiveMover/ArchiveMover.cpp | [ Diff ] [ File ] | ||
|
develop 333c22fd
Timestamp: 2009-01-26 10:38:23 Author: hoijui [ Details ] [ Diff ] |
build-sys: scons: build unitsync in build-dir instead of source tree when compiling for linux (was so for windows already) | ||
| mod - SConstruct | [ Diff ] [ File ] | ||
|
develop 28c0c77d
Timestamp: 2009-01-26 10:27:06 Author: hoijui [ Details ] [ Diff ] |
build-sys: scons: fix for compiling on/for linux | ||
| mod - SConstruct | [ Diff ] [ File ] | ||
|
develop daa6c3c4
Timestamp: 2009-01-25 22:05:23 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
calculate real camera speed (take frameTime into account) | ||
| mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
|
develop 73605cd5
Timestamp: 2009-01-25 22:04:27 Author: hoijui [ Details ] [ Diff ] |
ai: CUtils docu enhancements | ||
| mod - AI/Wrappers/CUtils/Util.c | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/CUtils/Util.h | [ Diff ] [ File ] | ||
|
develop 6dc84518
Timestamp: 2009-01-25 21:48:00 Author: hoijui [ Details ] [ Diff ] |
ai: rework data-dir handling; should now use read-only/writable data-dirs correctly | ||
| mod - AI/Interfaces/C/Interface.cpp | [ Diff ] [ File ] | ||
| mod - AI/Interfaces/C/Interface.h | [ Diff ] [ File ] | ||
| mod - AI/Interfaces/C/InterfaceExport.cpp | [ Diff ] [ File ] | ||
| mod - AI/Interfaces/Java/InterfaceExport.c | [ Diff ] [ File ] | ||
| mod - AI/Interfaces/Java/JavaBridge.c | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/CUtils/SimpleLog.c | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/CUtils/Util.c | [ Diff ] [ File ] | ||
| mod - AI/Wrappers/CUtils/Util.h | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/Interface/SAIInterfaceLibrary.h | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/Interface/SStaticGlobalData.h | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/Interface/aidefines.h | [ Diff ] [ File ] | ||
|
develop 7415cb2f
Timestamp: 2009-01-25 21:32:03 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
for doppler calculation, take camera speed into account | ||
| mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/OpenALSound.h | [ Diff ] [ File ] | ||
|
develop ad08d9c3
Timestamp: 2009-01-25 20:26:17 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
use doppler effect for unit sounds | ||
| mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/MissileLauncher.cpp | [ Diff ] [ File ] | ||
|
develop 1ea4a3b4
Timestamp: 2009-01-25 20:08:10 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
next step to doppler effect | ||
| mod - rts/Sim/Weapons/MissileLauncher.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/OpenALSound.h | [ Diff ] [ File ] | ||
| mod - rts/System/Sound.h | [ Diff ] [ File ] | ||
|
develop ec29fa9b
Timestamp: 2009-01-25 19:58:35 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
remove debug-assertion | ||
| mod - rts/Sim/Misc/ModSound.cpp | [ Diff ] [ File ] | ||
|
develop 3e2001b9
Timestamp: 2009-01-25 19:48:39 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
whitespace + add initial doppler-effect support | ||
| mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/OpenALSound.h | [ Diff ] [ File ] | ||
|
develop b7e98c14
Timestamp: 2009-01-25 18:43:20 Author: Marek Baczynski [ Details ] [ Diff ] |
build: scons: fix building of unitsync also remove USE_PRECOMPILED_HEADER on non-engine files |
||
| mod - SConstruct | [ Diff ] [ File ] | ||
| mod - rts/build/scons/filelist.py | [ Diff ] [ File ] | ||
| mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
|
develop b6b82782
Timestamp: 2009-01-25 18:03:27 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
when a soundfile is not found, only fail when its save to do so | ||
| mod - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
|
develop a8ac3d67
Timestamp: 2009-01-25 17:50:21 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
make sounds.lua to replace hardcoded filenames | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/InMapDraw.cpp | [ Diff ] [ File ] | ||
| add - rts/Sim/Misc/ModSound.cpp | [ Diff ] [ File ] | ||
| add - rts/Sim/Misc/ModSound.h | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
|
develop 6041d285
Timestamp: 2009-01-25 16:42:56 Author: Marek Baczynski [ Details ] [ Diff ] |
build: scons: try to be smarter when crosscompiling | ||
| mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
|
develop d6e39558
Timestamp: 2009-01-25 15:01:36 Author: spliff Committer: Marek Baczyński [ Details ] [ Diff ] |
ArchiveMover changed to recognise modinfo.lua Signed-off-by: Marek Baczyński <imbaczek@gmail.com> |
||
| mod - tools/ArchiveMover/ArchiveMover.cpp | [ Diff ] [ File ] | ||
|
develop 1936bc4d
Timestamp: 2009-01-25 02:09:49 Author: Kloot [ Details ] [ Diff ] |
* correct the handling of tri-stripped S3O's when setting the vertex tangents * extend GetUnitTransformMatrix to return the inverse model matrix if bool(L, 2) |
||
| mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/UnitModels/s3oParser.cpp | [ Diff ] [ File ] | ||
