2025-08-16 01:26 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop dea9e139
Timestamp: 2012-01-29 04:01:26
Author: jK
Details ] Diff ]
fix macosx the 2nd
mod - rts/System/Platform/Mac/CrashHandler.cpp Diff ] File ]
develop f7fbe001
Timestamp: 2012-01-29 04:01:08
Author: jK
Details ] Diff ]
simplify X11 COffscreenGLContext code
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
develop 3e2528e1
Timestamp: 2012-01-29 03:29:29
Author: jK
Details ] Diff ]
fix DivByZero in Projectile.cpp
mod - rts/Sim/Projectiles/Projectile.cpp Diff ] File ]
develop 219ce251
Timestamp: 2012-01-29 03:23:03
Author: jK
Details ] Diff ]
Ground.cpp: whitespaces
mod - rts/Map/Ground.cpp Diff ] File ]
develop a1b6bf3b
Timestamp: 2012-01-29 03:22:35
Author: jK
Details ] Diff ]
fix gcc warning in Team.cpp
mod - rts/Sim/Misc/Team.cpp Diff ] File ]
mod - rts/Sim/Misc/Team.h Diff ] File ]
develop 510eb35a
Timestamp: 2012-01-29 03:21:53
Author: jK
Details ] Diff ]
fix macosx compilation
mod - rts/System/Platform/Mac/CrashHandler.cpp Diff ] File ]
develop 3adbfd79
Timestamp: 2012-01-29 03:16:09
Author: rt
Details ] Diff ]
make LuaUnsyncedCtrl::SendSkirmishAIMessage return a table, not N loose strings
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
develop 9f792115
Timestamp: 2012-01-29 00:14:52
Author: rt
Details ] Diff ]
fix broken minimap mouse-click handling after f8e85c14287965664d3b895f2ee9891abbee35ce
A / B * C == (A / B) * C != A / (B * C)
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
develop 30a02d94
Timestamp: 2012-01-28 19:05:46
Author: jK
Details ] Diff ]
revert a minor of 4efde89305 (caused NANs)
mod - rts/Map/Ground.cpp Diff ] File ]
develop 23c5efae
Timestamp: 2012-01-28 18:56:43
Author: jK
Details ] Diff ]
MacOSX: compile correct crashhandler files
mod - rts/System/CMakeLists.txt Diff ] File ]
develop 4efde893
Timestamp: 2012-01-28 18:56:18
Author: jK
Details ] Diff ]
final fix all issues in CGround::LineGroundCol()
* clamp LineGroundSquareCol() to [0..gs->mapxy-1]
* ClampInMapHeight: use `dir.y>=0` and not `dir.y>0`
mod - rts/Map/Ground.cpp Diff ] File ]
develop 35e0cc2f
Timestamp: 2012-01-28 18:54:24
Author: jK
Details ] Diff ]
glFont.cpp: fix incorrect EnlargeArrays() params
mod - rts/Rendering/glFont.cpp Diff ] File ]
develop f8e85c14
Timestamp: 2012-01-28 18:53:58
Author: jK
Details ] Diff ]
Minimap.cpp: remove dead code & replace a magicnumber
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
develop c92bd917
Timestamp: 2012-01-28 01:39:29
Author: rt
Details ] Diff ]
add sanity to SMF texture/shader management
mod - rts/Map/BaseGroundDrawer.h Diff ] File ]
mod - rts/Map/CMakeLists.txt Diff ] File ]
add - rts/Map/MapDrawPassTypes.h Diff ] File ]
mod - rts/Map/SMF/Legacy/LegacyMeshDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/Legacy/LegacyMeshDrawer.h Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.h Diff ] File ]
add - rts/Map/SMF/SMFRenderState.cpp Diff ] File ]
add - rts/Map/SMF/SMFRenderState.h Diff ] File ]
develop 526ee694
Timestamp: 2012-01-26 15:40:59
Author: abma
Details ] Diff ]
update shard
mod - AI/Skirmish/Shard Diff ] File ]
develop c2222b81
Timestamp: 2012-01-26 04:58:52
Author: rt
Details ] Diff ]
readd the const-version of ClampInMap
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/System/Sync/SyncedFloat3.h Diff ] File ]
mod - rts/System/float3.h Diff ] File ]
develop e64cef14
Timestamp: 2012-01-26 04:39:42
Author: rt
Details ] Diff ]
mostly revert 7bbfd946, keep the callin
mod - rts/Rendering/CMakeLists.txt Diff ] File ]
rm - rts/Rendering/ShieldDrawer.cpp Diff ] File ]
rm - rts/Rendering/ShieldDrawer.h Diff ] File ]
mod - rts/Rendering/WorldDrawer.cpp Diff ] File ]
mod - rts/Sim/CMakeLists.txt Diff ] File ]
add - rts/Sim/Projectiles/Unsynced/ShieldProjectile.cpp Diff ] File ]
add - rts/Sim/Projectiles/Unsynced/ShieldProjectile.h Diff ] File ]
mod - rts/Sim/Weapons/PlasmaRepulser.cpp Diff ] File ]
mod - rts/Sim/Weapons/PlasmaRepulser.h Diff ] File ]
develop 806245fe
Timestamp: 2012-01-25 01:52:18
Author: zerver
Details ] Diff ]
Compile headless
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
develop 115d8b5f
Timestamp: 2012-01-25 01:03:43
Author: zerver
Details ] Diff ]
Update VCproj
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 7af2c327
Timestamp: 2012-01-25 01:02:47
Author: zerver
Details ] Diff ]
OffscreenGLcontext: Move some cleanup to destructor
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
mod - rts/System/OffscreenGLContext.h Diff ] File ]
develop 5a6707b4
Timestamp: 2012-01-25 01:01:52
Author: zerver
Details ] Diff ]
Use glShareLists also for rendering helper threads
mod - rts/lib/gml/gml.cpp Diff ] File ]
mod - rts/lib/gml/gml.h Diff ] File ]
mod - rts/lib/gml/gml_base.cpp Diff ] File ]
mod - rts/lib/gml/gmlcls.h Diff ] File ]
mod - rts/lib/gml/gmlsrv.h Diff ] File ]
develop 059bccfd
Timestamp: 2012-01-25 01:00:30
Author: zerver
Details ] Diff ]
Minor fix 7886cd8
mod - rts/Game/TraceRay.cpp Diff ] File ]
develop 790f7cdc
Timestamp: 2012-01-25 00:49:43
Author: jK
Details ] Diff ]
attempt to fix compile (after c89628412a)
mod - rts/System/myMath.inl Diff ] File ]
develop f958fbb4
Timestamp: 2012-01-24 23:58:19
Author: hoijui
Details ] Diff ]
add deprecation tag to ClampInBounds [minor]
mod - rts/System/float3.h Diff ] File ]
develop d241ab4a
Timestamp: 2012-01-24 23:50:18
Author: jK
Details ] Diff ]
check f->blocking in all TraceRay functions
mod - rts/Game/TraceRay.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 421 422 423 424 425 426 427 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last