Yanis
96c49a28ba
rom name fixes ( #174 )
2025-07-02 15:23:45 +02:00
Yanis
4608e7f97d
HackerOoT clean-up ( #154 )
...
* makefile changes
* minor 'if's cleanup
* changed version to ntsc-1.2 and removed hackeroot-mq
* fixed some build issues
* format files
* fix boot issues
* remove mod_assets system
* add f3dex2 offsets for ntsc 1.0, 1.1 and 1.2
* update F3DEX3
* format
* make adjustements
* post-merge fixes
* remove settings.json from tracking
* temp delete c_cpp_properties.json
* hopefully fix .vscode oddities
* fixed sym_info
* fix build issues
* fixed profiler issues
Co-authored by: Thar0 <17233964+Thar0@users.noreply.github.com >
* format + don't format example scene sources
* proper f3dex3 patches folders
---------
Co-authored-by: Yanis42 <35189056+Yanis42@users.noreply.github.com >
2025-07-02 14:36:16 +02:00
Yanis002
4e3ed2743a
Merge remote-tracking branch 'decomp/main' into decomp_merge
2024-11-29 20:36:21 +01:00
fig02
17edb82c0d
Decouple Debug Features From gc-eu-mq-dbg ( #2296 )
...
* rename OOT_DEBUG to DEBUG_FEATURES
* makefile changes
* add DEBUG_ASSETS
* fix DEBUG_FEATURES usages
* format
* fix errors
* review
* fix problem and review2
* review
* add DEBUG_FEATURES to DEBUG_ASSETS check
* review
* whoops
* format
2024-11-17 17:02:07 -05:00
Yanis42
d55a756a59
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-09-16 14:57:30 +02:00
cadmic
09c1816e2d
Add OOT_PAL_N64 and move other shorthands to versions.h ( #2188 )
...
* Move definitions of OOT_NTSC/OOT_PAL/OOT_MQ to versions.h
* Add PAL_N64 shorthand
2024-09-12 05:24:31 -04:00
Yanis42
30fa2a60c3
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-08-28 13:09:20 +02:00
cadmic
3795574878
Add all N64 version defines ( #2095 )
...
* Add all N64 ROMs to versions.h
* Remove OOT_ prefix from version defines
* Make it pretty
2024-08-26 11:43:59 -04:00
Yanis42
05401196ca
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-08-14 15:55:05 +02:00
Dragorn421
dd48d34270
Update c_cpp_properties.json for VSCode ( #2033 )
2024-08-11 19:34:05 -04:00
Yanis42
1d65c71197
Merge remote-tracking branch 'decomp/main' into decomp_merge_4
2024-08-01 17:36:32 +02:00
Dragorn421
9963e7f5d5
Update vs code config and provide c_cpp_properties.json with all supported versions ( #2010 )
...
* Update oot-gc-eu-mq-dbg example vscode config and provide c_cpp_properties.json with all supported versions
* remove N64 prefix from config names
* newline at end of file
2024-07-31 23:19:46 -04:00
Yanis42
e31ba09d72
Merge remote-tracking branch 'decomp/main' into v2
2024-03-05 16:56:42 +01:00
Dragorn421
a6f646dc65
Introduce extracted/VERSION, with text extracted there ( #1730 )
...
* Introduce assets/_extracted/VERSION, with text extracted there
* move to `extracted/text/`
* Update gitignore s
* rework args for msgenc.py
* put mkdir with others, until theyre all moved at once
* move 0xFFFC back to being extracted, making it use specific macro `DEFINE_MESSAGE_NES` to handle its special behavior
* prettier gitignore
* Move messages 0xFFFC, 0xFFFD to committed message_data.h
2024-03-01 22:09:57 -05:00
Yanis42
7adaf0ff41
hacker-mq -> hackeroot-mq
2024-02-04 12:30:03 +01:00
Yanis42
e590e518f2
fixed compression issues
2024-02-04 12:16:55 +01:00
Yanis42
c678d3d6b2
add gdb launch json to docs
2024-01-31 23:57:04 +01:00
Dragorn421
2beff8cbf4
Fixup vscode settings ( #1669 )
...
* Fixup VSCode settings
add missing include
explicitly define OOT_DEBUG to 1
* Change configuration name
* change config name
2024-01-30 19:20:45 -05: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
f02d012ce7
add OOT_DEBUG define to vscode.md ( #1607 )
2024-01-09 15:22:51 -05:00
cadmic
25ff0a27de
Create separate build directories based on version ( #1591 )
...
* Create separate build directories based on version
* Fix find_unused_asm.sh
* Remove find_unused_asm.sh from Jenkinsfile
* Revert diff.py
* Clarify that gc-eu-mq is not "supported" yet
* Revert xmlcreate.py (to be deleted)
* Remove gc-eu-mq for now
* Add version flags to diff_settings.py and sym_info.py
* --version -> --oot-version
* Fix --oot-version
* Revert adding version flags to tools
* Delete find_unused_asm.sh
* Revert changes to first_diff.py output in tutorial
* Factor out sed usages for spec
2024-01-05 23:27:19 +01:00
playerskel
9f0b7bb8a3
another round of trailing whitespaces ( #1495 )
2023-02-26 17:26:07 +01:00
Dragorn421
0832b5af68
Fix misc 14 ( #1279 )
...
* Remove fake temp in `BossDodongo_DrawEffects`
* `OS_WRITE` for `__osSpRawStartDma` `direction`
* remove outdated comment
* fixup osRecvMesg
* make sShopkeeperStores static
* `PHYSICAL_TO_VIRTUAL(gSegments[0])` -> `SEGMENTED_TO_VIRTUAL(NULL)` (mimics `CollisionHeader_SegmentedToVirtual`)
* Run formatter
* Remove assets from include path in suggested vscode properties
* Fix `osCreateMesgQueue` getting `OS_MESG_BLOCK` as `count` instead of `1`
2022-06-13 17:38:20 +02:00
Stephen Meier
46b826fcd4
Updating vscode.md ( #1095 )
...
* Update vscode.md
Updating vscode makedown to match what is found in the mm repository
* Update docs/tutorial/vscode.md
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* Update docs/tutorial/vscode.md
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* Update docs/tutorial/vscode.md
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
* Moving vscode.md to the root of the docs folder
* Update docs/vscode.md
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com >
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com >
Co-authored-by: Stephen Meier <stephen.meier@ibm.com >
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com >
2022-01-18 00:35:25 +01:00