2025-08-25 20:29 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
maintenance 0951601d
Timestamp: 2019-02-16 05:41:11
Author: rt
Details ] Diff ]
add. 85cc78f
mod - rts/Lua/LuaMemPool.cpp Diff ] File ]
develop a8455cc4
Timestamp: 2019-02-16 05:33:43
Author: rt
Details ] Diff ]
refactor saving
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/PreGame.h Diff ] File ]
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Menu/SelectMenu.cpp Diff ] File ]
mod - rts/System/LoadSave/DemoReader.cpp Diff ] File ]
mod - rts/System/LoadSave/LoadSaveHandler.cpp Diff ] File ]
mod - rts/System/LoadSave/LoadSaveHandler.h Diff ] File ]
mod - rts/System/LoadSave/LuaLoadSaveHandler.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
maintenance f2098e12
Timestamp: 2019-02-16 05:33:43
Author: rt
Details ] Diff ]
refactor saving

Conflicts:
rts/Game/UI/QuitBox.cpp
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/PreGame.h Diff ] File ]
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Menu/SelectMenu.cpp Diff ] File ]
mod - rts/System/LoadSave/DemoReader.cpp Diff ] File ]
mod - rts/System/LoadSave/LoadSaveHandler.cpp Diff ] File ]
mod - rts/System/LoadSave/LoadSaveHandler.h Diff ] File ]
mod - rts/System/LoadSave/LuaLoadSaveHandler.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
maintenance 73bea263
Timestamp: 2019-02-16 05:19:11
Author: Eshed
Details ] Diff ]
Configurable drag selection and area command leeway v3 (0000432)

* Added configuration for the distance the mouse must be dragged before area commands or unit selection are triggered.
Fixed an area command visualisation bug caused by mismatched inequalities.

* Added NotifyOnChange for the new settings.

* Added deconstructor.

# Conflicts:
# rts/Game/UI/GuiHandler.cpp
# rts/Game/UI/GuiHandler.h
# rts/Game/UI/MiniMap.cpp
# rts/Game/UI/MouseHandler.cpp
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.h Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.h Diff ] File ]
develop 46a91107
Timestamp: 2019-02-16 05:03:46
Author: GoogleFrog
Committer: Eshed
Details ] Diff ]
Configurable drag selection and area command leeway v3 (0000432)

* Added configuration for the distance the mouse must be dragged before area commands or unit selection are triggered.
Fixed an area command visualisation bug caused by mismatched inequalities.

* Added NotifyOnChange for the new settings.

* Added deconstructor.
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.h Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.h Diff ] File ]
develop 9c1142d5
Timestamp: 2019-02-16 03:37:33
Author: rt
Details ] Diff ]
add gl.{S,G}etTimerQuery
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/ProfileDrawer.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.h Diff ] File ]
mod - rts/Rendering/GlobalRendering.cpp Diff ] File ]
mod - rts/Rendering/GlobalRendering.h Diff ] File ]
maintenance be333e3f
Timestamp: 2019-02-16 00:29:27
Author: Eshed
Details ] Diff ]
Optimise TimeProfiler

1) Compile time hash of strings
2) Only check hashToName collision once
3) Change unique_lock spinlocks into spring::spinlock (try_lock will cause a system call on windows at the very least)

# Conflicts:
# rts/System/TimeProfiler.cpp
mod - rts/Lua/LuaMemPool.cpp Diff ] File ]
mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.cpp Diff ] File ]
mod - rts/System/TimeProfiler.cpp Diff ] File ]
mod - rts/System/TimeProfiler.h Diff ] File ]
develop 6baa3975
Timestamp: 2019-02-16 00:28:31
Author: Eshed
Details ] Diff ]
fix tests
mod - test/engine/System/Misc/testSpringTime.cpp Diff ] File ]
maintenance b3e02a6b
Timestamp: 2019-02-16 00:28:31
Author: Eshed
Details ] Diff ]
fix tests
mod - test/engine/System/Misc/testSpringTime.cpp Diff ] File ]
develop 85727636
Timestamp: 2019-02-16 00:14:28
Author: Eshed
Details ] Diff ]
Optimise TimeProfiler

