<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/README.md, branch develop</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 typos (#6978)</title>
<updated>2026-07-24T15:19:36+00:00</updated>
<author>
<name>Philip Dubé</name>
<email>159546+serprex@users.noreply.github.com</email>
</author>
<published>2026-07-24T15:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=581af474194877911f5290b581eb91d0d8ea6a8c'/>
<id>581af474194877911f5290b581eb91d0d8ea6a8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: document clang-format 14 setup and add an opt-in pre-commit hook (#6741)</title>
<updated>2026-06-19T03:22:28+00:00</updated>
<author>
<name>David Racine</name>
<email>bass_dr@hotmail.com</email>
</author>
<published>2026-06-19T03:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=d912fd2c016bea51831da922f5f4fd31c14ccab3'/>
<id>d912fd2c016bea51831da922f5f4fd31c14ccab3</id>
<content type='text'>
Recent distros and Homebrew ship only newer clang-format, so contributors
can't easily get the version CI uses (14, matching the OoT/MM decomp).

- docs/FORMATTING.md: how to get a 14.x binary (apt, AUR, muttleyxd static
  binaries, uvx/pipx wheel, brew) and how to run the formatter.
- run-clang-format.sh: default to clang-format-14 but honor $CLANG_FORMAT so
  any matching binary works. Any 14.x produces byte-identical output here.
- .pre-commit-config.yaml: opt-in hook to format staged C/C++ on commit.
- README: link the new doc.

The llvm@14 formula is available on Linux too, so filing it under a
macOS-only heading was too narrow.

* Support spaced paths in CLANG_FORMAT; document run-clang-format.ps1

eval the clang-format invocation so CLANG_FORMAT can carry arguments
(uvx clang-format@14) or a quoted path with spaces without one breaking
the other. The NUL-separated file list reaches xargs over the pipe, so
filenames never pass through eval.

Document the native Windows run-clang-format.ps1 path alongside the Git
Bash/WSL route.

Co-Authored-By: Claude Opus 4.8 &lt;noreply@anthropic.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recent distros and Homebrew ship only newer clang-format, so contributors
can't easily get the version CI uses (14, matching the OoT/MM decomp).

- docs/FORMATTING.md: how to get a 14.x binary (apt, AUR, muttleyxd static
  binaries, uvx/pipx wheel, brew) and how to run the formatter.
- run-clang-format.sh: default to clang-format-14 but honor $CLANG_FORMAT so
  any matching binary works. Any 14.x produces byte-identical output here.
- .pre-commit-config.yaml: opt-in hook to format staged C/C++ on commit.
- README: link the new doc.

The llvm@14 formula is available on Linux too, so filing it under a
macOS-only heading was too narrow.

* Support spaced paths in CLANG_FORMAT; document run-clang-format.ps1

eval the clang-format invocation so CLANG_FORMAT can carry arguments
(uvx clang-format@14) or a quoted path with spaces without one breaking
the other. The NUL-separated file list reaches xargs over the pipe, so
filenames never pass through eval.

Document the native Windows run-clang-format.ps1 path alongside the Git
Bash/WSL route.

Co-Authored-By: Claude Opus 4.8 &lt;noreply@anthropic.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update references to soh.otr/oot.otr/oot-mq.otr to .o2r (#6161)</title>
<updated>2026-01-18T16:59:20+00:00</updated>
<author>
<name>Philip Dubé</name>
<email>serprex@users.noreply.github.com</email>
</author>
<published>2026-01-18T16:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=c71cc6895150ad58b6d39ed0e2d9df3f35bdeed5'/>
<id>c71cc6895150ad58b6d39ed0e2d9df3f35bdeed5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ESC now toggles menubar (#5293)</title>
<updated>2025-04-04T00:33:02+00:00</updated>
<author>
<name>PBillodeau</name>
<email>3998670+PBillodeau@users.noreply.github.com</email>
</author>
<published>2025-04-04T00:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=9a78b04e6810afb6f05f9d10b6d5e638cbbcdf4c'/>
<id>9a78b04e6810afb6f05f9d10b6d5e638cbbcdf4c</id>
<content type='text'>
* ESC now toggles menubar

* Update "menubar" to "menu" in README

* Add mouse capture toggle to README</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ESC now toggles menubar

* Update "menubar" to "menu" in README

* Add mouse capture toggle to README</pre>
</div>
</content>
</entry>
<entry>
<title>fix readme link formatting (#4576)</title>
<updated>2024-11-25T18:21:45+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2024-11-25T18:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=7662fa4c3cf7810b509d490fec9685a6cb5e9b1e'/>
<id>7662fa4c3cf7810b509d490fec9685a6cb5e9b1e</id>
<content type='text'>
* fix readme link formatting

* Update README.md

* Update README.md

* Update README.md

* Update README.md</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix readme link formatting

* Update README.md

* Update README.md

* Update README.md

* Update README.md</pre>
</div>
</content>
</entry>
<entry>
<title>Added Project Overview to README (#4235)</title>
<updated>2024-10-10T23:16:29+00:00</updated>
<author>
<name>Yomitht</name>
<email>168052978+Yomitht@users.noreply.github.com</email>
</author>
<published>2024-10-10T23:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=62713bb5518fe79970f7f395d440ca3e0fb8b056'/>
<id>62713bb5518fe79970f7f395d440ca3e0fb8b056</id>
<content type='text'>
* Added Project Overview to README

This is a couple additional lines of text clarifying the high-level structure of the project, mostly for the benefit of anyone new joining the project.

* Added "Further Reading" section

Points out and lists the contents of the "docs" directory for ease of access to the documentation therein.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added Project Overview to README

This is a couple additional lines of text clarifying the high-level structure of the project, mostly for the benefit of anyone new joining the project.

* Added "Further Reading" section

Points out and lists the contents of the "docs" directory for ease of access to the documentation therein.</pre>
</div>
</content>
</entry>
<entry>
<title>update nightly links in readme (#4147)</title>
<updated>2024-05-16T18:55:04+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2024-05-16T18:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=ad0e17383e72c652541e6a90367ab720c6a18723'/>
<id>ad0e17383e72c652541e6a90367ab720c6a18723</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix compatibility nightly.link in README.md (#3768)</title>
<updated>2024-01-05T01:24:08+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2024-01-05T01:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=90648977361bd7997f6cd5856db41532fb0fed9b'/>
<id>90648977361bd7997f6cd5856db41532fb0fed9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md (#3228)</title>
<updated>2023-09-26T13:48:15+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2023-09-26T13:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=6dd3437ad43026eb018ca419ff9bb3988e6da666'/>
<id>6dd3437ad43026eb018ca419ff9bb3988e6da666</id>
<content type='text'>
* Update README.md

* Update README.md</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update README.md

* Update README.md</pre>
</div>
</content>
</entry>
<entry>
<title>update hash docs (#3039)</title>
<updated>2023-06-29T20:32:31+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2023-06-29T20:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=37f9c895d60fd1074736f01e5b19db5ea897eceb'/>
<id>37f9c895d60fd1074736f01e5b19db5ea897eceb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
