papermario/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

61 lines
748 B
Plaintext
Raw Normal View History

2020-08-20 18:37:26 +02:00
# Python
__pycache__/
venv/
2020-10-22 06:54:03 +02:00
.lark_cache*
2020-12-02 23:26:08 +01:00
.splat_cache
2020-08-20 18:37:26 +02:00
# Misc
.idea/
.DS_Store
ctx.c
expected/
2020-11-07 02:09:11 +01:00
.vscode/launch.json
.vscode/*.log
2021-02-06 23:26:35 +01:00
/tools/star-rod
/tools/to_rename.txt
/ver/current
Splat refactor (#257) * all non-world rodata migrated * data disasm * kinda working * updated yaml * bloop * linker header * configure 2.0 * bin * mass rename to remove code_ * pause rename * battle partner stuff * whew * more renames * more renames * more renaming * it builds! * updates * remove main prefix * one more thing * crc, yay0 * .data, .rodata, .bss * img * dead_atan2 * it buildsgit add -A * split battle/partner/6FAD10 * rm &s on sleepy_sheep syms * sha1sum ninja rule description * OK but commented out PaperMarioMapFS and PaperMarioNpcSprites * uncomment * fix mapfs * match func_8003CFB4 * . * clean up and name npc_iter_no_op * npc.c * enable cc warnings * name npc_find_near * use singular options.asset_path * smores * cc_dsl only when needed * kinda fix configure for splat refactor2 * ok! * new msg format * remove old msg format docs * slight bug fixes, splat adjustment * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "cfc140bb76" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "cfc140bb76" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "85349befcd" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "85349befcd" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Update symbol addrs * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "a44631e194" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "a44631e194" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Alex Bates <hi@imalex.xyz>
2021-04-13 09:47:52 +02:00
/ver/*/assets
ctx.c.m2c
/data2c
2020-08-20 18:37:26 +02:00
# Build artifacts
2021-01-14 05:05:37 +01:00
build.ninja
.ninja*
2020-10-14 18:48:19 +02:00
*.ld
!src/map_shape.ld
2021-02-08 09:28:28 +01:00
*.elf
2019-03-07 00:33:29 +01:00
*.z64
*.v64
*.n64
*.Yay0
2021-01-15 17:47:06 +01:00
*.msg.h
2021-04-03 22:35:30 +02:00
*.i
*.o
2021-03-27 14:37:36 +01:00
*.zip
baserom.*
build/
Splat refactor (#257) * all non-world rodata migrated * data disasm * kinda working * updated yaml * bloop * linker header * configure 2.0 * bin * mass rename to remove code_ * pause rename * battle partner stuff * whew * more renames * more renames * more renaming * it builds! * updates * remove main prefix * one more thing * crc, yay0 * .data, .rodata, .bss * img * dead_atan2 * it buildsgit add -A * split battle/partner/6FAD10 * rm &s on sleepy_sheep syms * sha1sum ninja rule description * OK but commented out PaperMarioMapFS and PaperMarioNpcSprites * uncomment * fix mapfs * match func_8003CFB4 * . * clean up and name npc_iter_no_op * npc.c * enable cc warnings * name npc_find_near * use singular options.asset_path * smores * cc_dsl only when needed * kinda fix configure for splat refactor2 * ok! * new msg format * remove old msg format docs * slight bug fixes, splat adjustment * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "cfc140bb76" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "cfc140bb76" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "85349befcd" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "85349befcd" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Update symbol addrs * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "a44631e194" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "a44631e194" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Alex Bates <hi@imalex.xyz>
2021-04-13 09:47:52 +02:00
!tools/build
2020-11-07 02:09:11 +01:00
/docs/doxygen/
/include/ld_addrs.h
2020-12-22 16:53:16 +01:00
/include/message_ids.h
2020-11-11 17:33:55 +01:00
/include/sprite/
2020-12-22 16:53:16 +01:00
/include/map
/tools/permuter_settings.toml
2020-10-21 02:59:09 +02:00
# Assets
# ** DO NOT UNIGNORE THESE FILES!! SEE THE FOLLOWING LINK IF YOU'RE MODDING ASSETS:**
# https://github.com/pmret/papermario/wiki/Asset-overrides
/assets/us
/assets/jp
/assets/pal
/assets/ique
*.sbn
2020-12-22 01:09:55 +01:00
# Star Rod
.starrod
/ver/us/dump
*.backup
*.crash
2020-12-22 01:09:55 +01:00
2021-01-15 12:36:53 +01:00
/tools/n64crc