2025-09-01 07:30 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 5a6a9cbc
Timestamp: 2015-11-25 20:34:04
Author: rtri
Details ] Diff ]
finish Custom Feature Shaders
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaObjectRendering.cpp Diff ] File ]
mod - rts/Lua/LuaObjectRendering.h Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.h Diff ] File ]
mod - rts/Rendering/LuaObjectDrawer.cpp Diff ] File ]
mod - rts/Rendering/LuaObjectDrawer.h Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.h Diff ] File ]
develop 46b58842
Timestamp: 2015-11-25 12:40:45
Author: rtri
Details ] Diff ]
minor de-duplication
mod - rts/Lua/LuaObjectRendering.cpp Diff ] File ]
mod - rts/Rendering/LuaObjectDrawer.cpp Diff ] File ]
mod - rts/Rendering/LuaObjectDrawer.h Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
develop 101309c2
Timestamp: 2015-11-25 01:49:46
Author: rtri
Details ] Diff ]
remove a few bogus #include's
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
develop 59c0f97a
Timestamp: 2015-11-25 00:42:51
Author: rtri
Details ] Diff ]
refactor Lua(Unit)Rendering code out of UnitDrawer
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaMaterial.cpp Diff ] File ]
mod - rts/Lua/LuaMaterial.h Diff ] File ]
mod - rts/Lua/LuaObjectRendering.h Diff ] File ]
mod - rts/Rendering/CMakeLists.txt Diff ] File ]
add - rts/Rendering/LuaObjectDrawer.cpp Diff ] File ]
add - rts/Rendering/LuaObjectDrawer.h Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.h Diff ] File ]
mod - rts/Rendering/UnitDrawerState.cpp Diff ] File ]
mod - rts/System/Util.h Diff ] File ]
develop afb00053
Timestamp: 2015-11-24 22:51:46
Author: rtri
Details ] Diff ]
Merge pull request 0000229 from sprunk/patch-10

Expose Spring.GetFeatureVelocity
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
develop 9d54edb4
Timestamp: 2015-11-24 21:34:18
Author: sprunk
Details ] Diff ]
Expose Spring.GetFeatureVelocity

Was already implemented, just not available
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
develop 0141e25f
Timestamp: 2015-11-24 12:27:13
Author: rtri
Details ] Diff ]
fix creg test for SolidObject
mod - rts/Lua/LuaMaterial.cpp Diff ] File ]
mod - rts/Lua/LuaObjectMaterial.h Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
develop 7cacec27
Timestamp: 2015-11-24 02:07:29
Author: abma
Details ] Diff ]
fix memleaks in CFontTexture:

std::make_shared<Type*>(new Type[size]) leaks!
mod - rts/Rendering/Fonts/CFontTexture.cpp Diff ] File ]
develop 2189e1e9
Timestamp: 2015-11-24 00:52:24
Author: rtri
Details ] Diff ]
fix missing return values
mod - rts/Lua/LuaObjectMaterial.h Diff ] File ]
mod - rts/Lua/LuaObjectRendering.cpp Diff ] File ]
develop 36cf0f6b
Timestamp: 2015-11-24 00:04:46
Author: rtri
Details ] Diff ]
keep separate {Unit,Feature}Rendering tables; no optional args
mod - rts/Lua/LuaMaterial.h Diff ] File ]
mod - rts/Lua/LuaObjectMaterial.h Diff ] File ]
mod - rts/Lua/LuaObjectRendering.cpp Diff ] File ]
mod - rts/Lua/LuaObjectRendering.h Diff ] File ]
mod - rts/Lua/LuaRules.cpp Diff ] File ]
develop b2de61fa
Timestamp: 2015-11-23 20:34:52
Author: rtri
Details ] Diff ]
-
mod - rts/Lua/LuaObjectRendering.cpp Diff ] File ]
develop 95a1caca
Timestamp: 2015-11-23 20:32:23
Author: rtri
Details ] Diff ]
s/LuaUnitMaterial/LuaObjectMaterial/g
s/LuaUnitRendering/LuaObjectRendering/g
generalize Lua*Material and the Lua*Rendering API
mod - rts/Game/SelectedUnitsAI.cpp Diff ] File ]
mod - rts/Lua/CMakeLists.txt Diff ] File ]
mod - rts/Lua/LuaMaterial.cpp Diff ] File ]
mod - rts/Lua/LuaMaterial.h Diff ] File ]
add - rts/Lua/LuaObjectRendering.h Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaRules.cpp Diff ] File ]
rm - rts/Lua/LuaUnitRendering.h Diff ] File ]
mod - rts/Lua/LuaVFS.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.h Diff ] File ]
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop a23029f3
Timestamp: 2015-11-23 00:44:09
Author: rtri
Details ] Diff ]
refactor Lua unit material management to sane(r) code
mod - rts/Game/Camera.h Diff ] File ]
mod - rts/Lua/LuaMaterial.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaUnitMaterial.h Diff ] File ]
mod - rts/Lua/LuaUnitRendering.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop c51dbdae
Timestamp: 2015-11-22 06:18:21
Author: Gajo Petrovic
Details ] Diff ]
Merge pull request 0000228 from spring/md5

