Changesets: spring
develop 488db621
Timestamp: 2009-09-01 16:50:47 Author: hoijui [ Details ] [ Diff ] |
game data creator scripts: do not exclude README.txt files | ||
mod - installer/make_gamedata_arch.bat | [ Diff ] [ File ] | ||
mod - installer/make_gamedata_arch.sh | [ Diff ] [ File ] | ||
develop 2d60bd31
Timestamp: 2009-09-01 16:45:36 Author: hoijui [ Details ] [ Diff ] |
game data creator scripts: fix for linux | ||
mod - installer/make_gamedata_arch.sh | [ Diff ] [ File ] | ||
develop f8fa27c1
Timestamp: 2009-09-01 16:24:29 Author: hoijui [ Details ] [ Diff ] |
game data creator scripts: add windows version of 7-zip executable and dos2unix leaving pkzip for now. it shoud be removed later when the new stuff is well tested. |
||
add - installer/7za.exe | [ Diff ] [ File ] | ||
add - installer/dos2unix.exe | [ Diff ] [ File ] | ||
develop fdc8733d
Timestamp: 2009-09-01 16:07:51 Author: hoijui [ Details ] [ Diff ] |
game data creator scripts: integrate separate converter batch file as a batch subroutine. | ||
mod - installer/make_gamedata_arch.bat | [ Diff ] [ File ] | ||
develop 9042f1b5
Timestamp: 2009-09-01 15:50:03 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
should fix volume parameter for music streams | ||
mod - rts/System/Sound/SoundSource.cpp | [ Diff ] [ File ] | ||
develop a36ebd1f
Timestamp: 2009-09-01 15:42:08 Author: hoijui [ Details ] [ Diff ] |
game data creator scripts: fixes (for windows) Prevents base files beeing created in the source dir, instead of the build dir, and not beeing moved to the install dir. Additionally fixes some warnings, and smaller properly deletes the temp dir. |
||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - installer/make_gamedata_arch.bat | [ Diff ] [ File ] | ||
develop eb84c5d8
Timestamp: 2009-09-01 15:26:33 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix possible out-of-memory-read when loading vorbisbuffers | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundBuffer.cpp | [ Diff ] [ File ] | ||
develop f43ec7ed
Timestamp: 2009-09-01 15:00:44 Author: hoijui [ Details ] [ Diff ] |
game data creator scripts: use a temp dir on windows, and convert line endings to unix style This prevents sync errors between base files created on Linux wiht those created on Windows. |
||
mod - installer/make_gamedata_arch.bat | [ Diff ] [ File ] | ||
develop 268ade62
Timestamp: 2009-09-01 14:58:13 Author: hoijui [ Details ] [ Diff ] |
game data creator scripts: use 7-zip update instead of add | ||
mod - installer/make_gamedata_arch.bat | [ Diff ] [ File ] | ||
mod - installer/make_gamedata_arch.sh | [ Diff ] [ File ] | ||
develop fa57dcc0
Timestamp: 2009-09-01 14:51:58 Author: Soichiro Yokoyama Committer: Karl-Robert Ernst [ Details ] [ Diff ] |
Modified SoundSource.cpp to deal with a foult of OpenAL on Mac. Signed-off-by: Karl-Robert Ernst <k-r.ernst@my-mail.ch> |
||
mod - rts/System/Sound/SoundSource.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundSource.h | [ Diff ] [ File ] | ||
develop 9dab78c0
Timestamp: 2009-09-01 00:50:12 Author: zerver [ Details ] [ Diff ] |
Fix projectilehandler crash on game exit | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/ThreadSafeContainers.h | [ Diff ] [ File ] | ||
develop 10f98929
Timestamp: 2009-08-31 23:44:36 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
allow loading of archvies based on modname | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
develop 61072f09
Timestamp: 2009-08-31 23:34:55 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
added VFS.MapArchive(string filename, optional unsigned int checksum) | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFS.h | [ Diff ] [ File ] | ||
develop aa3d22de
Timestamp: 2009-08-31 21:16:55 Author: Tobi Vollebregt [ Details ] [ Diff ] |
emit-sfx: make reverse wake actually go in reverse direction (broken since 94a0b485) |
||
mod - rts/Sim/Units/COB/UnitScript.cpp | [ Diff ] [ File ] | ||
develop 5a724af2
Timestamp: 2009-08-31 20:55:56 Author: kloot [ Details ] [ Diff ] |
AI: prevent SEGV when requesting a path < SQUARE_SIZE (no waypoints) | ||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
develop a6c7dcb8
Timestamp: 2009-08-30 21:39:23 Author: zerver [ Details ] [ Diff ] |
Fix missing tree fog, misc fog fixes | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvTreeDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BasicTreeDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/GrassDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
develop 8f0c50fa
Timestamp: 2009-08-30 19:54:33 Author: zerver [ Details ] [ Diff ] |
Update VS8 VCproj | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
develop a0534a80
Timestamp: 2009-08-30 17:49:21 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
version bumd 0.80.4 | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
develop f5243f4d
Timestamp: 2009-08-30 17:36:04 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
implement autoreclaimable feature-def | ||
mod - rts/Sim/Features/FeatureDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
develop 285e58db
Timestamp: 2009-08-30 13:02:44 Author: Tobi Vollebregt [ Details ] [ Diff ] |
lua unit script framework: respect script tag | ||
mod - installer/builddata/springcontent/LuaGadgets/Gadgets/unit_script.lua | [ Diff ] [ File ] | ||
develop 22096c01
Timestamp: 2009-08-30 11:57:47 Author: Tobi Vollebregt [ Details ] [ Diff ] |
lua: added global SFX table to synced Lua this contains constants for Spring.UnitScript.Explode and EmitSfx |
||
mod - rts/Lua/LuaConstCOB.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaConstCOB.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandleSynced.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/CobDefines.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/UnitScript.cpp | [ Diff ] [ File ] | ||
develop 39b2b7e8
Timestamp: 2009-08-30 10:14:43 Author: Marek Baczynski [ Details ] [ Diff ] |
lua changelog update | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
develop 08642ba9
Timestamp: 2009-08-30 01:31:47 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
more version bump | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
develop 7c5a6b8c
Timestamp: 2009-08-29 21:52:25 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
changelog update | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
develop aae4c079
Timestamp: 2009-08-29 21:22:27 Author: hoijui [ Details ] [ Diff ] |
AI: fix a comment for the resource spots finding algorithm | ||
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/ResourceMapAnalyzer.h | [ Diff ] [ File ] | ||