summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2023-08-09Support for compiling on MacOS 10.14 (#300)Robin Allen
2023-07-20Updated to use clang-format-14 (#297)Nicholas Estelami
2022-12-06Cleanups (#273)louist103
2021-12-14Mac fixes (#217)EllipticEllipsis
2021-12-13Remove `-Werror` enabled by default and remove `-march`/`-mtune` (#210)Anghelo Carvajal
2021-10-16`ExternalFile`: Expose other XML's declarations during extraction (#151)Anghelo Carvajal
2021-10-04Add CXXFLAGS back to linking (#197)EllipticEllipsis
2021-09-28Add automatic clang and ld.lld support (#195)EllipticEllipsis
2021-09-23Add `BaseAddress` check (#191)Anghelo Carvajal
2021-09-20Improve makefiles (#187)EllipticEllipsis
2021-09-13ZRoom cleaning 3 (#140)Anghelo Carvajal
2021-09-12Fix compilation with -Wextra (#164)Random
2021-08-08Moved utility code into its own library (#162)Nicholas Estelami
2021-08-05Exporter Support Added (#127)Nicholas Estelami
2021-07-27Fix unused enum value warning (#159)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-11Add `rgba16` format and deprecate `rgb5a1` (#142)Anghelo Carvajal
2021-06-10Improve Makefile compatability (GCC 5.4, Clang 12) (#138)Zach Banks
2021-06-02Remove debugging symbols in standard builds and add debug mode (#147)Anghelo Carvajal
2021-05-07Change image library to `libpng` and improve how palettized textures are extr...Anghelo Carvajal
2021-05-06Add a `format` rule to Makefile (#134)Anghelo Carvajal
2021-05-03Fix `-export-dynamic` in mac (#131)Anghelo Carvajal
2021-04-28Use OutputFormatter for every C and H file, to improve the generated output (...Anghelo Carvajal
2021-04-24Fix most -Wall warnings (#115)louist103
2021-04-15Rename "Prerender" to "Background", properly extract PolygonType1 multi forma...Anghelo Carvajal
2021-04-13Refactoring and various features added (#108)Nicholas Estelami
2021-04-01Unmangle backtrace (#100)Anghelo Carvajal
2021-03-20Add a clang-format config and reformat all source files (#63)Léo Lam
2021-03-19Merge pull request #96 from ethteck/new-jenkins-agentfig02
2021-03-19Fix `make setup` (#95)Anghelo Carvajal
2021-03-18Merge branch 'master' into new-jenkins-agentEthan Roseman
2021-03-18Depend on system ccache setupEthan Roseman
2021-03-17Remove libgfxd binary (#90)louist103
2021-03-12Use libgfxd (gfxdis) for display lists (#84)fig02
2021-01-26ZAPD prints out git hash (#80)Nicholas Estelami
2021-01-05Move libraries into their own folder (#57)Léo Lam
2021-01-05Don't link stdc++fs on MacOS (#60)Ethan Roseman
2021-01-04Makefile no longer includes ZAP/sqlite (#53)Kenix3
2020-12-30fix makefile (#34)fig02
2020-12-29Update MakefileNicholas Estelami
2020-12-29Update MakefileNicholas Estelami
2020-12-29Removed redundanciesNicholas Estelami
2020-12-29Added in support for FlexSkeletonHeader, removed sqlite, fixed crash that occ...Nicholas Estelami
2020-12-27More cleanupNicholas Estelami
2020-12-27Did some housecleaningNicholas Estelami
2020-12-22Added compiler def for assimp usageNicholas Estelami
2020-12-22Added assimp library. Work on adding in FBX support. Fixed some matching issues.Nicholas Estelami
2020-11-09Commented out copy operation in makefileNicholas Estelami
2020-11-04Fixed several matching issuesNicholas Estelami