<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/soh/src, branch 8.0.3</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>[Vanilla Fix] Slow Down Darunia's Dance (#3438)</title>
<updated>2023-11-29T05:38:48+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2023-11-29T05:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=f14c390364d746c858a8ad6ad7d6fd83c85266d6'/>
<id>f14c390364d746c858a8ad6ad7d6fd83c85266d6</id>
<content type='text'>
* Fix Darunia's dancing animation speed (static for now; needs toggle later).

* Moved previous code to toggleable fix in enhancements. Tweaked speed factors, partially successful.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix Darunia's dancing animation speed (static for now; needs toggle later).

* Moved previous code to toggleable fix in enhancements. Tweaked speed factors, partially successful.</pre>
</div>
</content>
</entry>
<entry>
<title>Race Integrity QoL (#3445)</title>
<updated>2023-11-29T04:42:37+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2023-11-29T04:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=fdcd9a750803e0a56f5053f91c49baa9802272ec'/>
<id>fdcd9a750803e0a56f5053f91c49baa9802272ec</id>
<content type='text'>
* Add gDisableChangingSettings

* Add support for dropping a config file to overwrite CVars</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add gDisableChangingSettings

* Add support for dropping a config file to overwrite CVars</pre>
</div>
</content>
</entry>
<entry>
<title>Flag tracker (#3447)</title>
<updated>2023-11-29T02:25:48+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2023-11-29T02:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=c4f34624bad0dc4aa823bda9ba6691eab6e43209'/>
<id>c4f34624bad0dc4aa823bda9ba6691eab6e43209</id>
<content type='text'>
* Hook into flagset hooks for processing check tracking. Has some manual workarounds (some breaks still need to be found).
Remove areaChecks and looping functionality as redundant.

* Additional vanilla handling.

* Fix tracker not showing MQ checks in MQ non-rando.
Fix tracker marking non-MQ variants of dungeon checks (e.g. map chest, etc) when collecting in MQ.

* Set all areas to spoiled if not rando.

* Revert attempt to spoil in randomizer based on MQ dungeon count as I don't know how that works at the moment.

* Restore and update spoiling based on MQ dungeon settings (none, selection, or count of 12).
Fix Anju As Adult check.

* Remove Anchor-specific code :baguette:

* Use `ClearAreaTotals()` in `Teardown()` instead of the duplicate code there.

* Update to `ClearAreaChecksAndTotals()` with `vec.clear()` added.

* Fix type spoiling again. Now spoils on 0 MQ dungeons, not rando, if the option is enabled in check tracker settings, selection, or set number of 12.
Fix vanilla checks being marked collected in MQ dungeons.

* Fix 100 GS check.

* ACTUALLY fix 100 GS: change flag type to `RandomizerInf()` in `item_location.cpp`, add RC to RandoInf for it to the table. Also don't send GI for flag if father, falsely triggers ZR frogs minigame.

* Fix gravedigging tour tracking.

* Fix membership card check tracking.
Change scene and flag values to any existing enums.
Clarifying formatting for the checking loop vOrMQ conditions.

* Fix Gravedigging Tour tracking.
Simplify Always Win Gravedigging Tour and Fix Gravedigging Tour Glitch applications.
Modified all necessary paths to use vanilla GDT PoH collection flag instead of randomizer variant.

* Fix Kak Potion Shop being "seen" when entering as child.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Hook into flagset hooks for processing check tracking. Has some manual workarounds (some breaks still need to be found).
Remove areaChecks and looping functionality as redundant.

* Additional vanilla handling.

* Fix tracker not showing MQ checks in MQ non-rando.
Fix tracker marking non-MQ variants of dungeon checks (e.g. map chest, etc) when collecting in MQ.

* Set all areas to spoiled if not rando.

* Revert attempt to spoil in randomizer based on MQ dungeon count as I don't know how that works at the moment.

* Restore and update spoiling based on MQ dungeon settings (none, selection, or count of 12).
Fix Anju As Adult check.

* Remove Anchor-specific code :baguette:

* Use `ClearAreaTotals()` in `Teardown()` instead of the duplicate code there.

* Update to `ClearAreaChecksAndTotals()` with `vec.clear()` added.

* Fix type spoiling again. Now spoils on 0 MQ dungeons, not rando, if the option is enabled in check tracker settings, selection, or set number of 12.
Fix vanilla checks being marked collected in MQ dungeons.

* Fix 100 GS check.

* ACTUALLY fix 100 GS: change flag type to `RandomizerInf()` in `item_location.cpp`, add RC to RandoInf for it to the table. Also don't send GI for flag if father, falsely triggers ZR frogs minigame.

* Fix gravedigging tour tracking.

* Fix membership card check tracking.
Change scene and flag values to any existing enums.
Clarifying formatting for the checking loop vOrMQ conditions.

* Fix Gravedigging Tour tracking.
Simplify Always Win Gravedigging Tour and Fix Gravedigging Tour Glitch applications.
Modified all necessary paths to use vanilla GDT PoH collection flag instead of randomizer variant.

* Fix Kak Potion Shop being "seen" when entering as child.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bugs dont despawn cheat to work with soil patches (#3457)</title>
<updated>2023-11-29T01:02:45+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-11-29T01:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=33fe8776bb80f40667e5d90933910a7fbad5e2bc'/>
<id>33fe8776bb80f40667e5d90933910a7fbad5e2bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate Arrows Equip Dupe Fix (#3450)</title>
<updated>2023-11-28T21:13:00+00:00</updated>
<author>
<name>inspectredc</name>
<email>78732756+inspectredc@users.noreply.github.com</email>
</author>
<published>2023-11-28T21:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=9d215b6dce62daef70efa9c9a0a1fbb302f36198'/>
<id>9d215b6dce62daef70efa9c9a0a1fbb302f36198</id>
<content type='text'>
* add gseparatearrow check for equip dupe fix

* update gseparatearrows tooltip</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add gseparatearrow check for equip dupe fix

* update gseparatearrows tooltip</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: Missing TextIDs for MQ PAL and change lava size (#3449)</title>
<updated>2023-11-28T19:11:03+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-11-28T19:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=717074ff86e4d5241f8ce8d3c326f74b98516858'/>
<id>717074ff86e4d5241f8ce8d3c326f74b98516858</id>
<content type='text'>
* Fix text offset for MQ pal and add text ID asserts

* correct lava texture size</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix text offset for MQ pal and add text ID asserts

* correct lava texture size</pre>
</div>
</content>
</entry>
<entry>
<title>Disable Fix Vine Fall when Climb Everything is enabled (#3439)</title>
<updated>2023-11-26T16:34:54+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2023-11-26T16:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=3cf9d655a73ab76f7decd2bb4b2b18c1675d21d3'/>
<id>3cf9d655a73ab76f7decd2bb4b2b18c1675d21d3</id>
<content type='text'>
* Disable Fix Vine Fall when Climb Everything is enabled.

* Remove option disabling.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Disable Fix Vine Fall when Climb Everything is enabled.

* Remove option disabling.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix kokiri sword unequipping when using switch age cheat/enhancements (#3415)</title>
<updated>2023-11-24T14:40:42+00:00</updated>
<author>
<name>inspectredc</name>
<email>78732756+inspectredc@users.noreply.github.com</email>
</author>
<published>2023-11-24T14:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=95f27ace2e918a5512f4d2621a8dad3200042e7c'/>
<id>95f27ace2e918a5512f4d2621a8dad3200042e7c</id>
<content type='text'>
* test fix for ks unequip

* remove unnecessary brackets</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test fix for ks unequip

* remove unnecessary brackets</pre>
</div>
</content>
</entry>
<entry>
<title>fix: skybox crash for mask shop (#3427)</title>
<updated>2023-11-24T14:38:45+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-11-24T14:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=f2df029efa9c46d4169dd1b1fc10ad887ddebe65'/>
<id>f2df029efa9c46d4169dd1b1fc10ad887ddebe65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-implement King Dodongo's Lava texture effects (#3434)</title>
<updated>2023-11-23T14:07:30+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-11-23T14:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=f4e4545180c7fb643f8a2012a36c6346c495f510'/>
<id>f4e4545180c7fb643f8a2012a36c6346c495f510</id>
<content type='text'>
* fix alt backgrounds not always loading

* include gfx lookup with the original unload

* Add hook for alt toggle

* handle cpu modified texture for kd lava

* malloc array instead of illegal initialize</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix alt backgrounds not always loading

* include gfx lookup with the original unload

* Add hook for alt toggle

* handle cpu modified texture for kd lava

* malloc array instead of illegal initialize</pre>
</div>
</content>
</entry>
</feed>
