<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/CMakeLists.txt, branch 7.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>Version Bump (#2916)</title>
<updated>2023-05-23T01:34:18+00:00</updated>
<author>
<name>Christopher Leggett</name>
<email>chris@leggett.dev</email>
</author>
<published>2023-05-23T01:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=e88adbe672e086cdd2911624729faa536f975f9f'/>
<id>e88adbe672e086cdd2911624729faa536f975f9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use UTF-8 for MSVC and enable visual styles for Windows (#2888)</title>
<updated>2023-05-18T02:21:26+00:00</updated>
<author>
<name>Amaro Martínez</name>
<email>xoas@airmail.cc</email>
</author>
<published>2023-05-18T02:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=b361d5ede18e887986951c21ea2c64b8573760c7'/>
<id>b361d5ede18e887986951c21ea2c64b8573760c7</id>
<content type='text'>
* Add proper manifest for Windows

* MSVC: Use UTF-8 encoding compile option</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add proper manifest for Windows

* MSVC: Use UTF-8 encoding compile option</pre>
</div>
</content>
</entry>
<entry>
<title>Version Bump (#2867)</title>
<updated>2023-05-11T01:57:22+00:00</updated>
<author>
<name>Christopher Leggett</name>
<email>chris@leggett.dev</email>
</author>
<published>2023-05-11T01:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=d8891f1fe4c05cc3e5e28a3ebbaa5a5ed7ffe486'/>
<id>d8891f1fe4c05cc3e5e28a3ebbaa5a5ed7ffe486</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version (#2752)</title>
<updated>2023-04-28T00:21:55+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2023-04-28T00:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=3f896f126ff7f36dff8afc2459104ff1adab548b'/>
<id>3f896f126ff7f36dff8afc2459104ff1adab548b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add version info and other details to windows exe properties (#2743)</title>
<updated>2023-04-25T14:36:35+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-25T14:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=000a5d28f35583b8cd6494d11fb4a0c0b4bcd298'/>
<id>000a5d28f35583b8cd6494d11fb4a0c0b4bcd298</id>
<content type='text'>
* add version info and other details to windows exe properties

* configure properties file directly to src dir

* move version name in properties and change to Title Case</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add version info and other details to windows exe properties

* configure properties file directly to src dir

* move version name in properties and change to Title Case</pre>
</div>
</content>
</entry>
<entry>
<title>Implement built in Extractor for Windows (#2730)</title>
<updated>2023-04-25T04:01:17+00:00</updated>
<author>
<name>louist103</name>
<email>35883445+louist103@users.noreply.github.com</email>
</author>
<published>2023-04-25T04:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=aea46e7cb290b770ece05112259e1b09d77b35f2'/>
<id>aea46e7cb290b770ece05112259e1b09d77b35f2</id>
<content type='text'>
* wip

* const

* split zapd into two targets

* Workingish.

* fix working dir and copy xmls on build (#2)

* dont change current working dir with dialog prompts

* copy asset xmls to target dir

* make zpadlib public

* Messagebox.

* Check for WIN32

* threading

* Cleanups to the exporter and main.

* Multi extraction.

* Fix byteswap header includes.

* Fix another byteswap include.

* fix again.

* stddef size_t

* Add other targets for ZAPDLib

* Non windows.

* IDYES IDNO

* Linux fixes

* hopefully remove switch and wiiu from building extractor

* Please?

* validate roms and add another valid rom

* ifdef out extract.h for switch and wiiu

* Maybe update lux

* Remove ZAPDlib from switch and WiiU

* more rules

* Update soh/soh/Extractor/Extract.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/ExecutableMain.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/CMakeLists.txt

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/GameConfig.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/Globals.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/Main.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update soh/CMakeLists.txt

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update soh/soh/Extractor/Extract.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update soh/soh/Extractor/Extract.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update soh/soh/Extractor/Extract.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* the last fix

* Add context to a comment

---------

Co-authored-by: Adam Bird &lt;archez39@me.com&gt;
Co-authored-by: Adam Bird &lt;Archez@users.noreply.github.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>
* wip

* const

* split zapd into two targets

* Workingish.

* fix working dir and copy xmls on build (#2)

* dont change current working dir with dialog prompts

* copy asset xmls to target dir

* make zpadlib public

* Messagebox.

* Check for WIN32

* threading

* Cleanups to the exporter and main.

* Multi extraction.

* Fix byteswap header includes.

* Fix another byteswap include.

* fix again.

* stddef size_t

* Add other targets for ZAPDLib

* Non windows.

* IDYES IDNO

* Linux fixes

* hopefully remove switch and wiiu from building extractor

* Please?

* validate roms and add another valid rom

* ifdef out extract.h for switch and wiiu

* Maybe update lux

* Remove ZAPDlib from switch and WiiU

* more rules

* Update soh/soh/Extractor/Extract.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/ExecutableMain.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/CMakeLists.txt

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/GameConfig.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/Globals.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update ZAPDTR/ZAPD/Main.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update soh/CMakeLists.txt

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update soh/soh/Extractor/Extract.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update soh/soh/Extractor/Extract.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* Update soh/soh/Extractor/Extract.cpp

Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;

* the last fix

* Add context to a comment

---------

Co-authored-by: Adam Bird &lt;archez39@me.com&gt;
Co-authored-by: Adam Bird &lt;Archez@users.noreply.github.com&gt;
Co-authored-by: briaguya &lt;70942617+briaguya-ai@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>chore: copy otrs in windows into target dir (#2704)</title>
<updated>2023-04-14T13:56:38+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-14T13:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=e72eeb95aa293df241ef741e0c34a06d8fe41b44'/>
<id>e72eeb95aa293df241ef741e0c34a06d8fe41b44</id>
<content type='text'>
* copy otrs in windows into target dir

* improve status messaging for otr copy script</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* copy otrs in windows into target dir

* improve status messaging for otr copy script</pre>
</div>
</content>
</entry>
<entry>
<title>chore: move asset header generation to new ExtractAssetsHeaders target (#2705)</title>
<updated>2023-04-14T13:54:56+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-14T13:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=1861335cf0a69a5ac71c0311ad4ea8dc49df4fcd'/>
<id>1861335cf0a69a5ac71c0311ad4ea8dc49df4fcd</id>
<content type='text'>
* add dedicated build target for extracting asset headers conditionally

* dont gen otr when generating headers

* simplify python array</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add dedicated build target for extracting asset headers conditionally

* dont gen otr when generating headers

* simplify python array</pre>
</div>
</content>
</entry>
<entry>
<title>fix soh otr asset building not detecting textures (#2702)</title>
<updated>2023-04-13T22:37:10+00:00</updated>
<author>
<name>Adam Bird</name>
<email>Archez@users.noreply.github.com</email>
</author>
<published>2023-04-13T22:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=660c3ec3b05cc5fa359f0d655c630920015b530c'/>
<id>660c3ec3b05cc5fa359f0d655c630920015b530c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build/package/ship `soh.otr` (#2699)</title>
<updated>2023-04-13T01:14:33+00:00</updated>
<author>
<name>briaguya</name>
<email>70942617+briaguya-ai@users.noreply.github.com</email>
</author>
<published>2023-04-13T01:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=c4ce2f10cd1076136f4a16c677738309f16bb301'/>
<id>c4ce2f10cd1076136f4a16c677738309f16bb301</id>
<content type='text'>
* update

* Update generate-builds.yml

* Update generate-builds.yml

* sohotr in CI?

* paths

* gitignore soh.otr

* Fix

* no COMMAND maybe?

* try generating otr as it's own step

* deps

* f

* g

* h

* a

* cc

* ccc

* m

* blarg

* try uploading

* try

* s

* copy things

* wii u?

* wiiu

* don't fail

* windows without cpack?

* wut

* whoops

* see all the things plz

* b

* v

* zip working maybe

* ok but this tho

* pdb and switch

* mac lus

* soh.otr in appimage

* down first

* mac

* bundle soh otr into mac app and read it from the bundle

* appimage fix

* try just downloading for mac?

* i like to mv it mv it

* mv to the right place

* no more otrgui

* bring back otrgui and assets

* echo blarg

* echo

* zapd.exe

* clean and remove

* a

* space

---------

Co-authored-by: louis &lt;louist103@gmail.com&gt;
Co-authored-by: louist103 &lt;35883445+louist103@users.noreply.github.com&gt;
Co-authored-by: briaguya &lt;briaguya@alice&gt;
Co-authored-by: Adam Bird &lt;archez39@me.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update

* Update generate-builds.yml

* Update generate-builds.yml

* sohotr in CI?

* paths

* gitignore soh.otr

* Fix

* no COMMAND maybe?

* try generating otr as it's own step

* deps

* f

* g

* h

* a

* cc

* ccc

* m

* blarg

* try uploading

* try

* s

* copy things

* wii u?

* wiiu

* don't fail

* windows without cpack?

* wut

* whoops

* see all the things plz

* b

* v

* zip working maybe

* ok but this tho

* pdb and switch

* mac lus

* soh.otr in appimage

* down first

* mac

* bundle soh otr into mac app and read it from the bundle

* appimage fix

* try just downloading for mac?

* i like to mv it mv it

* mv to the right place

* no more otrgui

* bring back otrgui and assets

* echo blarg

* echo

* zapd.exe

* clean and remove

* a

* space

---------

Co-authored-by: louis &lt;louist103@gmail.com&gt;
Co-authored-by: louist103 &lt;35883445+louist103@users.noreply.github.com&gt;
Co-authored-by: briaguya &lt;briaguya@alice&gt;
Co-authored-by: Adam Bird &lt;archez39@me.com&gt;</pre>
</div>
</content>
</entry>
</feed>
