<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/soh/src, branch 7.1.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>fix warp override mq mode room loads (#3019)</title>
<updated>2023-06-18T22:23:06+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-06-18T22:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=39349d851241ddae94be04fe8323489542481c57'/>
<id>39349d851241ddae94be04fe8323489542481c57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More mirror mode fixes and additions (#3009)</title>
<updated>2023-06-17T17:08:20+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-06-17T17:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=6fdfcd2a611a0ce79fbe01fcebfcad56423688e1'/>
<id>6fdfcd2a611a0ce79fbe01fcebfcad56423688e1</id>
<content type='text'>
* mirror fishing rod

* mirror ivan fairy controls

* add mirror dungeons only option

* mirror sold out GI texture

* update dungeons mirror mode for more options

* maybe don't include that</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* mirror fishing rod

* mirror ivan fairy controls

* add mirror dungeons only option

* mirror sold out GI texture

* update dungeons mirror mode for more options

* maybe don't include that</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to prevent speed modifier from affecting jump velocity (#2874)</title>
<updated>2023-06-15T03:25:48+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2023-06-15T03:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=f85b04336c048ce0076484e0ce32bd26badf9cb2'/>
<id>f85b04336c048ce0076484e0ce32bd26badf9cb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mirrored world enhancement (#1569)</title>
<updated>2023-06-13T12:46:15+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2023-06-13T12:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=7a41bd3878f5da1be202631e32a1e296bf511cc6'/>
<id>7a41bd3878f5da1be202631e32a1e296bf511cc6</id>
<content type='text'>
* Mirrored world PoC

* invert culling for health meter and A button action

* A few more fixes

* Fix for item equip animations

* Fix for pause triforce

* Mirror scenes with static backgrounds

* mirror minimap for mirror world

* mirror dungeon maps and icons on the pause menu

* mirror overworld map and icons on the pause menu

* mirror debug world movement

* mirror shops cursor and movement

* use flip flag

* Reverse crouch stab x axis for mirror mode

* use invert culling command and clean up culling logic

* Move mirror mode handler to mods and support random modes

* Small cvar tweaks

* mirror billboard score numbers and fix gyro horse mirrored inputs

---------

Co-authored-by: Adam Bird &lt;archez39@me.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Mirrored world PoC

* invert culling for health meter and A button action

* A few more fixes

* Fix for item equip animations

* Fix for pause triforce

* Mirror scenes with static backgrounds

* mirror minimap for mirror world

* mirror dungeon maps and icons on the pause menu

* mirror overworld map and icons on the pause menu

* mirror debug world movement

* mirror shops cursor and movement

* use flip flag

* Reverse crouch stab x axis for mirror mode

* use invert culling command and clean up culling logic

* Move mirror mode handler to mods and support random modes

* Small cvar tweaks

* mirror billboard score numbers and fix gyro horse mirrored inputs

---------

Co-authored-by: Adam Bird &lt;archez39@me.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Disable greying out RTA timer in boss rush (#2973)</title>
<updated>2023-06-12T23:01:54+00:00</updated>
<author>
<name>aMannus</name>
<email>mannusmenting@gmail.com</email>
</author>
<published>2023-06-12T23:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=971aaeac23cc3bd6314629f7f0519156a38466b6'/>
<id>971aaeac23cc3bd6314629f7f0519156a38466b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: Minimap dungeon entrance placement (#2958)</title>
<updated>2023-06-12T21:10:53+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-06-12T21:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=ca9b1614af5b5613f1cd54413d0e180b69d3c796'/>
<id>ca9b1614af5b5613f1cd54413d0e180b69d3c796</id>
<content type='text'>
* use correct minimaps in randomizer

* fix minimap dungeon entrance placement

* rework topLeft0 check to be more readable

* who needs topLeft0 anyways

* move minimap hidden checks up higher</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* use correct minimaps in randomizer

* fix minimap dungeon entrance placement

* rework topLeft0 check to be more readable

* who needs topLeft0 anyways

* move minimap hidden checks up higher</pre>
</div>
</content>
</entry>
<entry>
<title>numbers aren't magic (#2976)</title>
<updated>2023-06-09T21:22:25+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2023-06-09T21:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=d69c07cd751cd3dc25ab55fc08c2ce875ccd6d20'/>
<id>d69c07cd751cd3dc25ab55fc08c2ce875ccd6d20</id>
<content type='text'>
* numbers aren't magic

* chest style matches contents

renamed everything except the cvar itself at this point
(waiting for versioned configs for that)

* tracker as part of names

* finish the tracker rename

---------

Co-authored-by: briaguya &lt;briaguya@alice&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* numbers aren't magic

* chest style matches contents

renamed everything except the cvar itself at this point
(waiting for versioned configs for that)

* tracker as part of names

* finish the tracker rename

---------

Co-authored-by: briaguya &lt;briaguya@alice&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copyright position for PAL 1.1 (#2952)</title>
<updated>2023-06-07T17:02:45+00:00</updated>
<author>
<name>Amaro Martínez</name>
<email>xoas@airmail.cc</email>
</author>
<published>2023-06-07T17:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=e46c60a7a1396374e23f7a1f7122ddf9efcadff7'/>
<id>e46c60a7a1396374e23f7a1f7122ddf9efcadff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>N64 PAL 1.1 Support (#2773)</title>
<updated>2023-06-05T23:11:22+00:00</updated>
<author>
<name>Nicholas Estelami</name>
<email>NEstelami@users.noreply.github.com</email>
</author>
<published>2023-06-05T23:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=7e1ee6e23efc08feb209f285b0e7c3d896399024'/>
<id>7e1ee6e23efc08feb209f285b0e7c3d896399024</id>
<content type='text'>
* Initial PAL 1.1 support

* 1.1 Asset Fixes

* Fixed issue where N64 builds were being flagged as MQ

* Misc fixes

* Updated LUS submodule

* Fixed up logo strings

* Updated readme and linux/mac scripts with new hash</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial PAL 1.1 support

* 1.1 Asset Fixes

* Fixed issue where N64 builds were being flagged as MQ

* Misc fixes

* Updated LUS submodule

* Fixed up logo strings

* Updated readme and linux/mac scripts with new hash</pre>
</div>
</content>
</entry>
<entry>
<title>Improve TTS for file select menus (#2950)</title>
<updated>2023-06-05T21:18:18+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-06-05T21:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=820fdf78cc169d77ebfc9234a96284b2f6bea078'/>
<id>820fdf78cc169d77ebfc9234a96284b2f6bea078</id>
<content type='text'>
* improve TTS for file select menus

* french translation change recommendation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* improve TTS for file select menus

* french translation change recommendation</pre>
</div>
</content>
</entry>
</feed>