1) Compile time hash of strings
2) Only check hashToName collision once
3) Change unique_lock spinlocks into spring::spinlock (try_lock will cause a system call on windows at the very least)
mod - rts/Lua/LuaMemPool.cpp Diff ] File ]
mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.cpp Diff ] File ]
mod - rts/System/TimeProfiler.cpp Diff ] File ]
mod - rts/System/TimeProfiler.h Diff ] File ]
develop 85cc78f6
Timestamp: 2019-02-15 23:02:38
Author: LHoG
Committer: Eshed
Details ] Diff ]
Unbitrot MSVC build on develop
mod - rts/Lua/LuaMemPool.cpp Diff ] File ]
mod - rts/Rendering/IconHandler.cpp Diff ] File ]
mod - rts/Rendering/IconHandler.h Diff ] File ]
mod - rts/Rendering/Textures/ColorMap.cpp Diff ] File ]
maintenance ddbfb800
Timestamp: 2019-02-15 23:02:38
Author: LHoG
Committer: Eshed
Details ] Diff ]
Unbitrot MSVC build on develop
mod - rts/Lua/LuaMemPool.cpp Diff ] File ]
mod - rts/Rendering/IconHandler.cpp Diff ] File ]
mod - rts/Rendering/IconHandler.h Diff ] File ]
mod - rts/Rendering/Textures/ColorMap.cpp Diff ] File ]
maintenance 7fadb171
Timestamp: 2019-02-15 18:03:44
Author: rt
Details ] Diff ]
s/UnsafeSetFBO/RawBindFBO
return the currently bound buffer when udata != nil
accept raw buffer id (arg 0000003) to bind when udata == nil
mod - rts/Lua/LuaFBOs.cpp Diff ] File ]
mod - rts/Lua/LuaFBOs.h Diff ] File ]
develop 249398b5
Timestamp: 2019-02-15 18:03:35
Author: rt
Details ] Diff ]
s/UnsafeSetFBO/RawBindFBO
return the currently bound buffer when udata != nil
accept raw buffer id (arg 0000003) to bind when udata == nil
mod - rts/Lua/LuaFBOs.cpp Diff ] File ]
mod - rts/Lua/LuaFBOs.h Diff ] File ]
develop 8eefe2da
Timestamp: 2019-02-14 17:29:24
Author: rt
Details ] Diff ]
fix 1be651 sync-safety / source starvation
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp Diff ] File ]
mod - rts/System/Sound/OpenAL/Sound.cpp Diff ] File ]
maintenance 571f0ddf
Timestamp: 2019-02-14 17:29:24
Author: rt
Details ] Diff ]
fix 1be651 sync-safety / source starvation
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp Diff ] File ]
mod - rts/System/Sound/OpenAL/Sound.cpp Diff ] File ]
develop 189e95c2
Timestamp: 2019-02-13 21:22:46
Author: rt
Details ] Diff ]
fix 0006133
for some reason ZK still relies on a hacky raw-raw move gadget
which should have long been superseded by the engine's native
implementation
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.h Diff ] File ]
maintenance 1e16912b
Timestamp: 2019-02-13 21:22:46
Author: rt
Details ] Diff ]
fix 0006133
for some reason ZK still relies on a hacky raw-raw move gadget
which should have long been superseded by the engine's native
implementation
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.h Diff ] File ]
develop 04a00e80
Timestamp: 2019-02-12 19:02:47
Author: rt
Details ] Diff ]
untangle minimap wiring
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.h Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Rendering/GL/AttribState.cpp Diff ] File ]
mod - rts/Rendering/GL/AttribState.hpp Diff ] File ]
mod - rts/Rendering/GL/RenderDataBuffer.cpp Diff ] File ]
develop c4e541ac
Timestamp: 2019-02-10 21:08:27
Author: rt
Details ] Diff ]
log fontconfig version
mod - rts/Rendering/Fonts/CFontTexture.cpp Diff ] File ]
maintenance 09ed0e7f
Timestamp: 2019-02-10 21:08:27
Author: rt
Details ] Diff ]
log fontconfig version

Conflicts:
rts/Rendering/Fonts/CFontTexture.cpp
mod - rts/Rendering/Fonts/CFontTexture.cpp Diff ] File ]
develop 4c50fd47
Timestamp: 2019-02-10 14:47:39
Author: rt
Details ] Diff ]
make GetErrorVector consistent with e573b
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
maintenance 30c07c56
Timestamp: 2019-02-10 14:47:39
Author: rt
Details ] Diff ]
make GetErrorVector consistent with e573b
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop ccc51bb5
Timestamp: 2019-02-10 14:36:13
Author: rt
Details ] Diff ]
fix decal shadows
mod - rts/Rendering/Env/Decals/DecalsDrawerGL4.cpp Diff ] File ]
maintenance 47b093ab
Timestamp: 2019-02-10 14:35:27
Author: rt
Details ] Diff ]
minor
mod - rts/System/Sound/OpenAL/Sound.cpp Diff ] File ]
First  Prev  1 2 3 ... 51 52 53 54 55 56 57 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last