<feed xmlns='http://www.w3.org/2005/Atom'>
<title>2ship2harkinian/mm/src/overlays/kaleido_scope, 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>[Enhancement] Bomb Arrows (#1496)</title>
<updated>2026-05-07T21:15:27+00:00</updated>
<author>
<name>mckinlee</name>
<email>mckinlee@ymail.com</email>
</author>
<published>2026-05-07T21:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=dc051156c5bf96e216c1a062aa53f5a9015e81c1'/>
<id>dc051156c5bf96e216c1a062aa53f5a9015e81c1</id>
<content type='text'>
* shoot and go boom

* add bomb model to arrow tip

* simplify bomb draw and effects

* add bomb arrows to arrow cycling

* use ObjectExtension and simplify arrow cycle handling

* overhaul

* feedback/fixes

* clean up diff

* feedback 2 and a fix

---------

Co-authored-by: Jameriquiah &lt;42100286+Jameriquiah@users.noreply.github.com&gt;
Co-authored-by: Jameriquiah &lt;jordynhardyman12@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* shoot and go boom

* add bomb model to arrow tip

* simplify bomb draw and effects

* add bomb arrows to arrow cycling

* use ObjectExtension and simplify arrow cycle handling

* overhaul

* feedback/fixes

* clean up diff

* feedback 2 and a fix

---------

Co-authored-by: Jameriquiah &lt;42100286+Jameriquiah@users.noreply.github.com&gt;
Co-authored-by: Jameriquiah &lt;jordynhardyman12@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Enhancement] Extra Powder Kegs (#1600)</title>
<updated>2026-03-31T01:55:02+00:00</updated>
<author>
<name>mckinlee</name>
<email>mckinlee@ymail.com</email>
</author>
<published>2026-03-31T01:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=29fdd1db9373c1143057db84c1383d619b47120b'/>
<id>29fdd1db9373c1143057db84c1383d619b47120b</id>
<content type='text'>
* extra powder kegs

* feedback

* feedback 2

* feedback 3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* extra powder kegs

* feedback

* feedback 2

* feedback 3</pre>
</div>
</content>
</entry>
<entry>
<title>Better owl warp menu (#1572)</title>
<updated>2026-03-10T21:36:01+00:00</updated>
<author>
<name>Jordan Longstaff</name>
<email>JordanLongstaff@users.noreply.github.com</email>
</author>
<published>2026-03-10T21:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=2a9dd1da12b5a0e9df2915c8d4bd532db0e2596c'/>
<id>2a9dd1da12b5a0e9df2915c8d4bd532db0e2596c</id>
<content type='text'>
* Better owl warp menu

* Fix Pause Owl Warp

* Run clang-format

* Revert location of SHIP_HANDLE_OWL_CURSOR_INF_LOOP macro

* Remove unneeded extern

* Rename VB flag

* Clearer block size constant

* Add validation to next cursor point

* Format</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Better owl warp menu

* Fix Pause Owl Warp

* Run clang-format

* Revert location of SHIP_HANDLE_OWL_CURSOR_INF_LOOP macro

* Remove unneeded extern

* Rename VB flag

* Clearer block size constant

* Add validation to next cursor point

* Format</pre>
</div>
</content>
</entry>
<entry>
<title>WIP Tweaks to fix compatibility with 0th/4th day glitches (#1462)</title>
<updated>2026-01-24T23:52:29+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-24T23:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=16ef59baeaf9f6955281b54d2f75ecc7c968a6c3'/>
<id>16ef59baeaf9f6955281b54d2f75ecc7c968a6c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unequip Items/Masks from C-Buttons (#1429)</title>
<updated>2026-01-09T18:04:07+00:00</updated>
<author>
<name>OtherBlue</name>
<email>93625085+OtherBlue@users.noreply.github.com</email>
</author>
<published>2026-01-09T18:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=0ebb3c8274cb3285346d153e982dccdb9e5ff342'/>
<id>0ebb3c8274cb3285346d153e982dccdb9e5ff342</id>
<content type='text'>
* v0.1

* works on all items and all buttons

* mask support

* clang format my worst enemy

* update keeping VB's alphabetical

* addressing feedback

improved code flow in general and undid unnecessary edit to dpad equips

* claaang formaaat

* fix GameInteractor_Should calls

* Update GameInteractor_VanillaBehavior.h

* allow unequipping magic arrows from bow item

* cleanup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* v0.1

* works on all items and all buttons

* mask support

* clang format my worst enemy

* update keeping VB's alphabetical

* addressing feedback

improved code flow in general and undid unnecessary edit to dpad equips

* claaang formaaat

* fix GameInteractor_Should calls

* Update GameInteractor_VanillaBehavior.h

* allow unequipping magic arrows from bow item

* cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>Add hook file for Pause Save (#1399)</title>
<updated>2025-12-18T14:21:51+00:00</updated>
<author>
<name>Jordan Longstaff</name>
<email>JordanLongstaff@users.noreply.github.com</email>
</author>
<published>2025-12-18T14:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=bc2b3b6c5ab1ed5e30b7544a6178763c765414ac'/>
<id>bc2b3b6c5ab1ed5e30b7544a6178763c765414ac</id>
<content type='text'>
* Add hook file for Pause Save

* Correct CVar default

* Add missing include</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add hook file for Pause Save

* Correct CVar default

* Add missing include</pre>
</div>
</content>
</entry>
<entry>
<title>Save play time, support timer display options (#1213)</title>
<updated>2025-11-23T14:35:15+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-11-23T14:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=74950f54958d8fcee116b34bfba9e5d76e2d29ef'/>
<id>74950f54958d8fcee116b34bfba9e5d76e2d29ef</id>
<content type='text'>
* Save play time, support timer display options

* Use ShipSaveContext, add OnGameCompletion hook</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Save play time, support timer display options

* Use ShipSaveContext, add OnGameCompletion hook</pre>
</div>
</content>
</entry>
<entry>
<title>Bump LUS and OTRExporter, add null audio backend (#1289)</title>
<updated>2025-10-29T16:56:57+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-10-29T16:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=83921dc012588c520efe0ed8c7ac1406806543c7'/>
<id>83921dc012588c520efe0ed8c7ac1406806543c7</id>
<content type='text'>
* Bump LUS and OTRExporter, add null audio backend

* Missed an include change

* And again

* Thanks macOS

* Another one

* Bump LUS again, fixing SDL audio backend bug

* Sync LUS bump changes to merged PRs

* Bump LUS again

* Update CMakeLists.txt includes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump LUS and OTRExporter, add null audio backend

* Missed an include change

* And again

* Thanks macOS

* Another one

* Bump LUS again, fixing SDL audio backend bug

* Sync LUS bump changes to merged PRs

* Bump LUS again

* Update CMakeLists.txt includes</pre>
</div>
</content>
</entry>
<entry>
<title>Document Player's Face and z_actor FaceChange functions (#1777)</title>
<updated>2025-09-17T01:56:23+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2025-06-04T01:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=8e73f0c39df0c00f1a6639d2f200cfa2babb2a3d'/>
<id>8e73f0c39df0c00f1a6639d2f200cfa2babb2a3d</id>
<content type='text'>
* player face docs

* more docs

* cleanup

* toto

* more comments

* fix bss, names

* better comment

* PR, fix comment

* fix bss

* sEyeTextures comment

* FaceChange_UpdateBlinkingNonHuman

---------

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;
Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* player face docs

* more docs

* cleanup

* toto

* more comments

* fix bss, names

* better comment

* PR, fix comment

* fix bss

* sEyeTextures comment

* FaceChange_UpdateBlinkingNonHuman

---------

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;
Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply MATRIX_FINALIZE_AND_LOAD to port files</title>
<updated>2025-09-17T01:35:45+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-09-17T01:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=f95441e91529ce2e5b8f58df01c4d5c007764e3d'/>
<id>f95441e91529ce2e5b8f58df01c4d5c007764e3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
