<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ZAPDTR/ZAPD/ZPrerender.cpp, branch develop</title>
<subtitle>Fork of ZAPD for Zelda asset parsing/extraction used in decomp pipelines</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/'/>
<entry>
<title>Rename "Prerender" to "Background", properly extract PolygonType1 multi format and change some structs used. (#107)</title>
<updated>2021-04-15T11:49:28+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2021-04-15T11:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=179af7d11fd27b046edfb1bbadade865033583d7'/>
<id>179af7d11fd27b046edfb1bbadade865033583d7</id>
<content type='text'>
* Extract BgImage

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* improve the output a bit

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* extract backgrounds for multipoly

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Extract the dlists of PolygonDlist

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* commands in the next line

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Move a lot of repeated code into a class

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Use PolygonDlist instead of MeshEntry0

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Rename prerender to background

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* format

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* last cleanup

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Handle jpg padding

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Add a few checks and warnings for jpeg validity

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* typo

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* fix merge error

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Fix background extraction that somehow was broken

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* re-add the trailling line feed

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* add trailing line feed again

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* fix an already fixed warning

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* fix crash when no config file is provided

* run format</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Extract BgImage

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* improve the output a bit

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* extract backgrounds for multipoly

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Extract the dlists of PolygonDlist

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* commands in the next line

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Move a lot of repeated code into a class

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Use PolygonDlist instead of MeshEntry0

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Rename prerender to background

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* format

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* last cleanup

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Handle jpg padding

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Add a few checks and warnings for jpeg validity

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* typo

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* fix merge error

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Fix background extraction that somehow was broken

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* re-add the trailling line feed

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* add trailing line feed again

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* fix an already fixed warning

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* fix crash when no config file is provided

* run format</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring and various features added (#108)</title>
<updated>2021-04-13T11:49:30+00:00</updated>
<author>
<name>Nicholas Estelami</name>
<email>NEstelami@users.noreply.github.com</email>
</author>
<published>2021-04-13T11:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=420508d2d872e8653081d95a43bf2ad8f85d894c'/>
<id>420508d2d872e8653081d95a43bf2ad8f85d894c</id>
<content type='text'>
* ZAPD prints out git hash

* Refactor: ZResource constructor sets parent always.
ZOverlay also no longer a ZResource, since it did not make much sense.

* Organized ZResource a bit

* A number of bug fixes, cleanup, and feature improvements.

* Prepping for legacy dlist disasm

* Fixed some merging issues. Fixed compilation issues with MSVC. Added in proper support for legacy display list disassembler. Refactored parts of ZFile.

* Merge with upstream

* Finished ZFile refactor, and other tidying.

* Fixed up merge issues

* Minor cleanup

* Got rid of libgfxd_win.a

* Fixed matching issue

* Fixed up a few bugs

* Fixed issue with exceptions

* Fixed up merge issues with ZPrerender, along with cleaning up some code

* Additional cleanup

* Fixed merge issues with ZMtx and fixed a bug with ZDisplayList

* Fixes based on PR feedback

* run clang-format (#7)

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Fixed merge issues with Roz's PR

* Misc fixes

* Fixed MM bug, removed redundant file.

* Removed some commented out code

Co-authored-by: Jack Walker &lt;7463599+Jack-Walker@users.noreply.github.com&gt;
Co-authored-by: Anghelo Carvajal &lt;anghelo.carvajal.14@sansano.usm.cl&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ZAPD prints out git hash

* Refactor: ZResource constructor sets parent always.
ZOverlay also no longer a ZResource, since it did not make much sense.

* Organized ZResource a bit

* A number of bug fixes, cleanup, and feature improvements.

* Prepping for legacy dlist disasm

* Fixed some merging issues. Fixed compilation issues with MSVC. Added in proper support for legacy display list disassembler. Refactored parts of ZFile.

* Merge with upstream

* Finished ZFile refactor, and other tidying.

* Fixed up merge issues

* Minor cleanup

* Got rid of libgfxd_win.a

* Fixed matching issue

* Fixed up a few bugs

* Fixed issue with exceptions

* Fixed up merge issues with ZPrerender, along with cleaning up some code

* Additional cleanup

* Fixed merge issues with ZMtx and fixed a bug with ZDisplayList

* Fixes based on PR feedback

* run clang-format (#7)

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Fixed merge issues with Roz's PR

* Misc fixes

* Fixed MM bug, removed redundant file.

* Removed some commented out code

Co-authored-by: Jack Walker &lt;7463599+Jack-Walker@users.noreply.github.com&gt;
Co-authored-by: Anghelo Carvajal &lt;anghelo.carvajal.14@sansano.usm.cl&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add prerenders extraction (#106)</title>
<updated>2021-04-02T02:32:31+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2021-04-02T02:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=65146cf747468a336401dcf7552322aba4d7c038'/>
<id>65146cf747468a336401dcf7552322aba4d7c038</id>
<content type='text'>
* extracting prerenders

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* not tested

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* recompiling into c code

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* Extract prerenders automatically

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* Extract PolygonDlist

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* trying to extract dlists contained by PolygonDlist

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* Rename ZBackground to ZPrerender

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* forgot to rename this too

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* format

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Change jfif to jpg

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* extracting prerenders

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* not tested

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* recompiling into c code

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* Extract prerenders automatically

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* Extract PolygonDlist

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* trying to extract dlists contained by PolygonDlist

Signed-off-by: Angie &lt;angheloalf95@gmail.com&gt;

* Rename ZBackground to ZPrerender

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* forgot to rename this too

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* format

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Change jfif to jpg

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
