summaryrefslogtreecommitdiff
path: root/lib/libgfxd/README.md
AgeCommit message (Collapse)Author
2022-04-06Revert "Update README.md (#239)" (#247)Nicholas Estelami
This reverts commit 81454630ba1fd4245669b29048a72e07ed9a7771.
2022-04-06Update README.md (#239)MegaMech
2021-04-28Use OutputFormatter for every C and H file, to improve the generated output ↵Anghelo Carvajal
(#122) * Small changes in collision * Use outputformatter to write C files * Outputformatter for .h files * Use more fs::path * Use gfxd_udata_set and gfxd_udata_get instead of an instance * Fix merge issues and warnings * run format
2021-04-24Fix most -Wall warnings (#115)louist103
* started on basic type errors * Done. For now * remove libgfxd binary * Most warnings fixed * Fix conflicts and new warnings * Makefile * Sig * Clang format * destructor * Add a bunch of destructors * clear the scalars vector after freeing the elements * PR fixes (Anghelo Alf) * Fix most clang -Wall warnings
2021-03-17Remove libgfxd binary (#90)louist103
* started on basic type errors * Done. For now * remove libgfxd binary * New libgfxd with MSVC support