Files
Torch/.gitignore
MegaMech 24633ebd7c Introduce Metadata and ItemCurve Factories (#27)
* Introduce metadata

* Metadata works now

* Cleanup

* Fixes

* Cleanup 2

* yaml improvement

* Comment update

* Rename tables to metadata

* Update

* Fix warnings

* Implement ItemCurve

* Remove unused enum

* Replace static with const

* Fix bug

* Add const

* More fixes

* Fix quote bug in IncludeFactory

* Fix header in ItemCurve

* Fixes

* Fix texture factory

* updates

* Clearer debug info

* Fixes

* Working ci8 png

* Fix size output

* Fix

* Add gitignore for modding

* Fix precision for mtx

* Remove header exporter from metadata

* Remove hardcoded enum

* Remove tabs

* Remove tabs

* tlut temp fix

---------

Co-authored-by: = <=>
2024-04-06 15:36:03 -06:00

17 lines
149 B
Plaintext

.idea/
build-*/
cmake-build-*/
*.otr
*.log
.DS_Store
debug/
!src/factories/debug/
*.z64
*.n64
*.inc.c
headers/
build/
code/
.vscode/
tools/
modding/*