Changesets: spring
develop a87303f6
Timestamp: 2009-02-14 21:44:09 Author: hoijui [ Details ] [ Diff ] |
Merge commit 'origin/master' into caiinterface Conflicts: CMakeLists.txt SConstruct |
||
mod - .gitignore | [ Diff ] [ File ] | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - SConstruct | [ Diff ] [ File ] | ||
mod - installer/make_gamedata_arch.bat | [ Diff ] [ File ] | ||
mod - installer/make_gamedata_arch.sh | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/ALShared.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundItem.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundSource.cpp | [ Diff ] [ File ] | ||
mod - rts/System/exportdefines.h | [ Diff ] [ File ] | ||
develop 31aca6ac
Timestamp: 2009-02-14 21:05:51 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
give some feedback when you whisper someone successfully | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 745e1379
Timestamp: 2009-02-14 19:57:45 Author: hoijui [ Details ] [ Diff ] |
fix for Java AI Interface windows build script | ||
mod - AI/Interfaces/Java/bin/java_install.bat | [ Diff ] [ File ] | ||
develop 6f31f778
Timestamp: 2009-02-14 19:54:22 Author: hoijui [ Details ] [ Diff ] |
gitignore update and fix for export defines under cygwin plus comment beautification | ||
mod - .gitignore | [ Diff ] [ File ] | ||
mod - rts/System/exportdefines.h | [ Diff ] [ File ] | ||
develop ea3075e8
Timestamp: 2009-02-14 19:54:22 Author: hoijui [ Details ] [ Diff ] |
gitignore update and fix for export defines under cygwin plus comment beautification | ||
mod - .gitignore | [ Diff ] [ File ] | ||
mod - rts/System/exportdefines.h | [ Diff ] [ File ] | ||
develop 23845ad4
Timestamp: 2009-02-14 15:54:57 Author: hoijui [ Details ] [ Diff ] |
build: scons and cmake: everything is built in the build-dir. scons: * spring(.exe) not built under source-root/game/ anymore * unitsync.dll/.so not built under source-root/game/ anymore * Global and Helper AIs not built under source-root/game/AI anymore * compiled python sources not under rts/build/scons/*.pyc anymore * pre-compiled header not in source tree anymore scons and cmake: * base files not built under source-root/game/base/ anymore |
||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - SConstruct | [ Diff ] [ File ] | ||
mod - installer/make_gamedata_arch.bat | [ Diff ] [ File ] | ||
mod - installer/make_gamedata_arch.sh | [ Diff ] [ File ] | ||
develop 69bc01a0
Timestamp: 2009-02-14 15:07:15 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
sound: give its own log subsystem | ||
mod - rts/System/Sound/ALShared.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundSource.cpp | [ Diff ] [ File ] | ||
develop 69f0982e
Timestamp: 2009-02-14 14:54:19 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
sound: don't abort a sound in favor of another one with higher priority | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundItem.h | [ Diff ] [ File ] | ||
develop f1a2bd9d
Timestamp: 2009-02-14 14:16:05 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix speed arguments for lua- PlaySoundFile | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
develop 0dda0735
Timestamp: 2009-02-13 22:06:50 Author: hoijui [ Details ] [ Diff ] |
build: cmake: needed boost version is 1.34, not 1.35, thanks to Kloots fix | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
develop 6128c2f4
Timestamp: 2009-02-13 20:44:54 Author: hoijui [ Details ] [ Diff ] |
installer: forgot a space | ||
mod - installer/make_installer.pl | [ Diff ] [ File ] | ||
develop 1fb2a158
Timestamp: 2009-02-13 20:28:03 Author: hoijui [ Details ] [ Diff ] |
installer: passing AI Interface and Skirmish AI versions to NSIS from withing perl, as NSIS can only read them since version 2.39 (2.37 is available in most distros) | ||
mod - installer/make_installer.pl | [ Diff ] [ File ] | ||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
develop 1e008acd
Timestamp: 2009-02-13 17:17:13 Author: hoijui [ Details ] [ Diff ] |
Merge commit 'origin/master' into caiinterface | ||
mod - rts/System/Sound/OggStream.cpp | [ 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.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundSource.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundSource.h | [ Diff ] [ File ] | ||
add - rts/System/Sound/VorbisShared.cpp | [ Diff ] [ File ] | ||
add - rts/System/Sound/VorbisShared.h | [ Diff ] [ File ] | ||
develop 293aa9cd
Timestamp: 2009-02-13 17:16:55 Author: hoijui [ Details ] [ Diff ] |
installer: source package generation updated | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
develop 1859454c
Timestamp: 2009-02-13 15:51:22 Author: hoijui [ Details ] [ Diff ] |
cleaned up AI BUILDING_* defines * rename define BUILDING_AI to BUILDING_SKIRMISH_AI * introduced new BUILDING_AI, which is set when we are building either a Skirmish AI or an AI Interface summary: * when building Skirmish AIs, these are defined: BUILDING_AI && BUILDING_SKIRMISH_AI * when building AI Interfaces, these are defined: BUILDING_AI && BUILDING_AI_INTERFACE |
||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/InterfaceExport.h | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/InterfaceExport.h | [ Diff ] [ File ] | ||
mod - AI/SConscript | [ Diff ] [ File ] | ||
mod - AI/Skirmish/AAI/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Skirmish/CSAI/ABICompatibilityLayer/AbicAICallback.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/CSAI/ABICompatibilityLayer/buildmyai.bat | [ Diff ] [ File ] | ||
mod - AI/Skirmish/CSAI/ABICompatibilityLayer/buildmyaimingw.bat | [ Diff ] [ File ] | ||
mod - AI/Skirmish/CSAI/ABICompatibilityLayer/dllbuild.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/CSAI/CSAILoader/buildcsailoader.bat | [ Diff ] [ File ] | ||
mod - AI/Skirmish/CSAI/MonoLoader/build.bat | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/NTai/AI/NTai/Core/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/NullAI/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/NullLegacyCppAI/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/DevC/RAI.dev | [ Diff ] [ File ] | ||
mod - AI/Wrappers/CUtils/Util.c | [ Diff ] [ File ] | ||
mod - AI/Wrappers/CUtils/Util.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/SAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/SAIInterfaceLibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/SStaticGlobalData.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SStaticGlobalData.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaIO.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/MapParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/DamageArray.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/SharedLib.cpp | [ Diff ] [ File ] | ||
mod - rts/System/StdAfx.h | [ Diff ] [ File ] | ||
mod - rts/System/creg/creg_cond.h | [ Diff ] [ File ] | ||
mod - rts/System/myMath.h | [ Diff ] [ File ] | ||
develop e888d074
Timestamp: 2009-02-13 14:40:35 Author: Kloot [ Details ] [ Diff ] |
compilation error fix for Boost < 1.35 | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
develop 3282b872
Timestamp: 2009-02-13 14:17:53 Author: hoijui [ Details ] [ Diff ] |
ai: implement a method that was forgotten | ||
mod - rts/ExternalAI/SAICallback.cpp | [ Diff ] [ File ] | ||
develop 79fc1faa
Timestamp: 2009-02-13 12:49:24 Author: hoijui [ Details ] [ Diff ] |
build: cmake: NTai boost-thread fix | ||
mod - AI/Skirmish/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 75c5cc32
Timestamp: 2009-02-13 12:11:45 Author: hoijui [ Details ] [ Diff ] |
ai: fix for Legacy C++ AIs that use boost (eg. NTai) and minor Legacy C++ AI Interface code cleanup | ||
mod - AI/SConscript | [ Diff ] [ File ] | ||
mod - AI/Skirmish/AAI/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/NTai/AI/NTai/Core/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/NullLegacyCppAI/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAICallback.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAICheats.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAICheats.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIGlobalAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIGlobalAI.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIGlobalAICallback.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIGlobalAICallback.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/Event/AIEvents.h | [ Diff ] [ File ] | ||
develop 478a7000
Timestamp: 2009-02-13 11:55:43 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
sound: ignore maxdist for relative (non-3d) playbacks | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundItem.h | [ Diff ] [ File ] | ||
develop 96d9c3c2
Timestamp: 2009-02-13 10:02:20 Author: hoijui [ Details ] [ Diff ] |
installer: fix AI Interfaces and Skirmish AI install macro | ||
mod - installer/sections/aai.nsh | [ Diff ] [ File ] | ||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
develop 6f475442
Timestamp: 2009-02-13 00:06:39 Author: hoijui [ Details ] [ Diff ] |
installer: fix AI installing | ||
mod - installer/sections/aai.nsh | [ Diff ] [ File ] | ||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
develop 303586b8
Timestamp: 2009-02-12 23:12:20 Author: hoijui [ Details ] [ Diff ] |
build: scons: make sure shared objects are used for AIs and interfaces | ||
mod - AI/SConscript | [ Diff ] [ File ] | ||
mod - SConstruct | [ Diff ] [ File ] | ||
develop 6c35eec4
Timestamp: 2009-02-12 22:26:11 Author: hoijui [ Details ] [ Diff ] |
build: scons: disable NTai when compiling for windows (instead of when compiling On windows) | ||
mod - AI/SConscript | [ Diff ] [ File ] | ||
develop e37f1afe
Timestamp: 2009-02-12 22:02:18 Author: hoijui [ Details ] [ Diff ] |
ai: interfaces: java: show correct log message for data dirs | ||
mod - AI/Interfaces/Java/InterfaceExport.c | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/InterfaceExport.h | [ Diff ] [ File ] | ||