add VFS.CalcMd5 function
mod - doc/changelog.txt Diff ] File ]
mod - rts/Lua/LuaVFS.cpp Diff ] File ]
mod - rts/Lua/LuaVFS.h Diff ] File ]
mod - rts/builds/headless/CMakeLists.txt Diff ] File ]
mod - rts/builds/legacy/CMakeLists.txt Diff ] File ]
mod - tools/pr-downloader Diff ] File ]
develop fad77e9a
Timestamp: 2015-11-22 05:32:11
Author: Gajo Petrovic
Details ] Diff ]
Update LuaVFS.h
mod - rts/Lua/LuaVFS.h Diff ] File ]
develop daf03bf7
Timestamp: 2015-11-21 19:04:34
Author: rtri
Details ] Diff ]
remove some std::pair silliness in FeatureDrawer (nlc)
minor const-ification in CollisionHandler (nlc)
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.h Diff ] File ]
mod - rts/Sim/Misc/CollisionHandler.cpp Diff ] File ]
develop c6b52a36
Timestamp: 2015-11-21 17:08:15
Author: Gajo Petrovic
Details ] Diff ]
use return value to determine if hash type is supported
mod - rts/Lua/LuaVFS.cpp Diff ] File ]
develop 8b460106
Timestamp: 2015-11-21 14:29:55
Author: Gajo Petrovic
Details ] Diff ]
update changelog: CalcMd5 -> CalculateHash
mod - doc/changelog.txt Diff ] File ]
develop 4fe67c26
Timestamp: 2015-11-21 14:20:19
Author: Gajo Petrovic
Details ] Diff ]
move the hash calculation to pr-downloader
mod - rts/Lua/LuaVFS.cpp Diff ] File ]
mod - rts/Lua/LuaVFS.h Diff ] File ]
mod - tools/pr-downloader Diff ] File ]
develop d23afb48
Timestamp: 2015-11-20 02:15:17
Author: abma
Details ] Diff ]
AAI: fix crash at exit / wrong order of deinit
mod - AI/Skirmish/AAI/AAI.cpp Diff ] File ]
develop b64e4263
Timestamp: 2015-11-20 01:43:14
Author: abma
Details ] Diff ]
fix out of bound-access in spring --test-creg
mod - rts/System/creg/creg_runtime_tests.cpp Diff ] File ]
develop 6f690e37
Timestamp: 2015-11-20 01:13:18
Author: abma
Details ] Diff ]
buildmaster: meh, really use py2!
mod - buildbot/master/master.cfg Diff ] File ]
develop 64bfb90a
Timestamp: 2015-11-20 01:11:38
Author: abma
Details ] Diff ]
prepare.py: force python2:
(revert/fix permissions)
mod - buildbot/slave/create-build-dirs.py Diff ] File ]
mod - buildbot/slave/prepare.py Diff ] File ]
develop 5cd761b6
Timestamp: 2015-11-20 00:58:39
Author: abma
Details ] Diff ]
prepare.py: made executable
mod - buildbot/slave/prepare.py Diff ] File ]
develop 1ee03340
Timestamp: 2015-11-20 00:50:52
Author: abma
Details ] Diff ]
buildbot: add generateSources hack
mod - buildbot/slave/create-build-dirs.py Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 248 249 250 251 252 253 254 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last