<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/soh/src/overlays/gamestates, branch develop-ackbar</title>
<subtitle>Ship of Harkinian: Ocarina of Time PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/'/>
<entry>
<title>move speed modifier settings to cheats (#6277)</title>
<updated>2026-03-02T18:26:37+00:00</updated>
<author>
<name>Philip Dubé</name>
<email>serprex@users.noreply.github.com</email>
</author>
<published>2026-03-02T18:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=2a335b1cd8506adda9554ba11c31ac3dc0894dff'/>
<id>2a335b1cd8506adda9554ba11c31ac3dc0894dff</id>
<content type='text'>
Combine into one speed modifier. Refactor config migrations. Add v6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Combine into one speed modifier. Refactor config migrations. Add v6</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #6008 (#6229)</title>
<updated>2026-02-15T01:17:53+00:00</updated>
<author>
<name>anthony-barricelli</name>
<email>104381450+anthony-barricelli@users.noreply.github.com</email>
</author>
<published>2026-02-15T01:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=3206425e1b5e752f55829076df496f6aa0865179'/>
<id>3206425e1b5e752f55829076df496f6aa0865179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix boot to debug warp screen not applying time savers (#6151)</title>
<updated>2026-01-18T23:10:33+00:00</updated>
<author>
<name>Philip Dubé</name>
<email>serprex@users.noreply.github.com</email>
</author>
<published>2026-01-18T23:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=be0f8fec9f1c0d98251f6e8a37910142adcc2bd1'/>
<id>be0f8fec9f1c0d98251f6e8a37910142adcc2bd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup various things noticed while fixing rando generation / debug warp (#6152)</title>
<updated>2026-01-17T20:34:24+00:00</updated>
<author>
<name>Philip Dubé</name>
<email>serprex@users.noreply.github.com</email>
</author>
<published>2026-01-17T20:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=f474a86928d9dd32ac2a2931096251b527d4be62'/>
<id>f474a86928d9dd32ac2a2931096251b527d4be62</id>
<content type='text'>
Adjust RAND_GET_OPTION to return option instead of option value</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust RAND_GET_OPTION to return option instead of option value</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrades Custom Messages to Hooks and ShipInit (#5101)</title>
<updated>2026-01-15T20:57:13+00:00</updated>
<author>
<name>Christopher Leggett</name>
<email>chris@leggett.dev</email>
</author>
<published>2026-01-15T20:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=7b3efb1e7b85783edd5d736eff07fbeae76a0d19'/>
<id>7b3efb1e7b85783edd5d736eff07fbeae76a0d19</id>
<content type='text'>
Defines the hook for OnTextLoad. Intercepts message loading with hooks. Adds file to handle the CustomMessage creation for items.

Handles Ice Traps, Triforce Pieces, and Custom Items. Handle maps, compasses, and keys

Converts gossip stone hints to hook. Handle one-off merchant messages. Convert scrubs and shop text and remove now-unused code

Convert Sheik and Ganondorf hint text. Convert skulltula people messages. Convert more static hints

Specifically Dampe, Greg, Warp Songs, Frogs, Loach, Fishing Pole, and Saria

Convert Biggoron Hint. Convert Big Poes hint. Convert Anju hint dialogue. Convert Malon hint. Convert Horseback Archery hints. Convert Mask Shop SIgn hint

Convert Lake Hylia Switch related text. Convert Shooting Gallery bow reminder message

Convert random rupee names. Convert Rando-Relevant Navi Enhancement. Convert Random Goron messages

Convert Injecting Skull token counts. Add in a way to AutoFormat with an item icon.. Fix some errors with skull tokens and apply icon

Convert heart container item counts. Convert Inject Item Count for Heart Pieces. Port Better Bombchu Shopping. Convert Market Sneak

Port Quit Fishing At Door and clean up unused stuff. Reintroduce missing Mysterious warp song hint

Make ShipInitFuncs static

Adds and uses per-item articles for get item messages

Fix Entrance Hints and port toggle from dev-copper</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defines the hook for OnTextLoad. Intercepts message loading with hooks. Adds file to handle the CustomMessage creation for items.

Handles Ice Traps, Triforce Pieces, and Custom Items. Handle maps, compasses, and keys

Converts gossip stone hints to hook. Handle one-off merchant messages. Convert scrubs and shop text and remove now-unused code

Convert Sheik and Ganondorf hint text. Convert skulltula people messages. Convert more static hints

Specifically Dampe, Greg, Warp Songs, Frogs, Loach, Fishing Pole, and Saria

Convert Biggoron Hint. Convert Big Poes hint. Convert Anju hint dialogue. Convert Malon hint. Convert Horseback Archery hints. Convert Mask Shop SIgn hint

Convert Lake Hylia Switch related text. Convert Shooting Gallery bow reminder message

Convert random rupee names. Convert Rando-Relevant Navi Enhancement. Convert Random Goron messages

Convert Injecting Skull token counts. Add in a way to AutoFormat with an item icon.. Fix some errors with skull tokens and apply icon

Convert heart container item counts. Convert Inject Item Count for Heart Pieces. Port Better Bombchu Shopping. Convert Market Sneak

Port Quit Fishing At Door and clean up unused stuff. Reintroduce missing Mysterious warp song hint

Make ShipInitFuncs static

Adds and uses per-item articles for get item messages

Fix Entrance Hints and port toggle from dev-copper</pre>
</div>
</content>
</entry>
<entry>
<title>Decomp import: rename timer-related functions and variables (#5896)</title>
<updated>2026-01-08T18:56:01+00:00</updated>
<author>
<name>Jordan Longstaff</name>
<email>JordanLongstaff@users.noreply.github.com</email>
</author>
<published>2026-01-08T18:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=9ca5ce0b53c7bb58042e39fcac502894291152f4'/>
<id>9ca5ce0b53c7bb58042e39fcac502894291152f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add modal to teach player about presets (#5903)</title>
<updated>2026-01-04T20:28:06+00:00</updated>
<author>
<name>aMannus</name>
<email>mannusmenting@gmail.com</email>
</author>
<published>2026-01-04T20:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=0e7212d93998f4328b587acdf2944bf7fbaa8c4f'/>
<id>0e7212d93998f4328b587acdf2944bf7fbaa8c4f</id>
<content type='text'>
* Add modal to teach player about presets

* Change cvar to CVAR_GENERAL

* Update soh/soh/Enhancements/FileSelectEnhancements.cpp

Co-authored-by: Philip Dubé &lt;serprex@users.noreply.github.com&gt;

---------

Co-authored-by: Philip Dubé &lt;serprex@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add modal to teach player about presets

* Change cvar to CVAR_GENERAL

* Update soh/soh/Enhancements/FileSelectEnhancements.cpp

Co-authored-by: Philip Dubé &lt;serprex@users.noreply.github.com&gt;

---------

Co-authored-by: Philip Dubé &lt;serprex@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>File Select More Info Update (#5998)</title>
<updated>2026-01-02T00:28:33+00:00</updated>
<author>
<name>Pepe20129</name>
<email>72659707+Pepe20129@users.noreply.github.com</email>
</author>
<published>2026-01-02T00:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=9e6c9a478ee12f0dc00804a4d00bd720c3274c64'/>
<id>9e6c9a478ee12f0dc00804a4d00bd720c3274c64</id>
<content type='text'>
massively improves the "File Select More Info" enhancement:
- Moves it to a separate file
- Moves it to VB
- Adds triforce pieces &amp; fishing pole
- General cleanup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
massively improves the "File Select More Info" enhancement:
- Moves it to a separate file
- Moves it to VB
- Adds triforce pieces &amp; fishing pole
- General cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>Better Debug Warp: Remember Link's Age and Day/Night Settings (#5981)</title>
<updated>2025-12-03T15:58:24+00:00</updated>
<author>
<name>nclok1405</name>
<email>155463060+nclok1405@users.noreply.github.com</email>
</author>
<published>2025-12-03T15:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=42282c804e8b30f95f1b83848bf88f2fe584dd61'/>
<id>42282c804e8b30f95f1b83848bf88f2fe584dd61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modularize Hurt Container mode hook (#5874)</title>
<updated>2025-11-24T17:30:34+00:00</updated>
<author>
<name>Jordan Longstaff</name>
<email>JordanLongstaff@users.noreply.github.com</email>
</author>
<published>2025-11-24T17:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=0f41ecb145a688f66ac311db31483a41908ad4d0'/>
<id>0f41ecb145a688f66ac311db31483a41908ad4d0</id>
<content type='text'>
* Modularize Hurt Container mode hook

* Hook condition was wrong - fixed it

* Change type of hurtEnabled for clarity

* Change type back to bool

* Add VB hook

* Don't duplicate health capacity modifier calculation

* Add constants, replace magic numbers

* Clang format

* Publicize more health unit macros

* Make mod file self-contained</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Modularize Hurt Container mode hook

* Hook condition was wrong - fixed it

* Change type of hurtEnabled for clarity

* Change type back to bool

* Add VB hook

* Don't duplicate health capacity modifier calculation

* Add constants, replace magic numbers

* Clang format

* Publicize more health unit macros

* Make mod file self-contained</pre>
</div>
</content>
</entry>
</feed>
