2025-08-16 03:40 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 15d5e6ec
Timestamp: 2016-01-07 01:17:57
Author: Eshed
Details ] Diff ]
more tempNum cleanup
mod - rts/Game/GameHelper.cpp Diff ] File ]
develop 7160e264
Timestamp: 2016-01-07 00:34:50
Author: Eshed
Details ] Diff ]
Fix tests
mod - rts/Sim/Projectiles/Projectile.cpp Diff ] File ]
develop 1b7fab6b
Timestamp: 2016-01-07 00:23:59
Author: Eshed
Details ] Diff ]
Fix 0004726
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop c6240738
Timestamp: 2016-01-07 00:09:12
Author: Eshed
Details ] Diff ]
Add shields to DebugColVol, Fix their position
mod - rts/Rendering/DebugColVolDrawer.cpp Diff ] File ]
mod - rts/Sim/Misc/CollisionVolume.h Diff ] File ]
mod - rts/Sim/Weapons/PlasmaRepulser.cpp Diff ] File ]
develop 9328e5e6
Timestamp: 2016-01-07 00:07:44
Author: rtri
Details ] Diff ]
)))/))
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop b3bdff97
Timestamp: 2016-01-07 00:06:23
Author: rtri
Details ] Diff ]
fix OOB memreads in Unit::GetErrorVector
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop b42afc56
Timestamp: 2016-01-06 23:49:56
Author: Eshed
Details ] Diff ]
Some tempNum changes, Fix 0004551
mod - rts/Game/GameHelper.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Sim/Misc/GlobalSynced.cpp Diff ] File ]
mod - rts/Sim/Misc/GlobalSynced.h Diff ] File ]
mod - rts/Sim/Misc/QuadField.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Projectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Projectile.h Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
develop a51271c9
Timestamp: 2016-01-06 18:51:06
Author: rtri
Details ] Diff ]
*GroundFlash:
factor out triple-duplicated normal calculation
switch to SColor instead of unsigned char[4]
kill some ternaries, use mix+clamp
mod - rts/Rendering/GroundFlash.cpp Diff ] File ]
mod - rts/Rendering/GroundFlash.h Diff ] File ]
develop 9bd6e89e
Timestamp: 2016-01-06 17:34:43
Author: rtri
Details ] Diff ]
same fix for ttl-based GroundFlash members
mod - rts/Rendering/GroundFlash.cpp Diff ] File ]
develop 13c57af9
Timestamp: 2016-01-06 17:24:54
Author: rtri
Details ] Diff ]
fix GroundFlash member initialization in 08099a86
mod - rts/Rendering/GroundFlash.cpp Diff ] File ]
develop a3a51a60
Timestamp: 2016-01-06 13:29:45
Author: rtri
Details ] Diff ]
const+style
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
develop ab717adb
Timestamp: 2016-01-06 13:10:39
Author: Eshed
Details ] Diff ]
Fix #5027
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
develop 66e0c3d4
Timestamp: 2016-01-06 12:46:24
Author: Eshed
Details ] Diff ]
kill warning
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
develop 6837784e
Timestamp: 2016-01-06 12:30:33
Author: rtri
Details ] Diff ]
add unitSpecularColor to gl.GetSun
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
develop 31d2e99c
Timestamp: 2016-01-06 12:25:33
Author: rtri
Details ] Diff ]
Revert "Add GetSunParameters(), IsSunManuallyControlled() and GetSunDirection() unsynced callouts"

Extend gl.GetSun instead.
mod - doc/changelog.txt Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.h Diff ] File ]
mod - rts/Rendering/Env/SkyLight.h Diff ] File ]
develop 3ec6e72b
Timestamp: 2016-01-06 04:47:29
Author: Gajo Petrovic
Details ] Diff ]
Add GetSunParameters(), IsSunManuallyControlled() and GetSunDirection() unsynced callouts
mod - doc/changelog.txt Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.h Diff ] File ]
mod - rts/Rendering/Env/SkyLight.h Diff ] File ]
develop 0f11f4b3
Timestamp: 2016-01-06 03:09:36
Author: rtri
Details ] Diff ]
typo
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
develop ac28ae20
Timestamp: 2016-01-06 03:08:00
Author: rtri
Details ] Diff ]
fix win32 build yet again
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
develop 0cda38c4
Timestamp: 2016-01-06 02:50:53
Author: rtri
Details ] Diff ]
Watchdog: deregister main thread
get rid of *all* ThreadControls instances
mod - rts/System/Platform/Linux/ThreadSupport.cpp Diff ] File ]
mod - rts/System/Platform/Threading.cpp Diff ] File ]
mod - rts/System/Platform/Watchdog.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 9c69e559
Timestamp: 2016-01-06 00:18:30
Author: Eshed
Details ] Diff ]
Suppress warning
mod - rts/System/Platform/Threading.h Diff ] File ]
develop 08099a86
Timestamp: 2016-01-05 22:49:35
Author: rtri
Details ] Diff ]
move struct GroundFlashInfo to its own header (nlc)
mod - rts/Rendering/GroundFlash.cpp Diff ] File ]
mod - rts/Rendering/GroundFlash.h Diff ] File ]
add - rts/Rendering/GroundFlashInfo.h Diff ] File ]
mod - rts/Sim/Projectiles/ExplosionGenerator.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ExplosionGenerator.h Diff ] File ]
develop ce4e9cec
Timestamp: 2016-01-05 22:16:23
Author: rtri
Details ] Diff ]
fix memleaks in ProjectileHandler
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
develop 40d6b34f
Timestamp: 2016-01-05 17:52:33
Author: rtri
Details ] Diff ]
again
mod - rts/System/Platform/Threading.h Diff ] File ]
develop d41fe2f4
Timestamp: 2016-01-05 17:38:23
Author: rtri
Details ] Diff ]
fix win32 build
mod - rts/System/Platform/Threading.h Diff ] File ]
develop 95b7339d
Timestamp: 2016-01-05 17:04:57
Author: Eshed
Details ] Diff ]
Add support for ellipsoid colvols

Uses Newton's method for approximation of distance from
point.

See http://wwwf.imperial.ac.uk/~rn/distance2ellipse.pdf
for details.

Added a test that gives information about the accuracy
of said approximation (unfortunately couldn't reuse the
code since I need to gather data during the iterations.

It's very accurate and should be fast enough.
mod - rts/Rendering/DebugColVolDrawer.cpp Diff ] File ]
mod - rts/Sim/Misc/CollisionHandler.cpp Diff ] File ]
mod - rts/Sim/Misc/CollisionVolume.cpp Diff ] File ]
mod - rts/Sim/Misc/CollisionVolume.h Diff ] File ]
mod - test/CMakeLists.txt Diff ] File ]
add - test/engine/Sim/Misc/testEllipsoid.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 235 236 237 238 239 240 241 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last