summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-30ZResource::GetSourceOutputCode no longer returns a string (#209)Nicholas Estelami
2021-11-27Updated MSVC libpng package to newer version (#208)Nicholas Estelami
2021-11-27Warning system (#189)EllipticEllipsis
2021-11-24Only use array lengths on static variables (#205)Anghelo Carvajal
2021-10-20Plug some large leaks, deprecate `Segment="128"` (#204)EllipticEllipsis
2021-10-19fix (#203)louist103
2021-10-16Fix static forward declarations for remaining resources (#202)Anghelo Carvajal
2021-10-16ZPlayerAnimationData extraction (#200)Anghelo Carvajal
2021-10-16`ExternalFile`: Expose other XML's declarations during extraction (#151)Anghelo Carvajal
2021-10-11Divide ReadConfigFile into separate functions and move them and the rest of G...EllipticEllipsis
2021-10-11string -> const string& and more (#199)louist103
2021-10-05ZResource cleanup (#178)Anghelo Carvajal
2021-10-04Fix clang errors on Clang 14 (#198)louist103
2021-10-04Add CXXFLAGS back to linking (#197)EllipticEllipsis
2021-10-01Add `--static` flag (#193)Anghelo Carvajal
2021-09-30ZAPD XML specification (#194)EllipticEllipsis
2021-09-30Fix ZNormalAnimation extraction from overlays (#192)Anghelo Carvajal
2021-09-29Remove `DeclarationPadding` and `DeclarationAlignment::None` (#186)Anghelo Carvajal
2021-09-28Add automatic clang and ld.lld support (#195)EllipticEllipsis
2021-09-25Change VTXs `#include`s to be consistent (#185)Anghelo Carvajal
2021-09-23Add `BaseAddress` check (#191)Anghelo Carvajal
2021-09-23Error if RangeStart is after RangeEnd (#190)louist103
2021-09-22Update ZVtx.cpp (#188)Maide
2021-09-21Cleanup libs (#173)louist103
2021-09-20Improve makefiles (#187)EllipticEllipsis
2021-09-16Fix gsSPBranchList intersection warning (#184)Anghelo Carvajal
2021-09-13Texture Animation extraction from objects (#180)EllipticEllipsis
2021-09-13ZRoom cleaning 3 (#140)Anghelo Carvajal
2021-09-12Fix compilation with -Wextra (#164)Random
2021-09-12Fix floats in `CS_NPC_ACTION` (#179)Anghelo Carvajal
2021-09-12Show `rawDataSize` when `GetDListLength` errors (#175)Dragorn421
2021-09-12Run formatter (#170)EllipticEllipsis
2021-09-04Fix reloc generation for GCC builds (#176)Anghelo Carvajal
2021-09-04Fix floats in cutscene data (#174)Anghelo Carvajal
2021-08-23Update subrepo libgfxd (#169)EllipticEllipsis
2021-08-08Adding Parallel Stages in Jenkinsfile (#163)Parker Burnett
2021-08-08Moved utility code into its own library (#162)Nicholas Estelami
2021-08-05Exporter Support Added (#127)Nicholas Estelami
2021-08-04update jenkins file (#161)Anghelo Carvajal
2021-07-27Fix unused enum value warning (#159)Anghelo Carvajal
2021-07-25Add options for warning or erroring on missing "Offset" node (#156)louist103
2021-07-25fix (#157)Anghelo Carvajal
2021-06-23Add some small optimizations. (#154)louist103
2021-06-23Use `CXX` instead of `CC` for the C++ compiler (#145)Anghelo Carvajal
2021-06-23Add support to `LegacyLimb`s and `LegacyAnimation`, making `object_human` ext...Anghelo Carvajal
2021-06-23git subrepo pull --force lib/libgfxd (#155)Anghelo Carvajal
2021-06-11strip extra padding at the end of each file (#150)Anghelo Carvajal
2021-06-11Add `rgba16` format and deprecate `rgb5a1` (#142)Anghelo Carvajal
2021-06-10Add `OutName` attribute to `<File>` node (#146)Anghelo Carvajal
2021-06-10Improve Makefile compatability (GCC 5.4, Clang 12) (#138)Zach Banks