mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
f5a6d26ca8
* fx table work * fx data * blah * render_effects_UI * split out effects.c * initial testing of full gcc compiler * don't touch undefined syms/funcs auto * git subrepo pull --force tools/splat subrepo: subdir: "tools/splat" merged: "25b848a230" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "25b848a230" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * 4 npc funcs * nine sef commands * test * test2 * run undefined_syms through cpp, remove bss and dead syms files * nuContQueryRead * update compiler * configure fixes * Update compiler binaries with latest build * permuter_settings * xgcc -> gcc * change permissions * . * fix permuter stuff * gcc is the bane of my existence * non-dumb mac cpp * build .cpp files with g++ * ccache * hide stdout/stderr from ccache check * fix #374 * tar something and other * ok!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! * lol * fix linux install * 👍 * 👍👍 * Make cousin J happy * always 👍 * git subrepo pull (merge) tools/splat subrepo: subdir: "tools/splat" merged: "09a5715405" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "09a5715405" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: alex <16batesa@gmail.com>
57 lines
599 B
Plaintext
57 lines
599 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
.lark_cache*
|
|
.splat_cache
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
.vscode/launch.json
|
|
/tools/star-rod
|
|
/tools/to_rename.txt
|
|
/ver/current
|
|
/ver/*/assets
|
|
|
|
# Build artifacts
|
|
build.ninja
|
|
.ninja*
|
|
*.ld
|
|
*.elf
|
|
*.z64
|
|
*.Yay0
|
|
*.msg.h
|
|
*.bin
|
|
*.i
|
|
*.o
|
|
*.zip
|
|
baserom.*
|
|
build/
|
|
!tools/build
|
|
/docs/doxygen/
|
|
/include/ld_addrs.h
|
|
/include/message_ids.h
|
|
/include/sprite/
|
|
/include/map
|
|
/tools/permuter_settings.toml
|
|
/tools/build/first_ok
|
|
|
|
# Assets
|
|
/assets/*
|
|
|
|
# Star Rod
|
|
/sprite/SpriteTable.xml
|
|
/mod.cfg
|
|
/tools/star-rod
|
|
/editor
|
|
/logs
|
|
/out
|
|
dump
|
|
*.backup
|
|
crash.xml
|
|
|
|
/tools/Yay0compress
|
|
/tools/n64crc
|