2025-08-27 17:15 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop d3c6b507
Timestamp: 2012-06-09 02:18:56
Author: jK
Details ] Diff ]
Lua: remove last ActiveHandle usages
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Lua/LuaHandleSynced.cpp Diff ] File ]
mod - rts/Lua/LuaHandleSynced.h Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/LuaUnitScript.cpp Diff ] File ]
develop f531883d
Timestamp: 2012-06-09 02:10:00
Author: jK
Details ] Diff ]
some header refactoring
mod - rts/Lua/LuaHandle.h Diff ] File ]
develop a01dd107
Timestamp: 2012-06-08 21:16:19
Author: zerver
Details ] Diff ]
Fix dedicated server build for VS8
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop dc6084e1
Timestamp: 2012-06-08 21:15:46
Author: zerver
Details ] Diff ]
Attempt to fix mantis 0003073 (Lag after midgame join)
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop ac5478bf
Timestamp: 2012-06-08 17:51:49
Author: jK
Details ] Diff ]
get rid of some other ActiveHandle()
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Lua/LuaIO.cpp Diff ] File ]
mod - rts/Lua/LuaIO.h Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaPathFinder.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
develop b1206e99
Timestamp: 2012-06-08 17:47:45
Author: jK
Details ] Diff ]
Lua: refactor CheckModUICtrl and get rid of its ActiveHandle()
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
develop 13c0b02f
Timestamp: 2012-06-08 17:21:22
Author: rt
Details ] Diff ]
GMT: s/break/brake/ (minor refactoring)
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.h Diff ] File ]
develop 6dca2ced
Timestamp: 2012-06-08 17:21:22
Author: rt
Committer: jK
Details ] Diff ]
GMT: s/break/brake/ (minor refactoring)
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.h Diff ] File ]
develop 61c5eeac
Timestamp: 2012-06-08 16:42:03
Author: zerver
Details ] Diff ]
Test if features in view before being added to rendering system
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
develop 0fe8df2f
Timestamp: 2012-06-08 16:40:51
Author: zerver
Details ] Diff ]
MSVC compile fixes
mod - rts/System/AutohostInterface.cpp Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 3e975938
Timestamp: 2012-06-08 14:22:44
Author: rt
Details ] Diff ]
QTPFS: insert hack to workaround edge-case of stuck units reported by DNW
mod - rts/Sim/Path/QTPFS/Node.cpp Diff ] File ]
mod - rts/Sim/Path/QTPFS/PathDefines.hpp Diff ] File ]
develop e62a8e66
Timestamp: 2012-06-08 14:22:44
Author: rt
Committer: jK
Details ] Diff ]
QTPFS: insert hack to workaround edge-case of stuck units reported by DNW
mod - rts/Sim/Path/QTPFS/Node.cpp Diff ] File ]
mod - rts/Sim/Path/QTPFS/PathDefines.hpp Diff ] File ]
develop 3a3926a7
Timestamp: 2012-06-08 11:50:59
Author: rt
Details ] Diff ]
move large stack-alloc'ed buffer into COggStream for 2762
mod - rts/System/Sound/OggStream.cpp Diff ] File ]
mod - rts/System/Sound/OggStream.h Diff ] File ]
develop 0313569f
Timestamp: 2012-06-08 11:50:59
Author: rt
Committer: jK
Details ] Diff ]
move large stack-alloc'ed buffer into COggStream for 2762
mod - rts/System/Sound/OggStream.cpp Diff ] File ]
mod - rts/System/Sound/OggStream.h Diff ] File ]
develop bcc9f4fa
Timestamp: 2012-06-07 17:21:03
Author: rt
Details ] Diff ]
Revert "fix clipping water reflections"

This reverts commit 1f0faeeb6f46969d0fb9c87ba66e4c77f0e9c59e.
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl Diff ] File ]
mod - cont/base/springcontent/shaders/GLSL/SMFVertProg.glsl Diff ] File ]
mod - rts/Rendering/Env/AdvWater.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
develop a1275bd3
Timestamp: 2012-06-07 17:11:03
Author: rt
Details ] Diff ]
s/std/math/
mod - rts/Rendering/DebugColVolDrawer.cpp Diff ] File ]
develop aa71890a
Timestamp: 2012-06-07 17:00:04
Author: rt
Details ] Diff ]
fix 3104
mod - rts/Rendering/DebugColVolDrawer.cpp Diff ] File ]
develop 0706e08a
Timestamp: 2012-06-07 16:52:16
Author: rt
Committer: jK
Details ] Diff ]
fix clipping water reflections
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl Diff ] File ]
mod - cont/base/springcontent/shaders/GLSL/SMFVertProg.glsl Diff ] File ]
mod - rts/Rendering/Env/AdvWater.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
develop 1f0faeeb
Timestamp: 2012-06-07 16:52:16
Author: rt
Details ] Diff ]
fix clipping water reflections
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl Diff ] File ]
mod - cont/base/springcontent/shaders/GLSL/SMFVertProg.glsl Diff ] File ]
mod - rts/Rendering/Env/AdvWater.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
develop 24d8128a
Timestamp: 2012-06-07 16:52:16
Author: rt
Details ] Diff ]
fix clipping water reflections
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl Diff ] File ]
mod - cont/base/springcontent/shaders/GLSL/SMFVertProg.glsl Diff ] File ]
mod - rts/Rendering/Env/AdvWater.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
develop 4c8d970c
Timestamp: 2012-06-07 13:23:21
Author: rt
Details ] Diff ]
fix LSR:GetUnitVelocity typo
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
develop 613e1ac1
Timestamp: 2012-06-07 11:19:23
Author: abma
Committer: jK
Details ] Diff ]
addition to a56085ff3df596fd635958f78b1ddbbdd5530697
mod - installer/sections/sectiondesc.nsh Diff ] File ]
mod - installer/sections/setupSections.nsh Diff ] File ]
develop f069cf68
Timestamp: 2012-06-07 11:19:23
Author: abma
Details ] Diff ]
addition to a56085ff3df596fd635958f78b1ddbbdd5530697
mod - installer/sections/sectiondesc.nsh Diff ] File ]
mod - installer/sections/setupSections.nsh Diff ] File ]
develop 012bd884
Timestamp: 2012-06-07 10:48:06
Author: abma
Committer: jK
Details ] Diff ]
remove TASServer.jar (use SpringLS instead!)
mod - doc/changelog.txt Diff ] File ]
mod - installer/make_installer.sh Diff ] File ]
rm - installer/sections/tasServer.nsh Diff ] File ]
mod - installer/spring.nsi Diff ] File ]
develop a56085ff
Timestamp: 2012-06-07 10:48:06
Author: abma
Details ] Diff ]
remove TASServer.jar (use SpringLS instead!)
mod - doc/changelog.txt Diff ] File ]
mod - installer/make_installer.sh Diff ] File ]
rm - installer/sections/tasServer.nsh Diff ] File ]
mod - installer/spring.nsi Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 396 397 398 399 400 401 402 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last