Commit Graph

202 Commits

Author SHA1 Message Date
b03806e3c9 update BMap.
- BMMeshConverter now use CK_ID as CKMaterial references.
- Add CKObject, CKGroup visitor.
2023-10-05 21:08:58 +08:00
9cb57adf6e update BMap design, use more safe design 2023-10-03 21:33:00 +08:00
4c8500e444 fix qualified name error in CKFileOthers. add some stupid wrapper for BMap 2023-10-02 20:54:31 +08:00
b477c468cd fix some saving result issue 2023-10-02 17:45:59 +08:00
db23c9c952 finish CKGroup writer 2023-10-02 11:38:14 +08:00
db6263cb53 finish CKMaterial writer. add lost SetClassId for each writer 2023-10-02 11:32:18 +08:00
05c48c21f9 finish CKObject and CK3dEntity writer 2023-10-02 11:04:00 +08:00
9aa8b2b961 finish CKMesh writer
- fix some writing issue.
- create a internal object adder in CKFileWriter shared by AddObject and Ctor(copy Reader).
2023-10-02 09:16:45 +08:00
92f4271124 finish CKMesh writing (no test)
- finish CKMesh writing function
- remove useless CKMesh functions: material channels, vertex weight and face mask.
2023-10-01 23:48:55 +08:00
ee4b621cac fix saving issue
- fix CKStateChunk resize memory error.
- fix wrong CKBitmapHandler free position in CKBitmapData writer.
- fix init value error of CKFileWriter::m_DisableAddingFile when copying from reader.
- fix ReadString, WriteString error in CKStateChunk (forget NULL terminal)
- change CKPathManager resolve path order. Resolve temp path first, then resources folder.
- fix mixdata combine error when writing CKTexture.
2023-09-30 16:01:39 +08:00
abea66d6f0 fix including file error in CKFile. update reader -> writer method 2023-09-30 14:24:37 +08:00
eedd9bdb55 finish CKtexture writer
- finish CKTexture writer
- add std::enable_if for CKStateChunk::ReadIdent&WriteIdent to limit it in enum type.
- fix error function calling in CKBitmapData writer.
- let CKTexture reader mor formal for mipmap.
- fix CKStateChunk ReadBuffer redirect guideline.
- add a stupid height and width getter for CKBitmapData to serve CKTexture using.
2023-09-30 11:51:04 +08:00
3195a9682f finish CKBitmapData writer.
- finish spec fmt image writer and raw bitmap writer.
- fix a possible fatal issue in ReadBuffer(). return nullptr simply rather than allocate a blank buf. otherwise the process of use nullptr to check result will be broken.
- add CanSaveAlpha() method in CKBitmapHandler.
2023-09-29 23:09:01 +08:00
1575186c69 finish CKBitmapData::DumpToChunk 2023-09-28 23:29:52 +08:00
b217da8fb8 fix some issue
- remove unnecessary macro in BMap, Unvirt and IronPad.
- add mtl slots display for mesh.
- fix potential nullptr issue in CKStateChunk buffer reader.
2023-09-26 20:51:16 +08:00
42b9ddaec6 fix fatal CKStateChunk read error. fix return statement in CKFile 2023-09-26 12:07:13 +08:00
0a168ac5cc fix cmake build issue. fix build type checker. rm IronPad windows header including under linux 2023-09-25 21:45:53 +08:00
8083633a7b fix cmake error (part) 2023-09-24 23:27:20 +08:00
b2d0b743cb improve proj
- remove VTImage.hpp to make sure stb image do not need external project to ref.
- finish CKStateChunk write part. add some compatibilty code.
- add debugger pause function
- add filename getter for CKPathManager.
2023-09-24 20:56:23 +08:00
6870fca911 write other CKStateChunk writer and remove sub chunk function 2023-09-24 13:55:41 +08:00
3e265cdf1d write some funcs for CKStateChunk writer 2023-09-24 12:21:33 +08:00
a17b9deb4c write garbage
- fix PathManager nullptr assign issue
- fix Context set encoding unexpected copy issue
- write some export function for BMap.
2023-09-23 16:25:26 +08:00
94dadbfb1f write garbage for BMap dll 2023-09-23 15:55:57 +08:00
c0626eefee finish almost object output display 2023-09-22 22:31:51 +08:00
d37a552873 write some printer for ck class 2023-09-22 16:40:10 +08:00
ddf596faec create visitor for all existed CK class 2023-09-22 14:48:45 +08:00
08722adeb2 update README 2023-09-21 14:01:52 +08:00
5671d7d7e6 create BMap project and copy-paste previous mesh convertion code 2023-09-21 13:47:30 +08:00
f07ff1f246 finish IronPad debugging 2023-09-20 22:55:59 +08:00
01d1f0a250 add coredump tools 2023-09-20 22:26:39 +08:00
0bc99d6f39 add features
- add LIBCMO_BUILD_DEBUG and etc build macro.
- add notify in CKGlobals for CKMesh and etc.
- add test command.
2023-09-20 20:44:03 +08:00
81872053f0 finish PreDelete and CheckPreDeletion. now there is no problem when deleting object 2023-09-20 15:25:43 +08:00
a06f6a58c9 finish CKMesh remain reading and ctor 2023-09-20 14:42:44 +08:00
0a85832d63 update project 2023-09-20 13:13:08 +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
2d190ea30b finish BuildNormals 2023-09-19 15:20:40 +08:00
be6cbc5692 finish mesh reading test (only core mesh data) 2023-09-19 11:59:23 +08:00
f60ee5058a improve mesh checking 2023-09-19 10:53:48 +08:00
0faa51694f add mesh tools 2023-09-19 10:21:53 +08:00
d381369ed6 now can read CKMesh without memory issue 2023-09-18 23:11:33 +08:00
678529a664 write some CKMesh 2023-09-18 21:06:34 +08:00
616a32ce19 split the implement of CKStateChunk because code is too much 2023-09-18 16:51:00 +08:00
81d1e80d14 finish CKStateChunk refactor 2023-09-18 16:37:05 +08:00
50784e719c write some shit for CKStateChunk 2023-09-17 23:48:18 +08:00
17333527ee think Register and notification works okey 2023-09-17 14:41:58 +08:00
c6608dec57 basically finish register. still have bug 2023-09-17 12:39:21 +08:00
230b18c0ba remove all raw char type ref in code 2023-09-17 10:38:46 +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