<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/soh, 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>limit entrance discovered saving to end of operation (#3459)</title>
<updated>2023-11-29T05:29:25+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-11-29T05:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=dd5e72a02300539676b80f9fa07114c97734aacb'/>
<id>dd5e72a02300539676b80f9fa07114c97734aacb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change declaration of Morpha tentacle verts to combine them all and avoid overlaps that result in dropped verts</title>
<updated>2023-11-29T05:09:34+00:00</updated>
<author>
<name>rozlette</name>
<email>Rozelette@users.noreply.github.com</email>
</author>
<published>2023-11-28T05:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=d523b104d8105633214ac8c5d0442f397d216075'/>
<id>d523b104d8105633214ac8c5d0442f397d216075</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>sort patch otrs (#3430)</title>
<updated>2023-11-29T00:34:00+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2023-11-29T00:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=621afc99f0dc660b8f5c68044b806fb4def02744'/>
<id>621afc99f0dc660b8f5c68044b806fb4def02744</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>Random Enemy Sizes fixes (#3452)</title>
<updated>2023-11-28T19:30:36+00:00</updated>
<author>
<name>aMannus</name>
<email>mannusmenting@gmail.com</email>
</author>
<published>2023-11-28T19:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=420bdab328f8bb2ee78e6157c1750a57791590fd'/>
<id>420bdab328f8bb2ee78e6157c1750a57791590fd</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 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>
</feed>
