2025-08-21 03:35 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
maintenance bf688fc2
Timestamp: 2019-04-09 18:31:19
Author: sprunk
Committer: rt
Details ] Diff ]
Add `Spring.Set{Unit,Feature}PieceVisible` (0000448)

* Add `Spring.Set{Unit,Feature}PieceVisible`

Features don't have a unit script so need a standalone callout. Units are mostly there for consistency since they already have `SetPieceVisibility` in LUS but being able to hide a unit's piece outside LUS (either because COB or for convenience) is also nice.
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.h Diff ] File ]
develop 4c3fd577
Timestamp: 2019-04-09 18:08:34
Author: rt
Details ] Diff ]
eradicate GL_LUMINANCE
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg4.glsl Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Map/HeightMapTexture.cpp Diff ] File ]
mod - rts/Map/SMF/SMFReadMap.cpp Diff ] File ]
mod - rts/Rendering/GL/GeometryBuffer.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/Rendering/ShadowHandler.cpp Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.cpp Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.h Diff ] File ]
develop c9ab489e
Timestamp: 2019-04-09 17:45:55
Author: rt
Details ] Diff ]
simplify SetUniform templates
mod - rts/Game/GameControllerTextInput.cpp Diff ] File ]
mod - rts/Game/SelectedUnitsHandler.cpp Diff ] File ]
mod - rts/Game/UI/CursorIcons.cpp Diff ] File ]
mod - rts/Game/UI/EndGameBox.cpp Diff ] File ]
mod - rts/Game/UI/GameInfo.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseCursor.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/ProfileDrawer.cpp Diff ] File ]
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UI/ResourceBar.cpp Diff ] File ]
mod - rts/Game/UI/ShareBox.cpp Diff ] File ]
mod - rts/Game/UI/StartPosSelecter.cpp Diff ] File ]
mod - rts/Map/SMF/SMFGroundDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/SMFRenderState.cpp Diff ] File ]
mod - rts/Rendering/CommandDrawer.cpp Diff ] File ]
mod - rts/Rendering/DebugDrawerAI.cpp Diff ] File ]
mod - rts/Rendering/DefaultPathDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/AdvTreeGenerator.cpp Diff ] File ]
mod - rts/Rendering/Env/AdvWater.cpp Diff ] File ]
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
mod - rts/Rendering/Env/Decals/DecalsDrawerGL4.cpp Diff ] File ]
mod - rts/Rendering/Env/GrassDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/Particles/ProjectileDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/SkyBox.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/Fonts/glFont.cpp Diff ] File ]
mod - rts/Rendering/GL/GeometryBuffer.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.h Diff ] File ]
mod - rts/Rendering/HUDDrawer.cpp Diff ] File ]
mod - rts/Rendering/InMapDrawView.cpp Diff ] File ]
mod - rts/Rendering/LineDrawer.cpp Diff ] File ]
mod - rts/Rendering/QTPFSPathDrawer.cpp Diff ] File ]
mod - rts/Rendering/Shaders/Shader.h Diff ] File ]
mod - rts/Rendering/SmoothHeightMeshDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/System/SplashScreen.cpp Diff ] File ]
mod - rts/aGui/Gui.cpp Diff ] File ]
develop 05767014
Timestamp: 2019-04-08 18:29:21
Author: rt
Details ] Diff ]
sync Lua buffers
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Rendering/GL/RenderDataBuffer.hpp Diff ] File ]
develop 74c0936f
Timestamp: 2019-04-08 01:26:37
Author: rt
Details ] Diff ]
add. 8609d9
mod - rts/Rendering/GL/RenderDataBuffer.hpp Diff ] File ]
develop 5a099147
Timestamp: 2019-04-07 23:50:27
Author: rt
Details ] Diff ]
only wait when necessary
mod - rts/Rendering/Env/SkyBox.cpp Diff ] File ]
develop d1796c11
Timestamp: 2019-04-07 23:35:28
Author: rt
Details ] Diff ]
fix sky corruption
mod - rts/Rendering/Env/SkyBox.cpp Diff ] File ]
develop 3df38eeb
Timestamp: 2019-04-07 21:15:26
Author: rt
Details ] Diff ]
fix HL build
mod - rts/Rendering/GL/RenderDataBuffer.hpp Diff ] File ]
develop a98ddae9
Timestamp: 2019-04-07 21:03:13
Author: rt
Details ] Diff ]
-
mod - rts/Rendering/GL/RenderDataBuffer.hpp Diff ] File ]
develop 8609d98f
Timestamp: 2019-04-07 20:49:07
Author: rt
Details ] Diff ]
fix 0006195
Linux and Windows drivers behave *very* differently wrt sync
mod - rts/Rendering/Env/SkyBox.cpp Diff ] File ]
mod - rts/Rendering/Env/SkyBox.h Diff ] File ]
mod - rts/Rendering/Fonts/glFont.cpp Diff ] File ]
mod - rts/Rendering/Fonts/glFont.h Diff ] File ]
mod - rts/Rendering/GL/RenderDataBuffer.cpp Diff ] File ]
mod - rts/Rendering/GL/RenderDataBuffer.hpp Diff ] File ]
develop 0317b7fb
Timestamp: 2019-04-06 23:51:51
Author: rt
Details ] Diff ]
add. 2c2c48d6
mod - rts/Rendering/Env/AdvWater.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
mod - rts/Rendering/GL/FBO.h Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/Rendering/Map/InfoTexture/Modern/AirLos.cpp Diff ] File ]
mod - rts/Rendering/Map/InfoTexture/Modern/Combiner.cpp Diff ] File ]
mod - rts/Rendering/Map/InfoTexture/Modern/Height.cpp Diff ] File ]
mod - rts/Rendering/Map/InfoTexture/Modern/Los.cpp Diff ] File ]
mod - rts/Rendering/Map/InfoTexture/Modern/MetalExtraction.cpp Diff ] File ]
mod - rts/Rendering/Map/InfoTexture/Modern/Path.cpp Diff ] File ]
mod - rts/Rendering/Map/InfoTexture/Modern/Radar.cpp Diff ] File ]
mod - rts/Rendering/WorldDrawer.cpp Diff ] File ]
develop 5e2ff31a
Timestamp: 2019-04-06 19:59:24
Author: rt
Details ] Diff ]
fix minimap bug
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
develop 2c2c48d6
Timestamp: 2019-04-06 19:17:45
Author: rt
Details ] Diff ]
legacy cleanup
mod - rts/Game/Camera.cpp Diff ] File ]
mod - rts/Game/Camera.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Rendering/Env/CubeMapHandler.cpp Diff ] File ]
mod - rts/Rendering/ShadowHandler.cpp Diff ] File ]
develop ba1a0b3a
Timestamp: 2019-04-06 18:31:32
Author: rt
Details ] Diff ]
shed last BumpWater ATI hack
mod - rts/Rendering/Env/BumpWater.cpp Diff ] File ]
develop f168656e
Timestamp: 2019-04-06 15:45:19
Author: rt
Details ] Diff ]
neuter GL perf warning
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
develop 49f00bdf
Timestamp: 2019-04-06 13:07:40
Author: rt
Details ] Diff ]
replace GL_ALL_ATTRIB_BITS usage
fix FarTexHandler matrix indices
mod - rts/Rendering/Env/Decals/DecalsDrawerGL4.cpp Diff ] File ]
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
maintenance 3d159a0e
Timestamp: 2019-04-06 12:34:05
Author: rt
Details ] Diff ]
nlc
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop 258f7826
Timestamp: 2019-04-06 12:34:05
Author: rt
Details ] Diff ]
nlc
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
maintenance 79463b01
Timestamp: 2019-04-06 12:31:09
Author: rt
Details ] Diff ]
add Spring.Set{Unit,Feature,Projectile}UseAirLos
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.h Diff ] File ]
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp Diff ] File ]
develop 1f610a11
Timestamp: 2019-04-06 12:31:09
Author: rt
Details ] Diff ]
add Spring.Set{Unit,Feature,Projectile}UseAirLos
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.h Diff ] File ]
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp Diff ] File ]
develop fc053982
Timestamp: 2019-04-06 01:30:59
Author: rt
Details ] Diff ]
change *ToString format type to cchar*
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/System/StringUtil.h Diff ] File ]
develop 07858596
Timestamp: 2019-04-06 01:14:47
Author: rt
Details ] Diff ]
hack up a local strcasestr
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/System/StringUtil.h Diff ] File ]
develop 813cdb5d
Timestamp: 2019-04-06 00:25:57
Author: rt
Details ] Diff ]
-
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
develop 6900c2d5
Timestamp: 2019-04-06 00:19:01
Author: rt
Details ] Diff ]
force glBuildMipmaps ATI hack into retirement
cleanup myGL #includes / use strcasestr
shrink some buffers again
mod - rts/Rendering/GL/RenderDataBuffer.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
develop cd3423fe
Timestamp: 2019-04-05 20:19:58
Author: rt
Details ] Diff ]
check ilGetData ptrs
mod - rts/Rendering/Textures/Bitmap.cpp Diff ] File ]
First  Prev  1 2 3 ... 33 34 35 36 37 38 39 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last