summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-07-07Adjust terminal time default for shuffle timeGarrett
2026-07-07Merge pull request #1779 from HarbourMasters/develop-keiichiGarrett Cox
keiichi -> develop
2026-07-06Fix various Ship_Random() usage issuesGarrett
2026-07-05Fix scene names on check tracker (like winter/poison) (#1775)Garrett Cox
2026-07-05fix saria song playing instead of restricted song message (#1774)balloondude2
2026-07-04Make transformation mask hint use GetLocationNameForHint (#1772)Garrett Cox
2026-07-04Fix some shadow flickeringGarrett
2026-07-03Grayscale enemies that you're missing a soul forGarrett
2026-07-03Fix bean patch cutscene skips (#1766)Eblo
2026-07-03Working dungeon item confinement (#1761)Garrett Cox
2026-07-03New Features: No random drops + No heart/healing drops (#1547)anthony-barricelli
* no random drops * no heart/fairy drops * add item spawns to prevent soft locks * remove redundancies, use collectible vb behavior for hearts * feedback -- move vb check
2026-06-30Add restoration to re-bottle soil patch bugs (#1756)Eblo
2026-06-30[Enhancement] Port fast bottles from SoH (#1755)Eblo
* Add enhancement to skip bottle pickup messages * Add enhancement to speed up bottle animations
2026-06-30[Enhancement] Easy Mask Equip (#1744)mckinlee
* mask on, button off * feedback
2026-06-30Add Boss Health Multiplier option and fix Z-Targeting health bar overflow ↵Marvin Coto
(#1735) * Add bosses health multiplier * Fix scale max health dynamically to prevent health bar overflow * Format code using clang-format * Update mm/2s2h/BenGui/BenMenu.cpp Co-authored-by: Eblo <7004497+Eblo@users.noreply.github.com> * Apply suggestion from @Eblo Co-authored-by: Eblo <7004497+Eblo@users.noreply.github.com> * Apply suggestion from @Eblo Co-authored-by: Eblo <7004497+Eblo@users.noreply.github.com> * Apply suggestion from @Eblo Co-authored-by: Eblo <7004497+Eblo@users.noreply.github.com> * Optimizing boss tracking with COND_ID_HOOK and more options for the combo box. * fix unnecessary decimals * Apply feedback to zero-index options and optimize the memory lifecycle --------- Co-authored-by: Eblo <7004497+Eblo@users.noreply.github.com>
2026-06-30Merge pull request #1757 from Eblo/cherry-pick-endianness-fixesEblo
Cherry pick endianness fixes
2026-06-25Fix endianness.h includesEblo
2026-06-25wiiu: Endianness fixesGaryOderNichts
2026-06-25wiiu: Fix audioGaryOderNichts
2026-06-25Fix mod menu child scope (#1753)Eblo
2026-06-25Fix Curiosity Shop Refills Flag (#1752)mckinlee
* switch with persistent flag * screw you clang
2026-06-25feat: add CoreAudio audio backend option (#1746)banteg
* feat: add CoreAudio audio backend option * fix: avoid enumerating audio backends in menu
2026-06-25Update HyruleWarriorsStyledLink.cpp (#1743)OtherBlue
2026-06-22[Rando] Adjust Heart Pieces in pool per starting health (#1731)Eblo
* Adjust Heart Pieces in pool per starting health * Fix comment
2026-06-22Fierce Deity can use transformation masks (#1734)Jordan Longstaff
* Fierce Deity can use transformation masks * Format * Allow FD Link to use masks in water
2026-06-22Add enhancement to remove explosives limit (#1733)Eblo
2026-06-22Use Notification::Emit for saves and file drops (#1732)Eblo
2026-06-11Fix json comment typos (#1729)Eblo
2026-06-11add audio dependencies to build instructions (#1719)stellarkookies
specifically, libopus, libopusfile, libvorbis, and libogg
2026-06-11Allow zora for clock tower roof checks (#1727)grande1900
2026-06-11Fix GC US assets conflicting with N64 US HD assets (#1726)GhostlyDark
* GC US: Fix copyright text * GC US: Fix File Select text
2026-06-07[Enhancement] Port multiple warp points from SoH (#1723)Eblo
* Port multiple warp points from SoH * Populate placeholder name if blank
2026-05-31Lazy load sort DL Viewer unfiltered results (#1718)Eblo
2026-05-31Disable interpolation on falling rocks (#1712)Eblo
* Disable interpolation on falling rocks * clang format
2026-05-31[Enhancement] Port mod menu from SoH (#1711)Eblo
* Port mod menu from SoH * Fix erroneous menu CVar
2026-05-25[Enhancement] Port Extraction Flow, ImGui scaling, file perm check from SoH ↵Eblo
(#1709) * Port Extraction Flow, ImGui scaling, file perms * Remove obsolete F1 menu message
2026-05-23fix the fix (#1707)mckinlee
2026-05-23fix (#1706)mckinlee
2026-05-21Skip Misc Interactions: Couple's Mask cutscene (#1659)Jordan Longstaff
* Skip Couple's Mask cutscene * A bit of rearrangement * Fix VB documentation * A couple more adjustments * Rename VB flag * Add non-rando condition * Use existing VB for GI give item event * Open dialogue message before giving Couple's Mask * Shift Kafei over a bit to avoid clipping * Adjust condition to avoid triggering too soon if Link arrives after 4:30 * Reformat * Update VB comment * Simplify rando check Co-authored-by: Eblo <7004497+Eblo@users.noreply.github.com> * Move notebook event-queuing text ID to constexpr --------- Co-authored-by: Eblo <7004497+Eblo@users.noreply.github.com>
2026-05-21Revert RI_TRAP to RITYPE_LESSER (#1704)Eblo
2026-05-21Port Config Updaters (#1703)mckinlee
* port * header clean up
2026-05-21[RANDO] Add Transformation Mask HintsCaladius
2026-05-21Merge pull request #1697 from mckinlee/bomb-arrow-cycle-consumption-fixmckinlee
[Fix] Don't Consume Bombs During Arrow Cycle
2026-05-21Merge pull request #1696 from mckinlee/songitemssoftlockmckinlee
[Fix] Song Items Softlock
2026-05-21Merge pull request #1692 from JordanLongstaff/end-of-cycle-save-scarecrow-songJordan Longstaff
[Enhancement] SoT does not reset Scarecrow's Song
2026-05-21Merge pull request #1681 from mckinlee/extendedACmckinlee
[Enhancement] Extended Projectile Interaction Distance
2026-05-21Merge pull request #1628 from Eblo/nnl-cowsEblo
[Rando] Blacklist Epona's Song from cow checks in NNL
2026-05-21[Enhancement] Color Pictograph (#1484)balloondude2
* mostly works * mvp * don't think I need the align * clean up * now we have png * whoops * remove unused code Co-authored-by: Garrett Cox <garrettjcox@gmail.com> * Remove unneeded code Co-authored-by: Garrett Cox <garrettjcox@gmail.com> * move buffer off of save context * load png when the camera is used * clean up * clang format * Pass in pointer * Changed to pointer(FIX FOR LINUX) (#8) --------- Co-authored-by: Garrett Cox <garrettjcox@gmail.com> Co-authored-by: sitton76 <58642183+sitton76@users.noreply.github.com>
2026-05-19Merge pull request #1702 from HarbourMasters/develop-keiichiEblo
develop-keiichi->develop
2026-05-19Disable SFX replacement (#1679)Eblo
* Disable SFX replacement * Comment out dead code instead