Yanis42
3b83e40cc6
hopefully fixed build issues
2024-04-16 14:45:30 +02:00
Yanis42
e31ba09d72
Merge remote-tracking branch 'decomp/main' into v2
2024-03-05 16:56:42 +01:00
cadmic
bf37ad1368
Move baserom segments to extracted/ ( #1916 )
...
* Move baserom segments to extracted/
* Add old baserom segments dir back to .gitignore
* Rename segments/ -> baserom/
2024-03-04 19:06:26 -05:00
Dragorn421
bdee3d33b4
No longer use asm-processor ( #1824 )
...
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "b3bfa14cf"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "b3bfa14cf"
git-subrepo:
version: "0.4.6"
origin: "https://github.com/ingydotnet/git-subrepo "
commit: "110b9eb"
* use CS_FLOAT
* update csdis
* update committed csdata
* finish updating csdis.py
* add script to reextract committed csdata
* dont use asm-processor, use iconv for reencoding utf8 to eucjp
* remove asm-processor csdata usage remnants
* --cs-float hex
* delete tempfile at end of reencode.sh (may want to rm even if compilation fails though?)
* comment reencode.sh
* comment CMD_F
* do not break permuter guessing compile command, by not reencode.sh-wrapping compilation under PERMUTER (thanks anghelo)
* fix the permuter fix
* pad -> sBssDummyNeg1
* reencode.sh: rm tempfile on script exit (including on error)
* renumber sBssDummy vars in zcolchk from 0
* Revert "--cs-float hex"
This reverts commit 85267dc348741b67ac9c12eb60e1e764793d0bb6.
* Revert BSS changes
* Add linemarker to reencoded files for better error message
* fix audio/general.c bss
* make reencode.sh work on macOS
* touch up csdis, csdis_re
---------
Co-authored-by: cadmic <cadmic24@gmail.com >
2024-03-01 16:12:22 -05:00
Yanis42
7725efe646
Merge remote-tracking branch 'decomp/main' into v2
2024-02-06 23:35:19 +01:00
Dragorn421
9da4e17c8f
Split msgdis from extract_assets ( #1723 )
...
* split msgdis from extract_assets
* move import
2024-02-05 20:40:31 -05:00
Yanis42
7adaf0ff41
hacker-mq -> hackeroot-mq
2024-02-04 12:30:03 +01:00
Yanis42
eef0f9b2f3
fix issues
2024-01-31 17:51:38 +01:00
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
Dragorn421
5086939880
Fixup assets extraction ( #1513 )
2023-05-06 23:31:30 +02:00
Dragorn421
c0f7f4ad26
Fix extract_assets.py --force for text extraction ( #1350 )
2022-08-23 20:30:21 -04:00
Dragorn421
8ad90df27f
Do not require colorama, do not use it ( #1205 )
2022-04-29 15:15:00 -04:00
playerskel
f4a72303cb
Whitespace ( #1112 )
...
* remove trailing whitespaces
* minor docs tweaks
* some more trailing whitespaces
* few more tweaks
2022-01-23 18:09:02 -05:00
EllipticEllipsis
9b67778a00
Building on Macs ( #1086 )
...
* git subrepo pull (merge) tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "945e6ca1a"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "50242eca9"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* Fix extract_assets.py multithreading
* Update binutils doc a bit
* Remove * import, add multiprocessing option
and way to pass arguments to ZAPD
* Update format.sh to be more platform-independent
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "fd5a7f434"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "fd5a7f434"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* Remove ;
* Update formatting script to not just use 11
* Add Python requirements,
move the Mac stuff in the README into its own doc
* Fix readme link
* Minor format thing
* .
* Move ZAPDArgs into its own function
* Update readme and remove requirements.txt
* Dragorn-inspired rewrite of processZAPDArgs
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "a0d3f7b68"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "a0d3f7b68"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* Fix function definition
* Building docs overhaul
* Add Python packages to Mac and Cygwin
* Heading number
* format format.sh (!)
* Replace "currently"
* Remove Debian
* git subrepo pull (merge) --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "0ba781304"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "0ba781304"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
2022-01-16 19:43:07 -05:00
Tharo
a497f33bda
z_message_PAL, message_data_static and surrounding doc ( #996 )
...
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com >
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com >
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain >
Co-authored-by: Roman971 <romanlasnier@hotmail.com >
2021-11-22 20:20:30 -05:00
louist103
781d497264
Extract the assets from most of the overlays ( #985 )
...
* remove fake match
* Fire and Ice arrows
* Light arrows
* Ganon otyuka and end title
* Oceff_Spot
* Add missing Vtx to arrows
* Update assets/xml/overlays/ovl_Arrow_Ice.xml
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com >
* Update assets/xml/overlays/ovl_Arrow_Light.xml
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com >
* Fix fire arrows
* Update assets/xml/overlays/ovl_Arrow_Fire.xml
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* Update ovl_Bg_Ganon_Otyuka.xml
* Update src/overlays/actors/ovl_Bg_Ganon_Otyuka/z_bg_ganon_otyuka.c
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* Change a comment and rename a DList
* rename DList
* Jya cobra
* shd and elf_msg
* elf msg 2
* En Bili
* Remove extern form ice piece
* remove some externs
* en holl
* kanban
* make
* sda
* ssh and some cleanup
* replace undefined sym in en_kusa
* st
* oceff wipe 3
* oceff wipe
* oceff spot
* oceff spot
* oceff wipe 4
* Update VTXDIS
* update VTXDIS again
* fix sun song
* magic dark
* magic wind and oceff wipe 2
* magic fire and oceff storm
* Update src/overlays/actors/ovl_Eff_Dust/z_eff_dust.c
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* Update assets/xml/overlays/ovl_En_Sth.xml.ignore
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* Update assets/xml/overlays/ovl_Elf_Msg.xml
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* Update assets/xml/overlays/ovl_Magic_Wind.xml
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* fix emptyDL, run formatter on en_ssh
* run formatter
* Update format.sh
* update to VTXDIS
* small change
* textureDL -> materialDL, vtxDL -> modelDL
* upper CASE
* setupDL -> materialDL
* GeometryDL->ModelDL and VisualDL->MaterialDL
* revert rcp.c
* revert holl.c
* another revert in rcp.c
* some u32 DL -> Gfx* DL
* the rest of dragorns comments
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "3e9ed72e2"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "3e9ed72e2"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* start updating overlays with static
* en sth OK
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "d0cd6b397"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "d0cd6b397"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* fix names of the overlays
* remove segment 128, add gameplay keep to global config file
* Fix end title and remove hex mode from VTXdis.c
* add code assets
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com >
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
2021-11-08 20:51:45 -05:00
louist103
750c0cab35
Update ZAPD ( #1001 )
...
* remove fake match
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "3e9ed72e2"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "3e9ed72e2"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* new extraction script and a hack to make clear tag work
* fix clear tag again
* remove static from clear tag DLists
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "e7a8a48cf"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "e7a8a48cf"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "e243634e5"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "e243634e5"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "d0cd6b397"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "d0cd6b397"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git "
commit: "2f68596"
* Update ovl_En_Clear_Tag.xml
2021-10-17 13:32:09 +02:00
Anghelo Carvajal
e9f98f44c4
Handle multiprocessing exceptions in extract_assets.py ( #925 )
...
* Handle multiprocessing exceptions in extract_assets.py
* Update extract_assets.py
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* Add TypeError
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
2021-08-29 20:19:52 -04:00
Anghelo Carvajal
5c147e5e03
ZAPD update: Gotta go fast! ( #877 )
...
* copy over the xml
* Rename anims
* A bunch of renames
* minor extract_assets fixes
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "820678b4e"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "820678b4e"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* Change rgb5a1 to rgba16
* eye and eyebrows
* some dlists
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "6be9af65d"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "6be9af65d"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
2021-07-27 22:16:03 -04:00
Anghelo Carvajal
515ebdce9d
ZAPD update: libpng, zroom improvements and others ( #811 )
...
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "769f5702a"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "769f5702a"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* Add `libpng` to readme
* Remove `-ifp` since it doesn't exists anymore in ZAPD
* Remove extra print I added
* Add UNK_09 macro and other minor fixes
* Simplify PNG rules
* simplify gitignore
* Update README.md
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com >
* Update dockerfile
* basic instructions for cygwin and mac
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "86160be69"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "86160be69"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* Change nanoseconds to seconds in extract_assets.py
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com >
2021-05-30 11:09:59 -04:00
Anghelo Carvajal
7822d130f9
Change nanoseconds to seconds in extract_assets.py ( #829 )
2021-05-28 00:03:47 -04:00
Anghelo Carvajal
45012658d3
Track XML extraction time ( #826 )
...
* extracted-assets.json
* delete `.extracted-assets.json` in distclean
* Move `rm .extracted-assets.json` to `assetclean`
2021-05-26 19:40:48 -04:00
Anghelo Carvajal
5062f785fc
Add actorfixer.py ~~and graphovl.py~~; and a few improvements to extract_assets.py ( #783 )
...
* Only process touched files and abort the extraction if one file wasn't extracted properly
Signed-off-by: angie <angheloalf95@gmail.com >
* add actorfixer and graphovl
Signed-off-by: angie <angheloalf95@gmail.com >
* Re set execution permisions to diff.py
Signed-off-by: angie <angheloalf95@gmail.com >
* Add graphs/ to gitignore
Signed-off-by: angie <angheloalf95@gmail.com >
* Add looners flag to graphovl
Signed-off-by: angie <angheloalf95@gmail.com >
* Parse macros
Signed-off-by: angie <angheloalf95@gmail.com >
* cleanup
Signed-off-by: angie <angheloalf95@gmail.com >
* Add enum parser to graphovl
Signed-off-by: angie <angheloalf95@gmail.com >
* Remove redundant code
Signed-off-by: angie <angheloalf95@gmail.com >
* cleanup
Signed-off-by: angie <angheloalf95@gmail.com >
* Custom colors to graphovl!
* Select multiples styles for graphovl
* Add solarized light style
* Add renames of #796
* Add unaccounted warning flag
* remove graphovl
* git subrepo clone https://github.com/AngheloAlf/graphovl.git tools/graphovl
subrepo:
subdir: "tools/graphovl"
merged: "577e71592"
upstream:
origin: "https://github.com/AngheloAlf/graphovl.git "
branch: "master"
commit: "577e71592"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* remove graphovl
* Add `graphovl/` to gitignore
2021-05-22 20:00:10 -04:00
Nicholas Estelami
0432011bd9
Updated to use latest version of ZAPD ( #777 )
...
* Updated config file
* Added missing files
* Temporarily removed asm_processor changes.
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "96ffc1e62"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "96ffc1e62"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "179af7d11"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "179af7d11"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* Cleanup and fixes.
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "50ad2fe78"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "50ad2fe78"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* Makefile fix
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "b9120803e"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git "
branch: "master"
commit: "b9120803e"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
Co-authored-by: Jack Walker <7463599+Jack-Walker@users.noreply.github.com >
2021-04-30 23:23:22 +02:00
Tharo
7ee8c8011c
All* Get Item objects decompiled ( #668 )
...
* All get item objects OK
* Name z_draw functions
* fix skulltula tokens draw ids
* Review suggestions, merge extract_single_asset into extract_assets as an optional argument
Co-authored-by: Thar0 <maximilianc64@gmail.com >
2021-02-12 22:57:06 +01:00