<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright, branch 6.1.2</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>bump version (#2665)</title>
<updated>2023-04-02T19:41:01+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2023-04-02T19:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=5f708251a63b160cb52c9e69cc2b141ba7f99427'/>
<id>5f708251a63b160cb52c9e69cc2b141ba7f99427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove rando allowing grave pulling during day (#2660)</title>
<updated>2023-04-02T18:18:21+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-02T18:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=62bd4b0ba79f455a9c28f94f3a39448a6cef5f74'/>
<id>62bd4b0ba79f455a9c28f94f3a39448a6cef5f74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash when fishing rod is cast and scene is reloaded (#2657)</title>
<updated>2023-04-01T18:06:53+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-01T18:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=f5bcc6dccfb52499da641f8b00e792b259e01bc0'/>
<id>f5bcc6dccfb52499da641f8b00e792b259e01bc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Missing Custom Sequences (#2649)</title>
<updated>2023-04-01T03:35:29+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2023-04-01T03:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=f7703e14e85d7646248320168dc0f4aa3c6c43de'/>
<id>f7703e14e85d7646248320168dc0f4aa3c6c43de</id>
<content type='text'>
* Modifies custom sequence loading to bypass other sounds being loaded in AudioCollection to fix missing custom sequences on load.

* Modified `audio_load`'s sequenceMap allocation to utilize `AudioCollection`'s sequenceMap size to account for all audio assets already loaded into that sequenceMap. This gives a non-arbitrary number in addition to the vanilla sequence count to allocate with for `audio_load`'s sequenceMap.

Added `HasSequenceNum` to `AudioCollection` as well to streamline the check against `AudioCollection`'s sequenceMap to skip the non-sequence assets in there.

Added clarification comment for seqNum and MAX_AUTHENTIC_SEQID section.

* Clarified comment about AudioCollection seqNum and MAX_AUTHENTIC_SEQID.

* A bit more on comment from the last commit.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Modifies custom sequence loading to bypass other sounds being loaded in AudioCollection to fix missing custom sequences on load.

* Modified `audio_load`'s sequenceMap allocation to utilize `AudioCollection`'s sequenceMap size to account for all audio assets already loaded into that sequenceMap. This gives a non-arbitrary number in addition to the vanilla sequence count to allocate with for `audio_load`'s sequenceMap.

Added `HasSequenceNum` to `AudioCollection` as well to streamline the check against `AudioCollection`'s sequenceMap to skip the non-sequence assets in there.

Added clarification comment for seqNum and MAX_AUTHENTIC_SEQID section.

* Clarified comment about AudioCollection seqNum and MAX_AUTHENTIC_SEQID.

* A bit more on comment from the last commit.</pre>
</div>
</content>
</entry>
<entry>
<title>fix mido blocking pathway when link has kokiri emerald (#2653)</title>
<updated>2023-04-01T03:13:24+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-01T03:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=0c43fe7e48a972b4762b92ef0c55cf5cfc9c73b2'/>
<id>0c43fe7e48a972b4762b92ef0c55cf5cfc9c73b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak: CTMC/CSMC for treasure mini game reward and set loser green rupee as junk (#2652)</title>
<updated>2023-04-01T02:22:45+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-01T02:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=545bc21fbe5be095a757fb9178d9e2172c34c264'/>
<id>545bc21fbe5be095a757fb9178d9e2172c34c264</id>
<content type='text'>
* set green rupee to junk category for ctmc

* allow treasure chest game reward to use CSTMC and cleanup logic</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* set green rupee to junk category for ctmc

* allow treasure chest game reward to use CSTMC and cleanup logic</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: Actually display correct GS token count in message for vanilla and rando (#2651)</title>
<updated>2023-04-01T02:05:14+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-01T02:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=21a3bd9f5c6c948d70b22a2cd51ebed7439c8c9f'/>
<id>21a3bd9f5c6c948d70b22a2cd51ebed7439c8c9f</id>
<content type='text'>
* Revert "fix skulltula token count message on vanilla (#2597)"

This reverts commit 2117d98178af72e6abdcd2aec66a26d5d8711411.

* fix vanilla vs rando gs token count to be correct</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "fix skulltula token count message on vanilla (#2597)"

This reverts commit 2117d98178af72e6abdcd2aec66a26d5d8711411.

* fix vanilla vs rando gs token count to be correct</pre>
</div>
</content>
</entry>
<entry>
<title>fix theater mask checks not always granting items (#2650)</title>
<updated>2023-04-01T01:29:35+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-01T01:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=f682102c96ca7944662aff301cc3558fa4d8f080'/>
<id>f682102c96ca7944662aff301cc3558fa4d8f080</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Randomzier: Fix starting rupee item collection (#2645)</title>
<updated>2023-03-23T00:59:08+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@live.com</email>
</author>
<published>2023-03-23T00:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=e76b990c8a37d4877ebd4aef9ab8093450e9a0c1'/>
<id>e76b990c8a37d4877ebd4aef9ab8093450e9a0c1</id>
<content type='text'>
* When rupees are given as starting items, they still modify `gSaveContext.rupeeAccumulator`, which means that if you make a new file, start it, and reload without saving, or exit SoH before starting the new file, those rupees were lost. This adds a check for `gPlayState` being NULL, and if it is, adds those initial rupees to the rupee count directly.

* Update soh/src/code/z_parameter.c

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

---------

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* When rupees are given as starting items, they still modify `gSaveContext.rupeeAccumulator`, which means that if you make a new file, start it, and reload without saving, or exit SoH before starting the new file, those rupees were lost. This adds a check for `gPlayState` being NULL, and if it is, adds those initial rupees to the rupee count directly.

* Update soh/src/code/z_parameter.c

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

---------

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Balanced Shopsanity Bugfix (#2640)</title>
<updated>2023-03-16T02:46:30+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@live.com</email>
</author>
<published>2023-03-16T02:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=533ee9379addc019a1c622c6a03c6271508f81e5'/>
<id>533ee9379addc019a1c622c6a03c6271508f81e5</id>
<content type='text'>
* Fixes settings bug with Balanced shopsanity prices from Shopsanity Affordable Update.

* Wrong location

* Updated fixed comment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes settings bug with Balanced shopsanity prices from Shopsanity Affordable Update.

* Wrong location

* Updated fixed comment</pre>
</div>
</content>
</entry>
</feed>
