<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/libultraship, branch develop-copper</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>Logging bump (#5938)</title>
<updated>2025-11-10T01:27:19+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2025-11-10T01:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=6b830703434489669a4d05b01fae1160872ec628'/>
<id>6b830703434489669a4d05b01fae1160872ec628</id>
<content type='text'>
* Bump LUS, call `InitLogging` with both values at `trace`.
Set up proper conditional default log level in Dev Tools.

* Update LUS ref.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump LUS, call `InitLogging` with both values at `trace`.
Set up proper conditional default log level in Dev Tools.

* Update LUS ref.</pre>
</div>
</content>
</entry>
<entry>
<title>Implement logger changes (#5914)</title>
<updated>2025-11-04T01:54:01+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2025-11-04T01:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=cf275b1a6c25a79a96a28cf5d73421d80ee4d15a'/>
<id>cf275b1a6c25a79a96a28cf5d73421d80ee4d15a</id>
<content type='text'>
* Implement logger changes, and make default log level dynamic based on debug/release.

* Bump LUS.

* typo

Co-authored-by: Eblo &lt;7004497+Eblo@users.noreply.github.com&gt;

---------

Co-authored-by: Eblo &lt;7004497+Eblo@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implement logger changes, and make default log level dynamic based on debug/release.

* Bump LUS.

* typo

Co-authored-by: Eblo &lt;7004497+Eblo@users.noreply.github.com&gt;

---------

Co-authored-by: Eblo &lt;7004497+Eblo@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update to latest LUS commit with clip adjustments. (#5865)</title>
<updated>2025-10-22T01:27:24+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2025-10-22T01:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=56a05c392ef615166f47c96fbdb254e570d3f58d'/>
<id>56a05c392ef615166f47c96fbdb254e570d3f58d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LUS ref bump for cursor visibility tweaks. (#5848)</title>
<updated>2025-10-16T15:43:38+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2025-10-16T15:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=6ef8be58d75c9b3a837b5e3691adbd7f93969e02'/>
<id>6ef8be58d75c9b3a837b5e3691adbd7f93969e02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pull in LUS audio API selection fix. (#5840)</title>
<updated>2025-10-13T15:47:46+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2025-10-13T15:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=94b07aaa737f73cc388ed7ab524bdc91706efc93'/>
<id>94b07aaa737f73cc388ed7ab524bdc91706efc93</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 includes for new LUS file structure (#5820)</title>
<updated>2025-10-09T23:50:51+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya0@users.noreply.github.com</email>
</author>
<published>2025-10-09T23:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=57c368aa2c7ecb2c7d85f1f52ea7c0ea7d5c2d69'/>
<id>57c368aa2c7ecb2c7d85f1f52ea7c0ea7d5c2d69</id>
<content type='text'>
* Bump LUS to include FileDropMgr's new registration system and initial cursor visibility changes.

* New LUS ref.

* Remove default on for cursor always visible.
Add option to camera controls next to enable mouse input for autocapture.
Set autocapture on startup.

* next LUS

* clang again

* Add "EnableMouse" CVar check to startup SetAutoCaptureMouse.

* Back to LUS main.

* lus version with fixes we need

* very wip

* get it building

* soh otr

* bump lus before fixing soh side stuff

* build

* still builds

* mac error

* bump otrexporter

* bump to lus main

* upstream otrexporter

---------

Co-authored-by: Malkierian &lt;malkierian@gmail.com&gt;
Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump LUS to include FileDropMgr's new registration system and initial cursor visibility changes.

* New LUS ref.

* Remove default on for cursor always visible.
Add option to camera controls next to enable mouse input for autocapture.
Set autocapture on startup.

* next LUS

* clang again

* Add "EnableMouse" CVar check to startup SetAutoCaptureMouse.

* Back to LUS main.

* lus version with fixes we need

* very wip

* get it building

* soh otr

* bump lus before fixing soh side stuff

* build

* still builds

* mac error

* bump otrexporter

* bump to lus main

* upstream otrexporter

---------

Co-authored-by: Malkierian &lt;malkierian@gmail.com&gt;
Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>null audio engine (#5834)</title>
<updated>2025-10-09T00:26:03+00:00</updated>
<author>
<name>Philip Dubé</name>
<email>serprex@users.noreply.github.com</email>
</author>
<published>2025-10-09T00:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=82e2fbb43f00d0464c596288572d82274e5cec97'/>
<id>82e2fbb43f00d0464c596288572d82274e5cec97</id>
<content type='text'>
depends on https://github.com/Kenix3/libultraship/pull/909</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
depends on https://github.com/Kenix3/libultraship/pull/909</pre>
</div>
</content>
</entry>
<entry>
<title>Pulls in the Mac Prism fix. (#5832)</title>
<updated>2025-10-07T00:03:38+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2025-10-07T00:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=04780de5ecb1e146ec99c72260f6f230ee6311df'/>
<id>04780de5ecb1e146ec99c72260f6f230ee6311df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LUS Bump, Mouse Capture/Cursor Visibility Improvements (#5797)</title>
<updated>2025-10-01T02:00:05+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2025-10-01T02:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=004ad3aea3ff940b314d2c49e19998269fe7b2b1'/>
<id>004ad3aea3ff940b314d2c49e19998269fe7b2b1</id>
<content type='text'>
* Bump LUS to include FileDropMgr's new registration system and initial cursor visibility changes.

* New LUS ref.

* Remove default on for cursor always visible.
Add option to camera controls next to enable mouse input for autocapture.
Set autocapture on startup.

* next LUS

* clang again

* Add "EnableMouse" CVar check to startup SetAutoCaptureMouse.

* Back to LUS main.

* Final LUS ref bump.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump LUS to include FileDropMgr's new registration system and initial cursor visibility changes.

* New LUS ref.

* Remove default on for cursor always visible.
Add option to camera controls next to enable mouse input for autocapture.
Set autocapture on startup.

* next LUS

* clang again

* Add "EnableMouse" CVar check to startup SetAutoCaptureMouse.

* Back to LUS main.

* Final LUS ref bump.</pre>
</div>
</content>
</entry>
<entry>
<title>MPQ Support LUS Bump (#5570)</title>
<updated>2025-07-28T15:54:31+00:00</updated>
<author>
<name>Malkierian</name>
<email>malkierian@gmail.com</email>
</author>
<published>2025-07-28T15:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=1d20000411c120d81144c736f81e5552498a3e77'/>
<id>1d20000411c120d81144c736f81e5552498a3e77</id>
<content type='text'>
* Adapt to changes to LUS regarding including MPQ support.

* CMake compile definitions are stupid.

* Don't manually close O2RArchive.

* Finish LUS bump, including SoH-side fix for font free crash.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adapt to changes to LUS regarding including MPQ support.

* CMake compile definitions are stupid.

* Don't manually close O2RArchive.

* Finish LUS bump, including SoH-side fix for font free crash.</pre>
</div>
</content>
</entry>
</feed>
