Commit Graph

15 Commits

Author SHA1 Message Date
0447381896 fix: fix libcmo build issue 2024-08-23 11:28:49 +08:00
35d508b1b9 doc: finish XTypes documentation 2024-08-19 10:43:30 +08:00
e682a87d25 refactor: refactor project
- rename LIBCMO_DISABLE_COPY_MOVE -> YYCC_DEL_CLS_COPY_MOVE and LIBCMO_DEFAULT_COPY_MOVE -> YYCC_DEF_CLS_COPY_MOVE.
- fix Vector declaration generator. throw exception when operator[] face invalid index, instead of do fallback.
- rename VTAll.hpp -> VTInternal.hpp and VYUserAll -> VTAll.hpp for easy to understand.
- fix project name error in Doxygen template.
- replace all LIBCMO_OS_WIN32 to YYCC_OS == YYCC_OS_WINDOWS.
- fix some compile error (involving utf8 encoding) but not the final result.
- use correct way to include std-image library (use <> instead of "")
- finish documentation for VTUtils.hpp and VTEncoding.hpp.
2024-08-17 20:43:27 +08:00
ddf596faec create visitor for all existed CK class 2023-09-22 14:48:45 +08:00
81872053f0 finish PreDelete and CheckPreDeletion. now there is no problem when deleting object 2023-09-20 15:25:43 +08:00
d66716acd7 write shit 2023-09-20 10:49:32 +08:00
69f702a6d2 add some CK3dEntity code 2023-09-19 22:32:07 +08:00
c6608dec57 basically finish register. still have bug 2023-09-17 12:39:21 +08:00
23da6c9e3e replace std::vector globally 2023-09-16 22:42:08 +08:00
3c8266e7dd continue refactor project 2023-09-16 22:38:21 +08:00
1ddeeb3b68 refactor project 2023-09-16 18:31:25 +08:00
fd69914a25 almost finish CKGroup 2023-09-01 12:19:06 +08:00
47bf6ab6c6 remove all std::nothrow and re-create namespace for objs and mgrs 2023-08-26 16:37:26 +08:00
c8c2c6e20b write shit 2023-08-25 17:35:45 +08:00
1b8f2ff0d5 refactor project (1/?) 2023-08-22 15:30:26 +08:00