Changesets: spring
develop 174f3bd8
Timestamp: 2017-07-07 18:25:30 Author: rt [ Details ] [ Diff ] |
log nlc | ||
mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
develop 0cd2098f
Timestamp: 2017-07-07 18:20:18 Author: rt [ Details ] [ Diff ] |
fix 0005630 | ||
mod - rts/Game/FPSUnitController.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/TraceRay.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/TraceRay.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/BeamLaser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
develop 066e39f7
Timestamp: 2017-07-07 01:44:22 Author: rt [ Details ] [ Diff ] |
call LoadIdentity when reloading shadows | ||
mod - rts/Rendering/ShadowHandler.cpp | [ Diff ] [ File ] | ||
develop 49b92b1f
Timestamp: 2017-07-07 01:11:38 Author: rt [ Details ] [ Diff ] |
fix shadow perf | ||
mod - cont/base/springcontent/shaders/GLSL/SMFVertProg.glsl | [ Diff ] [ File ] | ||
mod - cont/base/springcontent/shaders/GLSL/ShadowGenFragProg.glsl | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaConstPlatform.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.h | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SMFRenderState.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GlobalRendering.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/GlobalRenderingInfo.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/ShadowHandler.cpp | [ Diff ] [ File ] | ||
develop 24a9e97e
Timestamp: 2017-07-06 16:39:57 Author: rt [ Details ] [ Diff ] |
prevent window from being considered unresponsive during startup | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop 64dbcb71
Timestamp: 2017-07-06 01:27:40 Author: rt [ Details ] [ Diff ] |
fix BMD explosions being added twice | ||
mod - rts/Map/BasicMapDamage.cpp | [ Diff ] [ File ] | ||
develop 0aa44587
Timestamp: 2017-07-06 00:23:48 Author: rt [ Details ] [ Diff ] |
s/secs/msecs; looks quicker | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop 2a15cb05
Timestamp: 2017-07-04 20:29:44 Author: rt [ Details ] [ Diff ] |
fix 0002970 "pushResistant" is now accepted by MoveCtrl.SetGroundMoveTypeData |
||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveType.h | [ Diff ] [ File ] | ||
develop d7d5e660
Timestamp: 2017-07-04 16:51:17 Author: rt [ Details ] [ Diff ] |
s/if (x == null) return;/assert(x != null); | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
develop 64bf6d44
Timestamp: 2017-07-04 16:41:02 Author: rt [ Details ] [ Diff ] |
fix 0003515 | ||
mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
mod - rts/Net/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/MsgStrings.h | [ Diff ] [ File ] | ||
develop 0d6b7fe7
Timestamp: 2017-07-04 16:35:01 Author: rt [ Details ] [ Diff ] |
show number of scanned archives during startup | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemInitializer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemInitializer.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop fb19892b
Timestamp: 2017-07-03 23:32:42 Author: rt [ Details ] [ Diff ] |
fix 0005200 | ||
mod - rts/Game/Camera/SpringController.cpp | [ Diff ] [ File ] | ||
develop 7abc22e9
Timestamp: 2017-07-03 17:31:29 Author: rt [ Details ] [ Diff ] |
fix 0005632 | ||
mod - rts/System/FileSystem/FileSystemInitializer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemInitializer.h | [ Diff ] [ File ] | ||
mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
mod - rts/System/LogOutput.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.h | [ Diff ] [ File ] | ||
develop 5bbe2fba
Timestamp: 2017-07-02 23:28:09 Author: rt [ Details ] [ Diff ] |
make footprint-terraforming respect buildee's actual facing | ||
mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
develop dbd4c13f
Timestamp: 2017-07-02 21:05:18 Author: rt [ Details ] [ Diff ] |
add GLEW stubs | ||
mod - rts/lib/headlessStubs/glewstub.c | [ Diff ] [ File ] | ||
mod - rts/lib/headlessStubs/glewstub.h | [ Diff ] [ File ] | ||
develop 4fdb106e
Timestamp: 2017-07-02 20:53:40 Author: rt [ Details ] [ Diff ] |
add (some) GL support flags to LuaConstPlatform fix GL extension checks (GLEW_ARB_* != GL_ARB_*) |
||
mod - rts/Game/Camera.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaConstPlatform.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SMFReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/DebugDrawerAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BumpWater.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/Decals/DecalsDrawerGL4.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Fonts/CFontTexture.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/GeometryBuffer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/myGL.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GlobalRendering.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/IInfoTextureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/ShadowHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/3DOTextureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/TextureAtlas.cpp | [ Diff ] [ File ] | ||
develop 6c5d5ee0
Timestamp: 2017-07-01 22:52:01 Author: rt [ Details ] [ Diff ] |
- | ||
mod - rts/Rendering/Map/InfoTexture/Modern/InfoTextureHandler.cpp | [ Diff ] [ File ] | ||
develop 0f68e6e2
Timestamp: 2017-07-01 22:43:40 Author: rt [ Details ] [ Diff ] |
hide uninitialized infotex memory | ||
mod - rts/Map/SMF/SMFRenderState.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/IInfoTextureHandler.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Legacy/LegacyInfoTextureHandler.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/InfoTextureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/InfoTextureHandler.h | [ Diff ] [ File ] | ||
develop d7295f60
Timestamp: 2017-07-01 20:04:35 Author: rt [ Details ] [ Diff ] |
add Collision::NOFIREBASES bit | ||
mod - rts/Game/TraceRay.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDef.cpp | [ Diff ] [ File ] | ||
develop 6b1b2871
Timestamp: 2017-07-01 13:30:27 Author: Gajo Petrovic [ Details ] [ Diff ] |
Revert "Revert "^Z"" This reverts commit cd36288f436839c2c12c5a8fc2a7a7dd100a79da. |
||
mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
develop cd36288f
Timestamp: 2017-07-01 13:29:48 Author: Gajo Petrovic [ Details ] [ Diff ] |
Revert "^Z" This reverts commit 1c89939732852d515ff66a5676882fd4f5025f94. |
||
mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
develop 56b8c330
Timestamp: 2017-06-30 08:10:21 Author: Gajo Petrovic [ Details ] [ Diff ] |
fix ShadowGenFragProg.glsl compilation issue | ||
mod - cont/base/springcontent/shaders/GLSL/ShadowGenFragProg.glsl | [ Diff ] [ File ] | ||
develop 73fb971d
Timestamp: 2017-06-30 00:14:29 Author: rt [ Details ] [ Diff ] |
rename the 'minimised' CLI flag to 'hidden' which is what it really means | ||
mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GlobalRendering.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop ba7d9dd5
Timestamp: 2017-06-29 23:07:37 Author: rt [ Details ] [ Diff ] |
add HL stubs | ||
mod - rts/lib/headlessStubs/sdlstub.c | [ Diff ] [ File ] | ||
develop 5cbe7ca3
Timestamp: 2017-06-29 22:54:54 Author: rt [ Details ] [ Diff ] |
fix window-state stuff, let ZK update again the WindowState config-setting is gone, a maximized non-fullscreen window now gets restored by checking if the resolution is maximal (for minimized windows the state is not saved, as before) |
||
mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GlobalRendering.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||