whoa/src/glue
Tristan 'Natrist' Cormier d19658185a
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(glue): implement Script_TerminationWithoutNoticeAccepted (#159)
Co-authored-by: fallenoak <git@fallenoak.me>
2026-02-24 21:00:27 -06:00
..
CCharacterCreation.cpp feat(object): add initial structure for basic client object classes 2026-01-08 15:56:39 -06:00
CCharacterCreation.hpp feat(glue): implement CCharacterCreation::SetSelectedSex 2026-01-04 13:10:38 -06:00
CCharacterCreationScript.cpp feat(object): add initial structure for basic client object classes 2026-01-08 15:56:39 -06:00
CCharacterCreationScript.hpp chore(glue): move glue-related script handlers from ui to glue 2025-12-06 22:44:17 -06:00
CCharacterSelection.cpp feat(glue): partially implement CCharacterSelection::Shutdown 2026-01-02 21:43:06 -06:00
CCharacterSelection.hpp feat(glue): partially implement CCharacterSelection::Shutdown 2026-01-02 21:43:06 -06:00
CCharacterSelectionScript.cpp feat(object): add initial structure for basic client object classes 2026-01-08 15:56:39 -06:00
CCharacterSelectionScript.hpp chore(glue): move glue-related script handlers from ui to glue 2025-12-06 22:44:17 -06:00
CGlueLoading.cpp feat(glue): call CGlueLoading::StartLoad from CCharacterSelection::ShowCharacter 2025-10-15 00:37:44 -05:00
CGlueLoading.hpp feat(glue): call CGlueLoading::StartLoad from CCharacterSelection::ShowCharacter 2025-10-15 00:37:44 -05:00
CGlueMgr.cpp feat(glue): add CGlueMgr::PollCreateCharacter (#167) 2026-02-23 22:30:49 -06:00
CGlueMgr.hpp feat(glue): add CGlueMgr::PollCreateCharacter (#167) 2026-02-23 22:30:49 -06:00
Character.cpp feat(glue): implement CGlueMgr::EnterWorld 2025-10-06 21:55:47 -05:00
Character.hpp feat(glue): implement CGlueMgr::EnterWorld 2025-10-06 21:55:47 -05:00
CharacterSelectionDisplay.cpp feat(object): add initial structure for basic client object classes 2026-01-08 15:56:39 -06:00
CharacterSelectionDisplay.hpp feat(glue): add CharacterSelectionDisplay dtor 2026-01-02 12:52:11 -06:00
CMakeLists.txt feat(glue): add CGlueMgr::InitializeFFX 2025-11-30 17:43:22 -06:00
CRealmList.cpp fix(glue): correct category selection logic 2025-10-09 23:08:09 -05:00
CRealmList.hpp feat(glue): handle SetPreferredInfo script command 2023-02-18 12:03:20 -06:00
CRealmListScript.cpp chore(glue): move glue-related script handlers from ui to glue 2025-12-06 22:44:17 -06:00
CRealmListScript.hpp chore(glue): move glue-related script handlers from ui to glue 2025-12-06 22:44:17 -06:00
GlueScript.cpp feat(glue): implement Script_TerminationWithoutNoticeAccepted (#159) 2026-02-24 21:00:27 -06:00
GlueScript.hpp chore(glue): move glue-related script handlers from ui to glue 2025-12-06 22:44:17 -06:00
GlueScriptEvents.cpp chore(glue): move glue-related script handlers from ui to glue 2025-12-06 22:44:17 -06:00
GlueScriptEvents.hpp chore(glue): move glue-related script handlers from ui to glue 2025-12-06 22:44:17 -06:00
Types.hpp feat(glue): assign explicit values to GLUESCRIPTEVENT 2025-10-08 09:04:33 -05:00