2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-07 09:12:37 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Jan ab7d8f5670 fix: various wrong alignment values (#823)
* fix: alignment mistakes on various games

* chore: reduce overhead of zcg definition with members fields

* fix: make sure Material alloc alignment is 4
2026-06-07 01:14:37 +00:00
Clang Format c858695f0c Adjust further code formatting 2023-11-19 21:07:28 +00:00
Clang Format 6b4f5d94a8 Reformat code with clang format 2023-11-19 21:07:21 +00:00
Jan 7ff87c2b73 fix setting custom align 2021-02-20 03:40:35 +01:00
Jan 60a689f58c forward declare every struct and union to be able to self-reference 2021-02-20 03:30:00 +01:00
Jan 7c51c26255 Calculate size and alignment in post processor 2021-02-19 16:23:16 +01:00
Jan f0753c7e3c handle variable defines in child block close 2021-02-18 22:21:58 +01:00
Jan fb55cdb468 parse struct and union sequences 2021-02-18 21:55:13 +01:00
Jan 5d5fc86923 create enum definitions from headers 2021-02-18 17:15:46 +01:00
Jan 3c1599c1a0 Set closing block variable names 2021-02-18 15:59:22 +01:00
Jan e685348abd Add blocks to header parsing state that manipulate which sequences are valid 2021-02-14 10:27:47 +01:00
Jan e40f1ec0b7 Add blocks and built in types to zcg cpp 2021-02-14 00:53:23 +01:00