<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ZAPDTR/.gitignore, 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>Change VTXs `#include`s to be consistent (#185)</title>
<updated>2021-09-26T03:58:12+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2021-09-26T03:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=9b705cf2e5f571a6c1116a476a2d11ca21948bad'/>
<id>9b705cf2e5f571a6c1116a476a2d11ca21948bad</id>
<content type='text'>
* Change VTXs incloudes to be consistent

* Remove redundant check

* Run formatter

* Emtpy commit to trigger Jenkins

* update gitignore</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Change VTXs incloudes to be consistent

* Remove redundant check

* Run formatter

* Emtpy commit to trigger Jenkins

* update gitignore</pre>
</div>
</content>
</entry>
<entry>
<title>Improve makefiles (#187)</title>
<updated>2021-09-20T16:39:46+00:00</updated>
<author>
<name>EllipticEllipsis</name>
<email>73679967+EllipticEllipsis@users.noreply.github.com</email>
</author>
<published>2021-09-20T16:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=913810fcd6d8bdb8045c0d99a2f507d7add49283'/>
<id>913810fcd6d8bdb8045c0d99a2f507d7add49283</id>
<content type='text'>
* Rewrite makefiles, eliminate all the extra clang warnings

* Include stdexcept in BinaryReader

* Update gitignore

* Clean up flags, add LLD option

* Update readme to mention LLD

* Update ExporterTest makefile in line with the others

* OUTPUT_OPTION and remove redundant Main rule

* Order arguments consistently, add note on submake variables</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rewrite makefiles, eliminate all the extra clang warnings

* Include stdexcept in BinaryReader

* Update gitignore

* Clean up flags, add LLD option

* Update readme to mention LLD

* Update ExporterTest makefile in line with the others

* OUTPUT_OPTION and remove redundant Main rule

* Order arguments consistently, add note on submake variables</pre>
</div>
</content>
</entry>
<entry>
<title>Moved utility code into its own library (#162)</title>
<updated>2021-08-08T17:51:51+00:00</updated>
<author>
<name>Nicholas Estelami</name>
<email>NEstelami@users.noreply.github.com</email>
</author>
<published>2021-08-08T17:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=0fb7568ec0d07ea414f8c3f286de352e9606d016'/>
<id>0fb7568ec0d07ea414f8c3f286de352e9606d016</id>
<content type='text'>
* Initial exporter implementation

* Updated to use static library.

* minor cleanup

* Cleaned things up a bit

* Fixed merge issues

* Minor commenting

* Added Begin and End functions, and removed HL stuff (to be turned into an exporter at a later date)

* Cleaned some stuff up

* Additional cleanup

* Removed some commented out code

* Fixed compilation issues

* Cleanup

* Fixed merge issues

* Got rid of unused windows.h includes

* Cleanup

* Fixed warning

* Removed additional redundancies

* Cleanup

* Fixed merge issues

* Fixed some compiler issues, added makefile for exportertest.

* Removed redundancies and clang formatted

* Made sure exportertest compiles with C++17

* Moved certain files into new "Utils" folder.

* GetExporterMap uses a reference now

* Minor fixes and updates.

* Moved utility code into its own library

* Fixed merge issues

* Fixed compilation issue

* Added missing classes

* Updated makefile

* Minor update

* Forgot to make an enum an 'enum class'

* Minor fix

* Few more adjustments

* Bug fix

* Another bug fix

* Bug fix again

* added comment

* New functions added for exporters

* Made certain fields public

Co-authored-by: Jack Walker &lt;7463599+Jack-Walker@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial exporter implementation

* Updated to use static library.

* minor cleanup

* Cleaned things up a bit

* Fixed merge issues

* Minor commenting

* Added Begin and End functions, and removed HL stuff (to be turned into an exporter at a later date)

* Cleaned some stuff up

* Additional cleanup

* Removed some commented out code

* Fixed compilation issues

* Cleanup

* Fixed merge issues

* Got rid of unused windows.h includes

* Cleanup

* Fixed warning

* Removed additional redundancies

* Cleanup

* Fixed merge issues

* Fixed some compiler issues, added makefile for exportertest.

* Removed redundancies and clang formatted

* Made sure exportertest compiles with C++17

* Moved certain files into new "Utils" folder.

* GetExporterMap uses a reference now

* Minor fixes and updates.

* Moved utility code into its own library

* Fixed merge issues

* Fixed compilation issue

* Added missing classes

* Updated makefile

* Minor update

* Forgot to make an enum an 'enum class'

* Minor fix

* Few more adjustments

* Bug fix

* Another bug fix

* Bug fix again

* added comment

* New functions added for exporters

* Made certain fields public

Co-authored-by: Jack Walker &lt;7463599+Jack-Walker@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Exporter Support Added (#127)</title>
<updated>2021-08-05T09:11:24+00:00</updated>
<author>
<name>Nicholas Estelami</name>
<email>NEstelami@users.noreply.github.com</email>
</author>
<published>2021-08-05T09:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=82bd27604a4c8f8c1f01f9c2f54c87fab103c39f'/>
<id>82bd27604a4c8f8c1f01f9c2f54c87fab103c39f</id>
<content type='text'>
* Initial exporter implementation

* Updated to use static library.

* minor cleanup

* Cleaned things up a bit

* Fixed merge issues

* Minor commenting

* Added Begin and End functions, and removed HL stuff (to be turned into an exporter at a later date)

* Cleaned some stuff up

* Additional cleanup

* Removed some commented out code

* Fixed compilation issues

* Cleanup

* Fixed merge issues

* Got rid of unused windows.h includes

* Cleanup

* Fixed warning

* Removed additional redundancies

* Cleanup

* Fixed merge issues

* Fixed some compiler issues, added makefile for exportertest.

* Removed redundancies and clang formatted

* Made sure exportertest compiles with C++17

* Moved certain files into new "Utils" folder.

* GetExporterMap uses a reference now

* Minor fixes and updates.

Co-authored-by: Jack Walker &lt;7463599+Jack-Walker@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial exporter implementation

* Updated to use static library.

* minor cleanup

* Cleaned things up a bit

* Fixed merge issues

* Minor commenting

* Added Begin and End functions, and removed HL stuff (to be turned into an exporter at a later date)

* Cleaned some stuff up

* Additional cleanup

* Removed some commented out code

* Fixed compilation issues

* Cleanup

* Fixed merge issues

* Got rid of unused windows.h includes

* Cleanup

* Fixed warning

* Removed additional redundancies

* Cleanup

* Fixed merge issues

* Fixed some compiler issues, added makefile for exportertest.

* Removed redundancies and clang formatted

* Made sure exportertest compiles with C++17

* Moved certain files into new "Utils" folder.

* GetExporterMap uses a reference now

* Minor fixes and updates.

Co-authored-by: Jack Walker &lt;7463599+Jack-Walker@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove libgfxd binary (#90)</title>
<updated>2021-03-17T22:17:11+00:00</updated>
<author>
<name>louist103</name>
<email>35883445+louist103@users.noreply.github.com</email>
</author>
<published>2021-03-17T22:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=9c1cb1fc412443a48944e4cb47f52e220b4b0912'/>
<id>9c1cb1fc412443a48944e4cb47f52e220b4b0912</id>
<content type='text'>
* started on basic type errors

* Done. For now

* remove libgfxd binary

* New libgfxd with MSVC support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* started on basic type errors

* Done. For now

* remove libgfxd binary

* New libgfxd with MSVC support</pre>
</div>
</content>
</entry>
<entry>
<title>ZAPD prints out git hash (#80)</title>
<updated>2021-01-27T02:25:49+00:00</updated>
<author>
<name>Nicholas Estelami</name>
<email>NEstelami@users.noreply.github.com</email>
</author>
<published>2021-01-27T02:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=d776f08780bb2554ebbf7ba23474d5ec7b216148'/>
<id>d776f08780bb2554ebbf7ba23474d5ec7b216148</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warnings + building with cygwin (#25)</title>
<updated>2020-12-30T21:24:29+00:00</updated>
<author>
<name>Random</name>
<email>28494085+Random06457@users.noreply.github.com</email>
</author>
<published>2020-12-30T21:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=0270eb96199b1f7a7348192c4ce7b062b32508f3'/>
<id>0270eb96199b1f7a7348192c4ce7b062b32508f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated gitignore and makefile</title>
<updated>2020-10-22T22:27:30+00:00</updated>
<author>
<name>Nicholas Estelami</name>
<email>NEstelami@users.noreply.github.com</email>
</author>
<published>2020-10-22T22:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=4d0a7e49dccf82a8aa54008a2cd99928c91f8919'/>
<id>4d0a7e49dccf82a8aa54008a2cd99928c91f8919</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapted MM ZDisplayList changes. WIP updates on intermediette file format.</title>
<updated>2020-10-22T22:26:05+00:00</updated>
<author>
<name>Nicholas Estelami</name>
<email>NEstelami@users.noreply.github.com</email>
</author>
<published>2020-10-22T22:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=c82737bf70fc4003e9bbfe6622ef0110213a120f'/>
<id>c82737bf70fc4003e9bbfe6622ef0110213a120f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Updated how declarations are defined, removing the need for externs and allowing for more "intelligent" decisions to be made by the program depending on  the contents of the declaration.</title>
<updated>2020-09-30T19:29:48+00:00</updated>
<author>
<name>Nicholas Estelami</name>
<email>NEstelami@users.noreply.github.com</email>
</author>
<published>2020-09-30T19:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ZAPDTR/commit/?id=19ae94e8018248542e38559083c8ea4631d9c0c9'/>
<id>19ae94e8018248542e38559083c8ea4631d9c0c9</id>
<content type='text'>
- Added in ZHierarchies, used for object skeletons.
- Textures are now compiled into .c.inc files and #include'd
- Added intermediette file formats to simplify file conversion process (for eventual modding support).
- Simplified various DList Macros
- Cleaned up a bunch of code, removing redundancies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added in ZHierarchies, used for object skeletons.
- Textures are now compiled into .c.inc files and #include'd
- Added intermediette file formats to simplify file conversion process (for eventual modding support).
- Simplified various DList Macros
- Cleaned up a bunch of code, removing redundancies.
</pre>
</div>
</content>
</entry>
</feed>
