2025-08-09 12:41 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop ff37b5fd
Timestamp: 2009-01-31 00:12:42
Author: Karl-Robert Ernst
Details ] Diff ]
when sound errors occur, disable sound instead of crash
mod - rts/System/Sound.cpp Diff ] File ]
develop 6d234a5d
Timestamp: 2009-01-30 20:40:54
Author: -jk-
Details ] Diff ]
fix
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop aed4d5ab
Timestamp: 2009-01-30 20:29:37
Author: -jk-
Details ] Diff ]
foobar
mod - Documentation/cmds.txt Diff ] File ]
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
develop 4156cb49
Timestamp: 2009-01-30 15:33:22
Author: Andrea Piras
Committer: Marek Baczyński
Details ] Diff ]
Changes to the widgethandler:
- merged togheter widget_order with widget_data
- now a config file gets created for every mod, path: LuaUI/Config/ + modShortName + .lua

Signed-off-by: Marek Baczyński <imbaczek@gmail.com>
mod - game/LuaUI/widgets.lua Diff ] File ]
develop d139c5c4
Timestamp: 2009-01-30 15:05:06
Author: -jk-
Details ] Diff ]
moved UpdateDrawPos in front of draw queue
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop b0e9e5d0
Timestamp: 2009-01-30 15:04:39
Author: -jk-
Details ] Diff ]
BumpWater: added a new option BumpWaterUseUniforms. it lets you change the water params on runtime (lua -> SetWaterParams), so it doesn't need to recompile the shader,etc.
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
mod - rts/Rendering/Env/BumpWater.h Diff ] File ]
develop 0862d4cd
Timestamp: 2009-01-30 15:02:53
Author: -jk-
Details ] Diff ]
lua: fixed a bug in SetWaterParams
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
develop 6081f620
Timestamp: 2009-01-30 14:09:58
Author: zerver
Details ] Diff ]
Fix another concurrency issue
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/System/NetProtocol.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 1ddab55c
Timestamp: 2009-01-29 20:50:00
Author: Karl-Robert Ernst
Details ] Diff ]
fix compiler warnings with printf and size_t
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/MouseCursor.cpp Diff ] File ]
mod - rts/Lua/LuaMaterial.cpp Diff ] File ]
mod - rts/Map/SM3/terrain/TerrainTexture.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop b1e2b848
Timestamp: 2009-01-29 03:24:24
Author: Marek Baczynski
Details ] Diff ]
build: scons: be smart about broken nedmalloc crosscompiles
mod - rts/build/scons/rts.py Diff ] File ]
develop 09baa3c7
Timestamp: 2009-01-29 03:13:40
Author: Marek Baczynski
Details ] Diff ]
sim: unitdef: add 'repairable' tag
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop ed96dfad
Timestamp: 2009-01-28 20:00:50
Author: SpliFF
Committer: Marek Baczyński
Details ] Diff ]
removed test AIs from EngineOptions.lua comments.

Signed-off-by: Marek Baczyński <imbaczek@gmail.com>
mod - installer/builddata/springcontent/EngineOptions.lua Diff ] File ]
develop 44623bb6
Timestamp: 2009-01-28 19:41:32
Author: SpliFF
Committer: Marek Baczyński
Details ] Diff ]
unitsync updated to make EngineOptions.lua and ModOptions.lua both optional.

Signed-off-by: Marek Baczyński <imbaczek@gmail.com>
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop ec72a087
Timestamp: 2009-01-27 23:30:01
Author: Marek Baczynski
Details ] Diff ]
build: scons: enable nedmalloc by default
mod - rts/build/scons/rts.py Diff ] File ]
develop 838ba4d6
Timestamp: 2009-01-27 23:03:24
Author: Marek Baczynski
Details ] Diff ]
build: cmake: enable nedmalloc
mod - rts/CMakeLists.txt Diff ] File ]
develop 4318c010
Timestamp: 2009-01-27 22:19:46
Author: Marek Baczynski
Details ] Diff ]
bugfix in nedmalloc - free(NULL) is not a bug
mod - tools/nedmalloc/nedmalloc.c Diff ] File ]
develop 56ae8aea
Timestamp: 2009-01-27 21:59:07
Author: Marek Baczynski
Details ] Diff ]
fix debugging
mod - rts/build/scons/rts.py Diff ] File ]
develop 96dcd14a
Timestamp: 2009-01-27 21:57:57
Author: hoijui
Details ] Diff ]
ai: give a usefull message in the infolog when the interface library did something wrong
mod - rts/ExternalAI/SkirmishAILibrary.cpp Diff ] File ]
develop bb308966
Timestamp: 2009-01-27 21:52:01
Author: Marek Baczynski
Details ] Diff ]
add the nedmalloc allocator.

