1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00
oot/tools
Anghelo Carvajal 3d9db8d34d
Setup rom decompression and compression (#1614)
* decompress baserom

* cleanup

* specific hash check

* rename baserom

* git subrepo clone (merge) --branch=5da3132606e4fd427a8d72b8428e4f921cd6e56f git@github.com:z64tools/z64compress.git tools/z64compress

subrepo:
  subdir:   "tools/z64compress"
  merged:   "5da313260"
upstream:
  origin:   "git@github.com:z64tools/z64compress.git"
  branch:   "5da3132606e4fd427a8d72b8428e4f921cd6e56f"
  commit:   "5da313260"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "2f68596"

* setup compression

* Add all compressed segments to the spec

* Update md5 files

* readme instructions

* cleanup

* Setup python dependencies on Jenkinsfile

* Update Makefile

Co-authored-by: cadmic <cadmic24@gmail.com>

* review

* . .venv/bin/activate

* update readme

* whoops

* Yeet other versions from decompress_baserom.py

* my bad

* Move everything to baseroms/VERSION/

* Active venv on each command

* jenkinsfile: use multiline syntax

* Put the correct path on the jenkinsfile

* Forgot to call per_version_fixes

* CC0

* Update readme

* Change where baserom segments are put into

* Update Makefile

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* Update crunch64

* Label compressed instead of uncompressed

* Update README.md

Co-authored-by: fig02 <fig02srl@gmail.com>

* Fix

* `make rom`

* baserom-uncompressed

* Update README.md

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* Update README.md

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* Update README.md

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* Update README.md

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* Update README.md

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* review

* baserom-decompressed.z64

* ignore baseroms

* rm -rf tools/z64compress

* wip crunch64-based compress.py

* OK compress

* use ipl3checksum sum directly for cic update on compressed rom

* multithreading

* "docs"

* fix MT: move set_sigint_ignored to global level for pickling

* license compress.py

* rm junk

* Fix (or at least sort out) compress_ranges.txt dependencies

* Update tools/overlayhelpers/damage_table.py

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

---------

Co-authored-by: cadmic <cadmic24@gmail.com>
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Co-authored-by: fig02 <fig02srl@gmail.com>
2024-01-24 13:00:10 -05:00
..
asm_processor Enable more IDO warnings and apply fixes (#1264) 2022-06-12 19:24:45 -04:00
fado git subrepo pull (merge) tools/fado (#1501) 2023-02-26 14:04:00 -05:00
ido5.3_compiler Migrated rodata 2020-03-17 16:33:41 -04:00
ido7.1_compiler Decompile z_oceff_wipe (#122) 2020-05-09 16:58:02 -04:00
ido_recomp Recomp v0.6 (#1507) 2023-07-03 09:12:17 -04:00
overlayhelpers Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
ZAPD ZAPD Update (#1605) 2024-01-07 17:52:45 -05:00
ZAPDConfigs/MqDbg ZAPD Update (#1605) 2024-01-07 17:52:45 -05:00
.gitignore New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
assist.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
compare_actors_sizes.py Improve the get_actor_sizes.py script (#673) 2021-02-02 13:30:34 -05:00
compress.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
convert_chars.py Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
csdis.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
decompile_data.py Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
decompress_baserom.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
disasm_elf_msg.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
dmadata_range.sh Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
elf2rom.c Whitespace (#1112) 2022-01-23 18:09:02 -05:00
elf32.c Whitespace (#1112) 2022-01-23 18:09:02 -05:00
elf32.h New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
ichaindis.py Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
m2ctx.py Fix asset file includes to always start with assets/ (#1260) 2022-06-06 15:37:25 -04:00
Makefile New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
makeromfs.c First proper commit. 2020-03-17 00:31:30 -04:00
mkdmadata.c Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
mkldscript.c Add missing DWARF 5 debug sections and .pdr to linker script (#1530) 2023-08-29 11:25:12 -04:00
msgdis.py Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -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 New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
namefixer.py z_actor documentation pass (#1445) 2022-12-12 21:23:14 -05:00
permuter_settings.toml Add decompme.compilers to permuter_settings.toml (#931) 2021-08-29 19:42:14 -04:00
regconvert.py GameInfo -> RegEditor (#1354) 2022-10-15 01:40:00 -04:00
reloc_prereq.c New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
rgba5551.py Change Colors To Decimal (#260) 2020-07-16 21:37:53 -04:00
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 Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
spec.c Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
spec.h Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
split_out.py First proper commit. 2020-03-17 00:31:30 -04:00
util.c New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
util.h New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
vt_fmt.py Removed unused imports and other minor improvements (#1602) 2024-01-11 11:04:53 -05:00
vtxdis.c Whitespace (#1112) 2022-01-23 18:09:02 -05:00
yaz0.c First proper commit. 2020-03-17 00:31:30 -04:00
yaz0.h First proper commit. 2020-03-17 00:31:30 -04:00
yaz0tool.c First proper commit. 2020-03-17 00:31:30 -04:00