whoa/src/ui
fallenoak cda8fff096
Some checks are pending
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:cl compiler_name:MSVC cxx:cl os:windows-latest system_name:Windows test_path:WhoaTest]) (push) Waiting to run
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:clang compiler_name:Clang cxx:clang++ os:macos-latest system_name:macOS test_path:WhoaTest]) (push) Waiting to run
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:gcc compiler_name:GCC cxx:g++ os:ubuntu-latest system_name:Linux test_path:WhoaTest]) (push) Waiting to run
feat(ui): implement Script_GetCursorMoney
2026-02-06 15:35:17 -06:00
..
game feat(ui): implement Script_GetCursorMoney 2026-02-06 15:35:17 -06:00
simple feat(ui): add CSimpleStatusBar::OnLayerUpdate 2026-02-05 07:05:28 -06:00
CBackdropGenerator.cpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CBackdropGenerator.hpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CFramePoint.cpp chore(ui): use inifinity value from limits for CFramePoint::UNDEFINED 2025-12-03 20:25:37 -06:00
CFramePoint.hpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
CFrameStrata.cpp chore(ui): organize simple classes 2025-12-06 21:31:48 -06:00
CFrameStrata.hpp chore(ui): organize simple classes 2025-12-06 21:31:48 -06:00
CLayoutFrame.cpp feat(ui): add CLayoutFrame::GetSize 2026-02-05 07:01:30 -06:00
CLayoutFrame.hpp feat(ui): add CLayoutFrame::GetSize 2026-02-05 07:01:30 -06:00
CMakeLists.txt chore(build): update target links 2025-12-06 22:58:16 -06:00
CRenderBatch.cpp chore(ui): organize simple classes 2025-12-06 21:31:48 -06:00
CRenderBatch.hpp feat(ui): clear render batch in dtor 2023-02-21 11:52:21 -06:00
CScriptObject.cpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CScriptObject.hpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CScriptObjectScript.cpp chore(ui): prefer lua_tostring macro 2025-10-21 09:04:29 -05:00
CScriptObjectScript.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
CScriptRegion.cpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CScriptRegion.hpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CScriptRegionScript.cpp chore(ui): organize simple classes 2025-12-06 21:31:48 -06:00
CScriptRegionScript.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
FrameScript_Object.cpp feat(ui): implement CSimpleFrame_GetScript 2026-02-04 11:37:30 -06:00
FrameScript_Object.hpp feat(ui): implement CSimpleFrame_GetScript 2026-02-04 11:37:30 -06:00
FrameScript.cpp feat(ui): add ScriptEventsRegisterEvents 2026-02-05 20:33:53 -06:00
FrameScript.hpp feat(ui): add ScriptEventsRegisterEvents 2026-02-05 20:33:53 -06:00
FrameScriptInternal.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
FrameXML.cpp feat(ui): add stubbed implementation of CSimpleStatusBar 2026-01-29 22:41:29 -06:00
FrameXML.hpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
Game.hpp feat(ui): add CGGameUI::EnterWorld 2026-02-05 21:04:31 -06:00
Interface.cpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
Interface.hpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
Key.cpp chore(ui): move interface key to ui 2026-01-23 15:23:55 -06:00
Key.hpp chore(ui): move interface key to ui 2026-01-23 15:23:55 -06:00
LoadXML.cpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
LoadXML.hpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
LuaExtraFuncs.cpp feat(ui): partially implement securecall 2025-11-09 23:06:55 -06:00
LuaExtraFuncs.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
LuaMemory.cpp chore(style): normalize memory allocations 2023-01-04 21:00:29 -06:00
LuaMemory.hpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
ScriptFunctionsShared.cpp feat(ui): add GameScriptRegisterFunctions 2026-01-27 05:28:39 -06:00
ScriptFunctionsShared.hpp feat(ui): add GameScriptRegisterFunctions 2026-01-27 05:28:39 -06:00
ScriptFunctionsSystem.cpp feat(ui): implement Script_GetGameTime 2026-01-29 07:37:43 -06:00
ScriptFunctionsSystem.hpp feat(ui): add SystemUnregisterFunctions 2026-01-26 16:37:50 -06:00
Types.hpp feat(ui): add TOOLTIP_ANCHORPOINT 2026-01-30 19:39:49 -06:00
Util.cpp chore(ui): make ORIENTATION enum generic 2025-12-23 11:21:38 -06:00
Util.hpp chore(ui): make ORIENTATION enum generic 2025-12-23 11:21:38 -06:00