unfortunately crashes on startup, in some lua code.
mod - SConstruct Diff ] File ]
mod - rts/build/scons/rts.py Diff ] File ]
add - tools/nedmalloc/License.txt Diff ] File ]
add - tools/nedmalloc/Readme.txt Diff ] File ]
add - tools/nedmalloc/SConscript Diff ] File ]
add - tools/nedmalloc/malloc.c.h Diff ] File ]
add - tools/nedmalloc/nedmalloc.c Diff ] File ]
add - tools/nedmalloc/nedmalloc.h Diff ] File ]
add - tools/nedmalloc/nedmalloc.sln Diff ] File ]
add - tools/nedmalloc/nedmalloc.vcproj Diff ] File ]
add - tools/nedmalloc/test.c Diff ] File ]
add - tools/nedmalloc/testlist.cpp Diff ] File ]
develop 5d4f939e
Timestamp: 2009-01-27 18:12:30
Author: SpliFF
Committer: Marek Baczyński
Details ] Diff ]
Documented startscript options for mods that need that

Signed-off-by: Marek Baczyński <imbaczek@gmail.com>
mod - installer/builddata/springcontent/EngineOptions.lua Diff ] File ]
develop b515e8c0
Timestamp: 2009-01-27 16:55:48
Author: hoijui
Details ] Diff ]
ai: java reordering
* cmake: Java building now happens in the build dir, not in the source tree anymore
* moved Java Skirmish AI sources to sub-dir src
* .sh and .bat build scripts are now deprecated: will not be updated, and possibly soon be removed
* ant build script of the Java AI interface now allows generating hte source with the AWK scripts
* .gitignore updated
* CMake is not relying on .sh/.bat scripts for building the Java AI Interface anymore
* generated source is stored in a different base dir then the hand-written one
* when building Java stuff with ant, there are more options available now through an external properties file
* AWK scripts use external settable vars for base dirs (eg. where to generate code)
mod - .gitignore Diff ] File ]
mod - AI/Interfaces/CMakeLists.txt Diff ] File ]
mod - AI/Interfaces/Java/bin/ant.properties Diff ] File ]
mod - AI/Interfaces/Java/bin/build.xml Diff ] File ]
mod - AI/Interfaces/Java/bin/java_buildAll.bat Diff ] File ]
mod - AI/Interfaces/Java/bin/java_compile.bat Diff ] File ]
mod - AI/Interfaces/Java/bin/java_compile.sh Diff ] File ]
mod - AI/Interfaces/Java/bin/java_generateWrappers.bat Diff ] File ]
mod - AI/Interfaces/Java/bin/java_generateWrappers.sh Diff ] File ]
mod - AI/Interfaces/Java/bin/java_wrappCallbackOO.awk Diff ] File ]
mod - AI/Interfaces/Java/bin/jna_wrappCallback.awk Diff ] File ]
mod - AI/Interfaces/Java/bin/jna_wrappCommands.awk Diff ] File ]
mod - AI/Interfaces/Java/bin/jna_wrappEvents.awk Diff ] File ]
mod - AI/SConscript Diff ] File ]
mod - AI/Skirmish/CMakeLists.txt Diff ] File ]
mod - AI/Skirmish/NullOOJavaAI/bin/ant.properties Diff ] File ]
mod - AI/Skirmish/NullOOJavaAI/bin/build.xml Diff ] File ]
mod - SConstruct Diff ] File ]
develop c0081b43
Timestamp: 2009-01-27 13:27:48
Author: SpliFF
Committer: Marek Baczyński
Details ] Diff ]
GameSetup looks for startscript name in ModOptions

Signed-off-by: Marek Baczyński <imbaczek@gmail.com>
mod - rts/Game/GameSetup.cpp Diff ] File ]
develop 8f3cc4a5
Timestamp: 2009-01-27 11:56:00
Author: hoijui
Details ] Diff ]
build-sys: cmake: make build-dir structure more like install-dir one, which makes it easier to test spring in the build-dir
mod - AI/CMakeLists.txt Diff ] File ]
mod - rts/CMakeLists.txt Diff ] File ]
mod - tools/unitsync/CMakeLists.txt Diff ] File ]
develop b41ae731
Timestamp: 2009-01-26 20:15:06
Author: Karl-Robert Ernst
Details ] Diff ]
add another openal-lib to installer
mod - installer/sections/main.nsh Diff ] File ]
develop 0863a3ca
Timestamp: 2009-01-26 18:29:16
Author: Karl-Robert Ernst
Details ] Diff ]
disable sounds when no sound device can be auired, and pring error message, but don'T throw exception
mod - rts/System/Sound.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 781 782 783 784 785 786 787 ... 880 ... 990 ... 1057 1058 1059  Next  Last