<feed xmlns='http://www.w3.org/2005/Atom'>
<title>2ship2harkinian/mm/2s2h/Rando/MiscBehavior/OnCycleSave.cpp, branch develop</title>
<subtitle>2Ship2Harkinian: Majora’s Mask PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/'/>
<entry>
<title>[Rando] Reset cycle collectible flags on cycle save (#1254)</title>
<updated>2025-09-10T16:35:39+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-08-31T02:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=bc51edc5babec57caf0533980544bb6fa27abf16'/>
<id>bc51edc5babec57caf0533980544bb6fa27abf16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge develop-rena -&gt; develop (#1258)" (#1269)</title>
<updated>2025-09-10T16:32:40+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-09-10T16:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=df18c6deffd68663a11c84d437da419e6433d679'/>
<id>df18c6deffd68663a11c84d437da419e6433d679</id>
<content type='text'>
This reverts commit 47771de011abced823d9b699fffc8832fedff1b7.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 47771de011abced823d9b699fffc8832fedff1b7.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge develop-rena -&gt; develop (#1258)</title>
<updated>2025-09-03T12:38:51+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-09-03T12:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=47771de011abced823d9b699fffc8832fedff1b7'/>
<id>47771de011abced823d9b699fffc8832fedff1b7</id>
<content type='text'>
* add health check preventing hop counter reset on death (#1214)

* Fix rando refills for Chateau Romani (#1216)

* Allow access to smithy checks without a sword (#1208)

* Fix float slider labels (#1210)

* Do not allow gameover audio to be changed (#1225)

* Fix slider labels where position is None (#1227)

* Fix BSoDT bugs with audio and early day change (#1228)

* Properly configure INCLUDE_MPQ_SUPPORT (#1243)

* Check previousBankValue in custom bank thresholds (#1232)

* Restore vertices after geometry seams patch (#1237)

* Fix softlock with Magic Hag's Blue Potion (#1252)

* Revert "Fix cracking/buzzing with streamed audio (#1153)" (#1233)

This reverts commit 120c657607dc3c7b5d8e063d457744733bb5b668.

* [Rando] Reset cycle collectible flags on cycle save (#1254)

* bump to Rena Bravo (#1257)

---------

Co-authored-by: mckinlee &lt;mckinlee@ymail.com&gt;
Co-authored-by: balloondude2 &lt;55861555+balloondude2@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add health check preventing hop counter reset on death (#1214)

* Fix rando refills for Chateau Romani (#1216)

* Allow access to smithy checks without a sword (#1208)

* Fix float slider labels (#1210)

* Do not allow gameover audio to be changed (#1225)

* Fix slider labels where position is None (#1227)

* Fix BSoDT bugs with audio and early day change (#1228)

* Properly configure INCLUDE_MPQ_SUPPORT (#1243)

* Check previousBankValue in custom bank thresholds (#1232)

* Restore vertices after geometry seams patch (#1237)

* Fix softlock with Magic Hag's Blue Potion (#1252)

* Revert "Fix cracking/buzzing with streamed audio (#1153)" (#1233)

This reverts commit 120c657607dc3c7b5d8e063d457744733bb5b668.

* [Rando] Reset cycle collectible flags on cycle save (#1254)

* bump to Rena Bravo (#1257)

---------

Co-authored-by: mckinlee &lt;mckinlee@ymail.com&gt;
Co-authored-by: balloondude2 &lt;55861555+balloondude2@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Rando] Add Frog Shuffle (#1115)</title>
<updated>2025-08-20T18:59:11+00:00</updated>
<author>
<name>balloondude2</name>
<email>55861555+balloondude2@users.noreply.github.com</email>
</author>
<published>2025-08-20T18:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=33a34f5ca38094f423608528a545f1fee55a8348'/>
<id>33a34f5ca38094f423608528a545f1fee55a8348</id>
<content type='text'>
* Draw a frog

* wip

* builds and doesn't crash

* add to regions and fix flag stuff

* notes

* add menu option

* progress

* mostly works

* format

* fix postLimbCrash

* fix logic

* formatting

* cleanup

* move to DrawFuncs

* rearrange includes to satisfy clang format

* Make frogs give check when wearing Don Gero's Mask (#5)

* add second text variation

* fix init issue

---------

Co-authored-by: Caladius &lt;clatini88@gmail.com&gt;
Co-authored-by: Eblo &lt;7004497+Eblo@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Draw a frog

* wip

* builds and doesn't crash

* add to regions and fix flag stuff

* notes

* add menu option

* progress

* mostly works

* format

* fix postLimbCrash

* fix logic

* formatting

* cleanup

* move to DrawFuncs

* rearrange includes to satisfy clang format

* Make frogs give check when wearing Don Gero's Mask (#5)

* add second text variation

* fix init issue

---------

Co-authored-by: Caladius &lt;clatini88@gmail.com&gt;
Co-authored-by: Eblo &lt;7004497+Eblo@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup includes (#1072)</title>
<updated>2025-04-06T21:17:50+00:00</updated>
<author>
<name>louist103</name>
<email>35883445+louist103@users.noreply.github.com</email>
</author>
<published>2025-04-06T21:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=3d0feab897b065106f5d38ffbc55f075f990e784'/>
<id>3d0feab897b065106f5d38ffbc55f075f990e784</id>
<content type='text'>
* Cleanup

* Format

* Fixes

* Update macports-deps.txt

* Fix mac

* Update macports-deps.txt

Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;

* Move includes around

---------

Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleanup

* Format

* Fixes

* Update macports-deps.txt

* Fix mac

* Update macports-deps.txt

Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;

* Move includes around

---------

Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Rando] Implement Treasure Chest Game Checks (#1065)</title>
<updated>2025-03-31T15:24:14+00:00</updated>
<author>
<name>balloondude2</name>
<email>55861555+balloondude2@users.noreply.github.com</email>
</author>
<published>2025-03-31T15:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=0de405af1e1e11a176e2a4881a6f2a1f0e586a03'/>
<id>0de405af1e1e11a176e2a4881a6f2a1f0e586a03</id>
<content type='text'>
* implement treasure chest game checks

* clean up

* format

* forgot to remove these</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* implement treasure chest game checks

* clean up

* format

* forgot to remove these</pre>
</div>
</content>
</entry>
<entry>
<title>prevent getting free sword on cycle resets (#220)</title>
<updated>2025-02-10T15:13:14+00:00</updated>
<author>
<name>balloondude2</name>
<email>55861555+balloondude2@users.noreply.github.com</email>
</author>
<published>2025-02-10T15:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=84b553ac42062bfc949fdad674339c3b9e6c7bbc'/>
<id>84b553ac42062bfc949fdad674339c3b9e6c7bbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Grant mask salesman checks when beginning seed, and prep for starting items</title>
<updated>2025-01-21T03:33:58+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2025-01-21T03:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=f08e820aa79184d2c1aeaeaaa64b003e6bd3f32a'/>
<id>f08e820aa79184d2c1aeaeaaa64b003e6bd3f32a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cycleObtained flag for checks and use it for mundane checks</title>
<updated>2025-01-19T17:58:53+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2025-01-19T17:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=c16aa7d27065e07ab056d46c4940d20e6a2b6194'/>
<id>c16aa7d27065e07ab056d46c4940d20e6a2b6194</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Banker ItemGives (#167)</title>
<updated>2025-01-19T15:33:42+00:00</updated>
<author>
<name>Caladius</name>
<email>Caladius@users.noreply.github.com</email>
</author>
<published>2025-01-19T15:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=1de6351f3d14b47f5b6565bf4f14a00691736fa1'/>
<id>1de6351f3d14b47f5b6565bf4f14a00691736fa1</id>
<content type='text'>
* Dont reset banker RC's after cycle reset

* clanginator 9000</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Dont reset banker RC's after cycle reset

* clanginator 9000</pre>
</div>
</content>
</entry>
</feed>
