<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/soh/src/code, branch 5.0.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>Don't autosave after obtaining bombchus if bombchu drops are enabled (#2077)</title>
<updated>2022-12-05T01:54:23+00:00</updated>
<author>
<name>Josh Bodner</name>
<email>30329717+jbodner09@users.noreply.github.com</email>
</author>
<published>2022-12-05T01:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=656dcd2021a7e3ac0f4f0f2a353aa54c81cc7878'/>
<id>656dcd2021a7e3ac0f4f0f2a353aa54c81cc7878</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't autosave in the Chamber of Sages (#2076)</title>
<updated>2022-12-05T01:13:29+00:00</updated>
<author>
<name>Josh Bodner</name>
<email>30329717+jbodner09@users.noreply.github.com</email>
</author>
<published>2022-12-05T01:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=39b80137f68e060f8e47ef59e94dabd51f0a825b'/>
<id>39b80137f68e060f8e47ef59e94dabd51f0a825b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix credits timing (#1254)</title>
<updated>2022-11-18T23:42:58+00:00</updated>
<author>
<name>Josh Bodner</name>
<email>30329717+jbodner09@users.noreply.github.com</email>
</author>
<published>2022-11-18T23:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=2c0ec96eff77ff62e17d4fae7ed8fcfdcd5a85e0'/>
<id>2c0ec96eff77ff62e17d4fae7ed8fcfdcd5a85e0</id>
<content type='text'>
* Fix credits timing

* Add documentation

* Fix typo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix credits timing

* Add documentation

* Fix typo</pre>
</div>
</content>
</entry>
<entry>
<title>Implement option to start with a specific number of skulltula tokens (#1967)</title>
<updated>2022-11-16T06:39:53+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2022-11-16T06:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=283854c8541fc624624b8f8e603917a55c53d3a5'/>
<id>283854c8541fc624624b8f8e603917a55c53d3a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update lus (#1965)</title>
<updated>2022-11-15T04:01:06+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2022-11-15T04:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=c9a3dcdb448a3c5e8a91398295a899b3336663d8'/>
<id>c9a3dcdb448a3c5e8a91398295a899b3336663d8</id>
<content type='text'>
* update lus

* rename things to fix build

Co-authored-by: briaguya &lt;briaguya@alice&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update lus

* rename things to fix build

Co-authored-by: briaguya &lt;briaguya@alice&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent autosave when first loading a file (#1792)</title>
<updated>2022-11-15T01:02:07+00:00</updated>
<author>
<name>Josh Bodner</name>
<email>30329717+jbodner09@users.noreply.github.com</email>
</author>
<published>2022-11-15T01:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=e7597bae30230dfc0666cb13893b683f010d4afc'/>
<id>e7597bae30230dfc0666cb13893b683f010d4afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cheat: Switch Age and Reload Link (#1963)</title>
<updated>2022-11-15T00:29:16+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2022-11-15T00:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=8571545bf2514fe4392c639e1dd9b618e3c0eb6c'/>
<id>8571545bf2514fe4392c639e1dd9b618e3c0eb6c</id>
<content type='text'>
* Added button to switch age

* Added logic to switch link's age

Reloads link from last entrance he went through once his age is switched.

* Link now respawns where he last was

* Update game.c

* move setting to GameMenuBar.cpp, fix build issues

Co-authored-by: Jake Edvenson &lt;77412657+JakeEdvenson@users.noreply.github.com&gt;
Co-authored-by: briaguya &lt;briaguya@alice&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added button to switch age

* Added logic to switch link's age

Reloads link from last entrance he went through once his age is switched.

* Link now respawns where he last was

* Update game.c

* move setting to GameMenuBar.cpp, fix build issues

Co-authored-by: Jake Edvenson &lt;77412657+JakeEdvenson@users.noreply.github.com&gt;
Co-authored-by: briaguya &lt;briaguya@alice&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes most known bugs associated with FreeCam (#1960)</title>
<updated>2022-11-14T22:59:17+00:00</updated>
<author>
<name>RaelCappra</name>
<email>rael.cappra@gmail.com</email>
</author>
<published>2022-11-14T22:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=6361a4c77692695011a86115574cce1d4b3f2909'/>
<id>6361a4c77692695011a86115574cce1d4b3f2909</id>
<content type='text'>
* Fixes most known bugs associated with FreeCam

Co-authored-by: MelonSpeedruns &lt;melonspeedruns@outlook.com&gt;

* Address review suggestions

Co-authored-by: MelonSpeedruns &lt;melonspeedruns@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes most known bugs associated with FreeCam

Co-authored-by: MelonSpeedruns &lt;melonspeedruns@outlook.com&gt;

* Address review suggestions

Co-authored-by: MelonSpeedruns &lt;melonspeedruns@outlook.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Entrance Rando (#1760)</title>
<updated>2022-11-14T11:13:21+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2022-11-14T11:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=15a9975200f89e221a2ba55f132e7d1f682add59'/>
<id>15a9975200f89e221a2ba55f132e7d1f682add59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import libultraship as a submodule (#1943)</title>
<updated>2022-11-14T10:22:34+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2022-11-14T10:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=3914781ebfd5cb22717cc207cb3d37d8754d0eb7'/>
<id>3914781ebfd5cb22717cc207cb3d37d8754d0eb7</id>
<content type='text'>
Co-authored-by: briaguya &lt;briaguya&gt;
Co-authored-by: Christopher Leggett &lt;chris@leggett.dev&gt;
Co-authored-by: David Chavez &lt;davi@dcvz.io&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: briaguya &lt;briaguya&gt;
Co-authored-by: Christopher Leggett &lt;chris@leggett.dev&gt;
Co-authored-by: David Chavez &lt;davi@dcvz.io&gt;</pre>
</div>
</content>
</entry>
</feed>
