1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-13 04:39:36 +00:00
oot/tools
Pierre de La Morinerie 267e20dd4c
tools: teach msgenc to avoid comments (#1151)
Currently the C preprocessor is used to remove comments from the text
files before encoding them.

However the option used (`-fpreprocessed`) is only supported by gcc –
but not by clang, which breaks the macOS build.

By using Python to remove comments, we can remove the use of this
gcc-specific option, and fix the macOS build.
2022-02-20 20:01:06 +01:00
..
asm_processor Update asm-processor and diff.py (#903) 2021-08-15 18:52:10 -04:00
asmsplitter Naming some functions in libultra_code, decompiling a decent amount. (#77) 2020-04-18 21:40:27 -04:00
fado git subrepo pull --force tools/fado (#1138) 2022-02-11 15:09:27 -05:00
ido5.3_compiler
ido7.1_compiler Decompile z_oceff_wipe (#122) 2020-05-09 16:58:02 -04:00
ido_recomp
overlayhelpers
ZAPD Building on Macs (#1086) 2022-01-16 19:43:07 -05:00
ZAPDConfigs/MqDbg
.gitignore New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
assist.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
bootstrap_actors.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
bootstrap_fx.py
bootstrap_overlay_decomp.py First proper commit. 2020-03-17 00:31:30 -04:00
compare_actors_sizes.py
convert_chars.py
create_actor_headers.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
csdis.py
decompile_data.py Effect rodata migration (#268) 2020-07-18 20:34:23 -04:00
disasm_elf_msg.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
disassemble.py
elf2rom.c
elf32.c
elf32.h
find_unused_asm.sh
fix_data_stuff.py
format_s_files.py
get_actor_sizes.py
ichaindis.py
m2ctx.py
Makefile
makeromfs.c First proper commit. 2020-03-17 00:31:30 -04:00
migrate-rodata.py
mkdmadata.c
mkldscript.c Add GCC compiler option. (#1056) 2022-02-19 16:50:56 -05:00
msgdis.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
msgenc.py tools: teach msgenc to avoid comments (#1151) 2022-02-20 20:01:06 +01:00
n64chksum.c First proper commit. 2020-03-17 00:31:30 -04:00
n64chksum.h
namefixer.py
permuter_settings.toml
reformat_data_files.py Properly align asm & data (+ minor fixes) (#165) 2020-05-26 18:09:00 -04:00
regconvert.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
reloc_prereq.c New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
rgba5551.py
set_o32abi_bit.py code_80106550 / llcvt.c and code_80104450 / ortho.c OK (#163) 2020-05-27 03:48:07 -04:00
sfxconvert.py
spec.c
spec.h
specprocess.py
split_out.py
split_out_overlay_funcs.py
util.c
util.h
vt_fmt.py Documentation for fault.c and fault_drawer.c (#1106) 2022-02-02 16:43:34 -05:00
vtxdis.c
xmlcreate.py
yaz0.c
yaz0.h
yaz0tool.c