<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/soh, branch 3.0.0</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>Merge branch 'develop' of https://github.com/HarbourMasters/Shipwright into develop</title>
<updated>2022-07-14T05:35:52+00:00</updated>
<author>
<name>Kenix3</name>
<email>kenixwhisperwind@gmail.com</email>
</author>
<published>2022-07-14T05:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=16f52c03b96bf2ed4132c510c235a882098c3ae1'/>
<id>16f52c03b96bf2ed4132c510c235a882098c3ae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix migration cvar deletion path (#765)</title>
<updated>2022-07-14T05:19:40+00:00</updated>
<author>
<name>David Chavez</name>
<email>david@dcvz.io</email>
</author>
<published>2022-07-14T05:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=1ed58c4a99cbeecebdb213e3d30223495038a1ef'/>
<id>1ed58c4a99cbeecebdb213e3d30223495038a1ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes macOS randomizer functionality with App Directory (#761)</title>
<updated>2022-07-14T04:56:29+00:00</updated>
<author>
<name>agamache</name>
<email>aaroncgamache@gmail.com</email>
</author>
<published>2022-07-14T04:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=06338d864f15f6c923f0ed9ee2b8259a8b8b5a2d'/>
<id>06338d864f15f6c923f0ed9ee2b8259a8b8b5a2d</id>
<content type='text'>
* Fixes macOS randomizer functionality with App Directory

* Fix windows build

* Update soh/soh/Enhancements/randomizer/3drando/rando_main.cpp

* Update soh/soh/Enhancements/randomizer/3drando/spoiler_log.cpp

* Revert band-aid fix

Co-authored-by: Kenix3 &lt;kenixwhisperwind@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes macOS randomizer functionality with App Directory

* Fix windows build

* Update soh/soh/Enhancements/randomizer/3drando/rando_main.cpp

* Update soh/soh/Enhancements/randomizer/3drando/spoiler_log.cpp

* Revert band-aid fix

Co-authored-by: Kenix3 &lt;kenixwhisperwind@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Enough! My ship sails in the morning.</title>
<updated>2022-07-14T03:41:22+00:00</updated>
<author>
<name>Kenix3</name>
<email>kenixwhisperwind@gmail.com</email>
</author>
<published>2022-07-14T03:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=31511af130fefb9b63357c0b6204ec2be0aa727c'/>
<id>31511af130fefb9b63357c0b6204ec2be0aa727c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Controller Configuration UI and JSON Config (#760)</title>
<updated>2022-07-14T03:12:11+00:00</updated>
<author>
<name>KiritoDev</name>
<email>36680385+KiritoDv@users.noreply.github.com</email>
</author>
<published>2022-07-14T03:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=219804cbe4e9d494f0152f40155115bb308002d4'/>
<id>219804cbe4e9d494f0152f40155115bb308002d4</id>
<content type='text'>
* Initial controller hud ui

* Reverted fbdemo changes

* Moved config to json and implemented controller config

* fix build on linux, gitignore new config file

* fix build

* Fix compilation and file directory paths

* Call save on cvar save

* Fixed cvar loading and added deck slots to the config

* Changed control deck port 0 to use a physical device by default

* Added gyro and rumble &amp; fixed loading errors

* Save config on toggle menubar

* fix linux build

* Fixed drift calculation

* Controller config now saves when pressing F1

* Removed ExitGame hook from ImGuiImpl

* Moved mappings to a map

* Added GetKeyName

* untranslate scancodes

* Fixed hud layout on keyboard device

* Fixed keyboard read on hud

* Fixed crash when reloading controllers

* Removed ConfigFile and changed file extension

* Changed Dummy to Disconnected and fixed filters

* Removed function leftover

* Changed ControllerHud to InputEditor

Co-authored-by: briaguya &lt;briaguya@alice&gt;
Co-authored-by: David Chavez &lt;david@dcvz.io&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial controller hud ui

* Reverted fbdemo changes

* Moved config to json and implemented controller config

* fix build on linux, gitignore new config file

* fix build

* Fix compilation and file directory paths

* Call save on cvar save

* Fixed cvar loading and added deck slots to the config

* Changed control deck port 0 to use a physical device by default

* Added gyro and rumble &amp; fixed loading errors

* Save config on toggle menubar

* fix linux build

* Fixed drift calculation

* Controller config now saves when pressing F1

* Removed ExitGame hook from ImGuiImpl

* Moved mappings to a map

* Added GetKeyName

* untranslate scancodes

* Fixed hud layout on keyboard device

* Fixed keyboard read on hud

* Fixed crash when reloading controllers

* Removed ConfigFile and changed file extension

* Changed Dummy to Disconnected and fixed filters

* Removed function leftover

* Changed ControllerHud to InputEditor

Co-authored-by: briaguya &lt;briaguya@alice&gt;
Co-authored-by: David Chavez &lt;david@dcvz.io&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>don't spawn blocking mido after we've already shown him the sword/shield (#675)</title>
<updated>2022-07-14T02:04:48+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2022-07-14T02:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=cb6876792e99f8420ca0626ac55a9b57c638bc13'/>
<id>cb6876792e99f8420ca0626ac55a9b57c638bc13</id>
<content type='text'>
Co-authored-by: briaguya &lt;briaguya@alice&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: briaguya &lt;briaguya@alice&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Skip warp song cutscenes in rando (#664)</title>
<updated>2022-07-14T02:04:19+00:00</updated>
<author>
<name>aMannus</name>
<email>mannusmenting@gmail.com</email>
</author>
<published>2022-07-14T02:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=f7db8868d04a1e3cd0a2c3343a9def5a95f8c481'/>
<id>f7db8868d04a1e3cd0a2c3343a9def5a95f8c481</id>
<content type='text'>
Does it by skipping to the last part of the cutscene data. Tested on all songs, both adult and child.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Does it by skipping to the last part of the cutscene data. Tested on all songs, both adult and child.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed soundfont issues</title>
<updated>2022-07-14T01:36:19+00:00</updated>
<author>
<name>Nicholas Estelami</name>
<email>NEstelami@users.noreply.github.com</email>
</author>
<published>2022-07-14T01:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=379649beadeeec32f73e4e203887e57d66977658'/>
<id>379649beadeeec32f73e4e203887e57d66977658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Keese labels</title>
<updated>2022-07-13T23:39:44+00:00</updated>
<author>
<name>ChristopherJTrent</name>
<email>ChristopherJTrent@outlook.com</email>
</author>
<published>2022-07-13T06:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=248f49b3bfa39c80f157fdc2c15500f3e5384007'/>
<id>248f49b3bfa39c80f157fdc2c15500f3e5384007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.xiF slebaL</title>
<updated>2022-07-13T23:39:25+00:00</updated>
<author>
<name>Baoulettes</name>
<email>perlouzerie@hotmail.fr</email>
</author>
<published>2022-07-13T14:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=2b72b10356ecc041381c8761244bc72abaea6d86'/>
<id>2b72b10356ecc041381c8761244bc72abaea6d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
