<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright, branch 8.0.1</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>Version bump to MacReady Bravo (#3398)</title>
<updated>2023-11-15T02:14:47+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2023-11-15T02:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=2dfbbc63e3358f4fec9c518f6cba978aa93d71db'/>
<id>2dfbbc63e3358f4fec9c518f6cba978aa93d71db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gFixEyesOpenWhileSleeping (#3365)</title>
<updated>2023-11-15T01:47:07+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2023-11-15T01:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=044d32a46f1ed5bd7287b78d5c52233b27c0d262'/>
<id>044d32a46f1ed5bd7287b78d5c52233b27c0d262</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Feature/fix] Save to temp file first (#3376)</title>
<updated>2023-11-15T01:46:50+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2023-11-15T01:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=afe032ea215215273a38b810d5c7be0705aaa460'/>
<id>afe032ea215215273a38b810d5c7be0705aaa460</id>
<content type='text'>
* Add temp file flow to `SaveManager::SaveFileThreaded`.
Add "Save finish" info log message.

* Fix WiiU/Switch</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add temp file flow to `SaveManager::SaveFileThreaded`.
Add "Save finish" info log message.

* Fix WiiU/Switch</pre>
</div>
</content>
</entry>
<entry>
<title>Fix magic being zeroed out when using fast file select (#3389)</title>
<updated>2023-11-14T22:08:45+00:00</updated>
<author>
<name>Josh Bodner</name>
<email>30329717+jbodner09@users.noreply.github.com</email>
</author>
<published>2023-11-14T22:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=fb45b66903b2c7449a4673a331c2117a94ce02cb'/>
<id>fb45b66903b2c7449a4673a331c2117a94ce02cb</id>
<content type='text'>
* Move to frame counter init to a place that fast file select also touches

* Undo removing old fix

* Reset on gameover</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move to frame counter init to a place that fast file select also touches

* Undo removing old fix

* Reset on gameover</pre>
</div>
</content>
</entry>
<entry>
<title>SaveManager cleanup (#3386)</title>
<updated>2023-11-14T21:46:38+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2023-11-14T21:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=ba987c49e2e4bfaaccdcff740709489bf59b34d5'/>
<id>ba987c49e2e4bfaaccdcff740709489bf59b34d5</id>
<content type='text'>
* Move threadpool initialization and `OnExitGame` registration from `SaveManager::Init` to SM's constructor.
Comment on `Init` to mention it's not an initializer for `SaveManager`.
Added check for `SaveManager::SaveSection` to prevent firing a save worker if the game is already exited from a reset.

* Removed `IsSaveLoaded` check in favor of another `ThreadPoolWait()` at the start of `SaveManager::Init()`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move threadpool initialization and `OnExitGame` registration from `SaveManager::Init` to SM's constructor.
Comment on `Init` to mention it's not an initializer for `SaveManager`.
Added check for `SaveManager::SaveSection` to prevent firing a save worker if the game is already exited from a reset.

* Removed `IsSaveLoaded` check in favor of another `ThreadPoolWait()` at the start of `SaveManager::Init()`.</pre>
</div>
</content>
</entry>
<entry>
<title>Use substr method to determine file extension (#3390)</title>
<updated>2023-11-14T21:37:54+00:00</updated>
<author>
<name>AltoXorg</name>
<email>56553686+Alto1772@users.noreply.github.com</email>
</author>
<published>2023-11-14T21:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=bd0672767af6b3f5e229b300b814e1d896731470'/>
<id>bd0672767af6b3f5e229b300b814e1d896731470</id>
<content type='text'>
See https://github.com/HarbourMasters/OTRExporter/pull/12</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/HarbourMasters/OTRExporter/pull/12</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: Prevent patching custom models (#3367)</title>
<updated>2023-11-14T21:37:03+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-11-14T21:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=e66eb8756d572c49101eba4c016848e93967bfdb'/>
<id>e66eb8756d572c49101eba4c016848e93967bfdb</id>
<content type='text'>
* fix prevent patching custom models

* prevent patching chests textures for custom chest models

* add tooltip for cosmetic editor about custom models

* chest texture handling for alt toggles</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix prevent patching custom models

* prevent patching chests textures for custom chest models

* add tooltip for cosmetic editor about custom models

* chest texture handling for alt toggles</pre>
</div>
</content>
</entry>
<entry>
<title>Stop hardcoding skeleton type to flex (#3397)</title>
<updated>2023-11-14T21:36:05+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2023-11-14T21:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=bf31f2b330b53a212437cdcda9d6e0e147cc8c63'/>
<id>bf31f2b330b53a212437cdcda9d6e0e147cc8c63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Feature] Remove `performDelayedSave` functionality from Autosave (#3387)</title>
<updated>2023-11-14T21:35:19+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@live.com</email>
</author>
<published>2023-11-14T21:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=4e9040d761dfcda2b0788364f76cef2ae8fe70ba'/>
<id>4e9040d761dfcda2b0788364f76cef2ae8fe70ba</id>
<content type='text'>
* Removes delayed save functionality, making autosave work everywhere except Ganon and Chamber of Sages scenes.

* Change AutoSave comment to remove the scenarios we no longer block autosave in.

* handle temp B on saving outside of kaleido

---------

Co-authored-by: Adam Bird &lt;archez39@me.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Removes delayed save functionality, making autosave work everywhere except Ganon and Chamber of Sages scenes.

* Change AutoSave comment to remove the scenarios we no longer block autosave in.

* handle temp B on saving outside of kaleido

---------

Co-authored-by: Adam Bird &lt;archez39@me.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Feature Fix] Tunics stolen by like likes now removed from the item buttons (#3375)</title>
<updated>2023-11-14T05:12:08+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2023-11-14T05:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=304016ddd2ac45e5101e03faa66f0a88f431d213'/>
<id>304016ddd2ac45e5101e03faa66f0a88f431d213</id>
<content type='text'>
* Extends `Assignable Boots and Tunics` functionality to check for and remove Goron and Zora tunics from item buttons when like likes steal them.

* Comment documentation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Extends `Assignable Boots and Tunics` functionality to check for and remove Goron and Zora tunics from item buttons when like likes steal them.

* Comment documentation.</pre>
</div>
</content>
</entry>
</feed>
