2025-07-31 19:51 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 67d5ba74
Timestamp: 2016-02-09 15:56:20
Author: jK
Details ] Diff ]
changelog++
mod - doc/changelog.txt Diff ] File ]
mod - rts/lib/lua/include/LuaUser.cpp Diff ] File ]
mod - test/other/testPrintf.cpp Diff ] File ]
develop 7a5ad2ee
Timestamp: 2016-02-09 13:25:07
Author: rtri
Details ] Diff ]
fix 0005069
mod - rts/Rendering/Env/Decals/GroundDecalHandler.cpp Diff ] File ]
mod - rts/Rendering/Env/Decals/GroundDecalHandler.h Diff ] File ]
develop 3f33ff37
Timestamp: 2016-02-09 12:07:15
Author: rtri
Details ] Diff ]
fix 0005074
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
develop 53866c8b
Timestamp: 2016-02-09 11:51:29
Author: rtri
Details ] Diff ]
minor
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
develop 37c4219d
Timestamp: 2016-02-09 01:41:01
Author: rtri
Details ] Diff ]
fix 0005065
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
develop 80af5d25
Timestamp: 2016-02-08 23:09:35
Author: rtri
Details ] Diff ]
fix 0005071
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
develop 985b3706
Timestamp: 2016-02-08 22:37:14
Author: rtri
Details ] Diff ]
add simple workaround for 0005067
mod - rts/Rendering/Env/Decals/GroundDecalHandler.cpp Diff ] File ]
mod - rts/Rendering/Env/Decals/GroundDecalHandler.h Diff ] File ]
develop cfd866b7
Timestamp: 2016-02-08 22:00:00
Author: jK
Details ] Diff ]
float3 UT: fix compile
mod - test/CMakeLists.txt Diff ] File ]
develop 2c9ccd80
Timestamp: 2016-02-08 21:59:26
Author: jK
Details ] Diff ]
float3 UT: really inline the functions
mod - test/engine/System/testFloat3.cpp Diff ] File ]
develop 89cd08e1
Timestamp: 2016-02-08 21:47:47
Author: jK
Details ] Diff ]
extend float3 UT by a performance test
mod - test/CMakeLists.txt Diff ] File ]
mod - test/engine/System/testFloat3.cpp Diff ] File ]
develop d9b0f2ff
Timestamp: 2016-02-08 15:38:31
Author: Gajo Petrovic
Details ] Diff ]
minor changelog++
mod - doc/changelog.txt Diff ] File ]
develop 0de46cdd
Timestamp: 2016-02-08 13:24:49
Author: Eshed
Details ] Diff ]
testPrintf: don't check for -nan under clang
mod - test/other/testPrintf.cpp Diff ] File ]
develop bc4f4070
Timestamp: 2016-02-08 13:08:54
Author: Eshed
Details ] Diff ]
Remove UnitDestroyed postEvent, expose RenderUnitDestroyed to lua
mod - cont/LuaUI/callins.lua Diff ] File ]
mod - cont/LuaUI/widgets.lua Diff ] File ]
mod - cont/base/springcontent/LuaGadgets/callins.lua Diff ] File ]
mod - cont/base/springcontent/LuaGadgets/gadgets.lua Diff ] File ]
mod - doc/changelog.txt Diff ] File ]
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Rendering/Env/Decals/DecalsDrawerGL4.cpp Diff ] File ]
mod - rts/Rendering/Env/Decals/DecalsDrawerGL4.h Diff ] File ]
mod - rts/Sim/Misc/LosHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/LosHandler.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitHandler.cpp Diff ] File ]
mod - rts/System/EventClient.h Diff ] File ]
mod - rts/System/EventHandler.h Diff ] File ]
develop b4dc899a
Timestamp: 2016-02-08 11:37:09
Author: rtri
Details ] Diff ]
add exact early-out to epscmp
mod - rts/System/myMath.h Diff ] File ]
develop d3b44736
Timestamp: 2016-02-08 03:25:48
Author: rtri
Details ] Diff ]
move eps-comparison to myMath
mod - rts/System/float3.cpp Diff ] File ]
mod - rts/System/float4.cpp Diff ] File ]
mod - rts/System/myMath.h Diff ] File ]
develop ac7ed4f7
Timestamp: 2016-02-08 02:28:25
Author: rtri
Details ] Diff ]
63afd23c8a addendum: use 'old' drawMidPos for icons
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.h Diff ] File ]
develop 4d0475c7
Timestamp: 2016-02-07 21:09:36
Author: rtri
Details ] Diff ]
tweak ModelFragProg for 0005063
mod - cont/base/springcontent/shaders/GLSL/ModelFragProg.glsl Diff ] File ]
develop 7bcd93d0
Timestamp: 2016-02-07 19:36:01
Author: jK
Details ] Diff ]
fix UnitTests on travis
mod - rts/lib/lua/include/LuaUser.cpp Diff ] File ]
mod - test/CMakeLists.txt Diff ] File ]
mod - test/other/testPrintf.cpp Diff ] File ]
develop 8aa8fad6
Timestamp: 2016-02-07 17:55:13
Author: jK
Details ] Diff ]
nlc
mod - rts/Rendering/Models/3DModel.cpp Diff ] File ]
develop a5d22b6f
Timestamp: 2016-02-07 17:54:28
Author: jK
Details ] Diff ]
DebugGL: ignore Nvidia's Buffer object messages
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
develop 73d19f6a
Timestamp: 2016-02-07 17:53:39
Author: jK
Details ] Diff ]
Lua: fix bug that some TransformMatrix functions were revealing the true position of radar dots
mod - rts/Game/TraceRay.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.h 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 bac3b2f6
Timestamp: 2016-02-07 16:07:30
Author: Eshed
Details ] Diff ]
Fix 0005062

Be careful when multiplying a vector with a matrix
mod - rts/Rendering/Models/3DModel.cpp Diff ] File ]
develop 5a75be22
Timestamp: 2016-02-07 13:52:57
Author: Johan Rehnberg
Details ] Diff ]
fix float3/4 comparison
mod - rts/System/float3.cpp Diff ] File ]
mod - rts/System/float3.h Diff ] File ]
mod - rts/System/float4.cpp Diff ] File ]
mod - rts/System/float4.h Diff ] File ]
develop 7666e293
Timestamp: 2016-02-07 13:50:56
Author: Johan Rehnberg
Details ] Diff ]
add unit test for float3/4 comparison
mod - test/CMakeLists.txt Diff ] File ]
mod - test/engine/System/testFloat3.cpp Diff ] File ]
develop 63afd23c
Timestamp: 2016-02-07 13:46:21
Author: Eshed
Details ] Diff ]
Use midpos for icon drawing pos.

(drawMidPos makes the icon wobble for stationary units if pieces move)
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 219 220 221 222 223 224 225 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last