<feed xmlns='http://www.w3.org/2005/Atom'>
<title>2ship2harkinian/mm/2s2h/Rando/Logic/GlitchlessLogic.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>Fix various Ship_Random() usage issues</title>
<updated>2026-07-06T16:48:03+00:00</updated>
<author>
<name>Garrett</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-07-06T13:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=60db45a0f149d85e8d21241786bbe83d63670be3'/>
<id>60db45a0f149d85e8d21241786bbe83d63670be3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Working dungeon item confinement (#1761)</title>
<updated>2026-07-03T15:30:36+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-07-03T15:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=a0c9b12ceab7e2345312789f4d078f409fb9603f'/>
<id>a0c9b12ceab7e2345312789f4d078f409fb9603f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some time logic fixes (#1506)</title>
<updated>2026-01-28T01:32:39+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-28T01:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=9b699dee135f35ea660618765b2b38e7b6891d18'/>
<id>9b699dee135f35ea660618765b2b38e7b6891d18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a glitchless gen issue, tweak logging, and tweak metrics (#1500)</title>
<updated>2026-01-24T19:50:39+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-24T19:50:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=f1dee0072680609f60282bbb235718f1c444cdd5'/>
<id>f1dee0072680609f60282bbb235718f1c444cdd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix glitchless not handling force junk items corretly (#1497)</title>
<updated>2026-01-24T05:58:38+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-24T05:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=1e57e04d44fda7a44629a8e5db5637300016a2e7'/>
<id>1e57e04d44fda7a44629a8e5db5637300016a2e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Emit notification on seed generation failure (#1478)</title>
<updated>2026-01-21T02:37:14+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-21T02:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=77cbefd28023d21f73fcd169f57015a21ad87bac'/>
<id>77cbefd28023d21f73fcd169f57015a21ad87bac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Rando] Clock Shuffle + Logic (#1275)</title>
<updated>2026-01-06T01:52:39+00:00</updated>
<author>
<name>mckinlee</name>
<email>mckinlee@ymail.com</email>
</author>
<published>2026-01-06T01:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=2b139c215f478ef5deca007dfa6f9b6052db3d1d'/>
<id>2b139c215f478ef5deca007dfa6f9b6052db3d1d</id>
<content type='text'>
* Add Clocks as Items feature

* refactor

* some clean up

* forgot to clangify

* use proper randoinf flags and some fixes

* proper skipsotcutscene fix

* Animated Clock Item (Thank you Caladius!)

* Close attempt at animating the clock, not perfect but a good start.

* Git gud Clock

* fix clock item get crash

Co-Authored-By: Caladius &lt;Caladius@users.noreply.github.com&gt;

* some enhancements

* logic refactor, minor changes, and new enhancements

* huge rework

* clang

* fix a oops; any day, not current day

* housekeeping and starting items menu support

* splits up some milkroad regions and fixes a audio bug

* i suck at merging

* feedback update

* scarecrow dance fix

* add clocks to new item tracker

* day 2 bean patches

* add time logic to enemy drops and simplify day 2 bean macro

* rebrand to "Shuffle Time"

* more eblo feedback

* some more feedback

* rename feedback

* pauseSaveEntrance fix

* fix take 2

* Time Shuffle cleanup

Fix pause save Time Shuffle bug
Fix event queue daytelop bug
Finish merge commit header include
Clean up with shouldRegister

Co-authored-by: mckinlee &lt;mckinlee@ymail.com&gt;

---------

Co-authored-by: Caladius &lt;Caladius@users.noreply.github.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>
* Add Clocks as Items feature

* refactor

* some clean up

* forgot to clangify

* use proper randoinf flags and some fixes

* proper skipsotcutscene fix

* Animated Clock Item (Thank you Caladius!)

* Close attempt at animating the clock, not perfect but a good start.

* Git gud Clock

* fix clock item get crash

Co-Authored-By: Caladius &lt;Caladius@users.noreply.github.com&gt;

* some enhancements

* logic refactor, minor changes, and new enhancements

* huge rework

* clang

* fix a oops; any day, not current day

* housekeeping and starting items menu support

* splits up some milkroad regions and fixes a audio bug

* i suck at merging

* feedback update

* scarecrow dance fix

* add clocks to new item tracker

* day 2 bean patches

* add time logic to enemy drops and simplify day 2 bean macro

* rebrand to "Shuffle Time"

* more eblo feedback

* some more feedback

* rename feedback

* pauseSaveEntrance fix

* fix take 2

* Time Shuffle cleanup

Fix pause save Time Shuffle bug
Fix event queue daytelop bug
Finish merge commit header include
Clean up with shouldRegister

Co-authored-by: mckinlee &lt;mckinlee@ymail.com&gt;

---------

Co-authored-by: Caladius &lt;Caladius@users.noreply.github.com&gt;
Co-authored-by: Eblo &lt;7004497+Eblo@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Separate pool generation and pool metrics to UI (#1431)</title>
<updated>2026-01-05T04:05:14+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-05T04:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=4a4d46e356ac7d01188ee2406f0dd1468eb89971'/>
<id>4a4d46e356ac7d01188ee2406f0dd1468eb89971</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove boost dependency (#1298)</title>
<updated>2025-10-26T15:34:29+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-10-26T15:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=fb5064a0607b80b3b7ab28336d80485a71f92e05'/>
<id>fb5064a0607b80b3b7ab28336d80485a71f92e05</id>
<content type='text'>
* Remove boost dependency

* Convert check pools to vectors

* Convert checks and region collections to ordered</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove boost dependency

* Convert check pools to vectors

* Convert checks and region collections to ordered</pre>
</div>
</content>
</entry>
<entry>
<title>[Rando] Excluding Checks from Seed (#1069)</title>
<updated>2025-10-15T16:35:42+00:00</updated>
<author>
<name>Caladius</name>
<email>Caladius@users.noreply.github.com</email>
</author>
<published>2025-10-15T16:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=d53bdbb239016df5abd0edd04bbcc294ce94269f'/>
<id>d53bdbb239016df5abd0edd04bbcc294ce94269f</id>
<content type='text'>
* Operational Check Exclusion List. needs logic help.

* Add Search filter and Clear All

* shemantics

* Fix build errors

* Clear out unsused code.

* Better =/

* This works now, just debug boot to warp seems to be finnicky.

* clang

* Fix Logic Generation and Regeneration.

* Feedback Fixes

* Updates

* Fix Logic Generation and restrict for specific Logic Types.

* Update Glitchless Logic

* Update rest of Logics</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Operational Check Exclusion List. needs logic help.

* Add Search filter and Clear All

* shemantics

* Fix build errors

* Clear out unsused code.

* Better =/

* This works now, just debug boot to warp seems to be finnicky.

* clang

* Fix Logic Generation and Regeneration.

* Feedback Fixes

* Updates

* Fix Logic Generation and restrict for specific Logic Types.

* Update Glitchless Logic

* Update rest of Logics</pre>
</div>
</content>
</entry>
</feed>
