m_SomethingTick
somewhere accessible and check it on every tick (that's how you do it on server side, does client have OnTick function too?)CLIENTSTATE
time()
functionSTATE_
time()
function TARGET_OS "windows"
i currently tried to fix the fng2 CI and was going crazy why it didnt find a missing library xDif((CMAKE_SYSTEM_NAME STREQUAL "Windows") OR (CMAKE_SYSTEM_NAME STREQUAL "MSYS"))
indeed fixed itfdba058
Add proper limits to ui sliders for group & layer moving. - Jupeyy
91e7b4e
Add shortcuts for undo/redo - Jupeyy
ab135bd
Fix action groups must be cleared when current group is None. - Jupeyy
db9f7be
Add dbg panel to generate random valid actions. - Jupeyy
3acc6fb
Use update_while_editing
for all DragValue
in the client. - Jupeyy
b37b951
Merge pull request #81 from Jupeyy/pr_editor_fixes7 - Jupeyy