whoa/src/object/client
fallenoak 553a59c808
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
chore(object): tidy up return type for ClntObjMgrAllocObject
2026-01-17 20:34:46 -06:00
..
CClientMoveUpdate.cpp feat(object): add CClientMoveUpdate::Skip 2026-01-13 19:50:39 -06:00
CClientMoveUpdate.hpp feat(object): add CClientMoveUpdate::Skip 2026-01-13 19:50:39 -06:00
CClientObjCreate.cpp fix(object): correct read in CClientObjCreate::Get 2026-01-13 19:24:35 -06:00
CClientObjCreate.hpp fix(object): correct read in CClientObjCreate::Get 2026-01-13 19:24:35 -06:00
CGContainer_C.cpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGContainer_C.hpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGContainer.cpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGContainer.hpp chore(util): restructure guid code and add WOWGUID typedef 2026-01-12 09:00:56 -06:00
CGCorpse_C.cpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGCorpse_C.hpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGCorpse.cpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGCorpse.hpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGDynamicObject_C.cpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGDynamicObject_C.hpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGDynamicObject.cpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGDynamicObject.hpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGGameObject_C.cpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGGameObject_C.hpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGGameObject.cpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGGameObject.hpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGItem_C.cpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGItem_C.hpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGItem.cpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGItem.hpp chore(util): restructure guid code and add WOWGUID typedef 2026-01-12 09:00:56 -06:00
CGObject_C.cpp feat(object): set disable time in CGObject_C::Disable 2026-01-17 20:29:40 -06:00
CGObject_C.hpp feat(object): set disable time in CGObject_C::Disable 2026-01-17 20:29:40 -06:00
CGObject.cpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGObject.hpp chore(util): restructure guid code and add WOWGUID typedef 2026-01-12 09:00:56 -06:00
CGPlayer_C.cpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGPlayer_C.hpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGPlayer.cpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGPlayer.hpp feat(object): add remaining members to CGPlayerData 2026-01-14 16:42:07 -06:00
CGUnit_C.cpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGUnit_C.hpp feat(object): add ctors to base object classes 2026-01-12 21:42:13 -06:00
CGUnit.cpp feat(object): add storage management functions to base object classes 2026-01-10 23:05:43 -06:00
CGUnit.hpp fix(object): correct types for various members of CGUnitData 2026-01-13 20:41:59 -06:00
ClntObjMgr.hpp feat(object): add type-specific cleanup queues to ClntObjMgr 2026-01-16 16:56:27 -06:00
MessageHandlers.cpp chore(object): tidy up return type for ClntObjMgrAllocObject 2026-01-17 20:34:46 -06:00
MessageHandlers.hpp feat(object): implement ClntObjMgrSetHandlers 2026-01-08 16:39:06 -06:00
Mirror.cpp chore(util): restructure guid code and add WOWGUID typedef 2026-01-12 09:00:56 -06:00
Mirror.hpp chore(util): restructure guid code and add WOWGUID typedef 2026-01-12 09:00:56 -06:00
ObjMgr.cpp chore(object): tidy up return type for ClntObjMgrAllocObject 2026-01-17 20:34:46 -06:00
ObjMgr.hpp chore(object): tidy up return type for ClntObjMgrAllocObject 2026-01-17 20:34:46 -06:00
Util.cpp feat(object): add type-specific cleanup queues to ClntObjMgr 2026-01-16 16:56:27 -06:00
Util.hpp feat(object): add HandleObjectOutOfRangePass2 2026-01-15 21:24:45 -06:00