<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Torch/lib/binarytools/BinaryReader.cpp, branch main</title>
<subtitle>Generic asset processor for games (resource conversion helper)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/'/>
<entry>
<title>Add bk_zip library and BK64 decompression foundation</title>
<updated>2026-06-30T00:48:27+00:00</updated>
<author>
<name>Jeod</name>
<email>47716344+JeodC@users.noreply.github.com</email>
</author>
<published>2026-06-20T20:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=89fd2f9ac9b69d5f6b77dca9347aa61f9850d3b4'/>
<id>89fd2f9ac9b69d5f6b77dca9347aa61f9850d3b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added options to have a better lib implementation (#158)</title>
<updated>2025-01-16T01:29:27+00:00</updated>
<author>
<name>Lywx</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2025-01-16T01:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=7da8ae8e25d6c1267792941bf9ac56c1acc384ae'/>
<id>7da8ae8e25d6c1267792941bf9ac56c1acc384ae</id>
<content type='text'>
* Added options to have a better lib implementation

* Cleaned up possible conflicts

* Fixed compilation errors

* Fixed more compilation errors

* Compiled library on windows as MT

* Fixed MT

* Readded cmake deps

* Fixed stormlib and some ifdefs

* Added an option to ignore cache

* Added no auto link when working as an standalone

* Fixes for torchlib build/inclusion.

* Fix standalone building.
Fix extraction initialization in lib mode.

* Fix stack size declaration.

* Implemented comptool and preprocess system

* Fixed cmake

* Cleaned up a little bit

* Added support for disabling stormlib

* Fixed compilation errors and added support for disabling fzero and naudio

* Renamed from CreateFile to AddFile because windows is stupid

* Added STORMLIB_NO_AUTO_LINK

* Trying to fix windows again

* Fixed spdlog

* Fixed enum parsing

---------

Co-authored-by: Malkierian &lt;malkierian@gmail.com&gt;
Co-authored-by: Malkierian &lt;malkierian@live.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added options to have a better lib implementation

* Cleaned up possible conflicts

* Fixed compilation errors

* Fixed more compilation errors

* Compiled library on windows as MT

* Fixed MT

* Readded cmake deps

* Fixed stormlib and some ifdefs

* Added an option to ignore cache

* Added no auto link when working as an standalone

* Fixes for torchlib build/inclusion.

* Fix standalone building.
Fix extraction initialization in lib mode.

* Fix stack size declaration.

* Implemented comptool and preprocess system

* Fixed cmake

* Cleaned up a little bit

* Added support for disabling stormlib

* Fixed compilation errors and added support for disabling fzero and naudio

* Renamed from CreateFile to AddFile because windows is stupid

* Added STORMLIB_NO_AUTO_LINK

* Trying to fix windows again

* Fixed spdlog

* Fixed enum parsing

---------

Co-authored-by: Malkierian &lt;malkierian@gmail.com&gt;
Co-authored-by: Malkierian &lt;malkierian@live.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed possible conflicts with LUS</title>
<updated>2024-05-25T22:31:32+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-05-25T22:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=afd800afc0bad0dd034eb732354ed25c81621d2e'/>
<id>afd800afc0bad0dd034eb732354ed25c81621d2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Torch v0.1 (#12)</title>
<updated>2023-11-15T21:11:15+00:00</updated>
<author>
<name>Lywx</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2023-11-15T21:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=eaddecd0b402c12a780831e3139d7a35e78322e6'/>
<id>eaddecd0b402c12a780831e3139d7a35e78322e6</id>
<content type='text'>
* Splitted version yamls and implemented wip geo and dlist extraction

* Fixed linux compilation

* Added PoC WSL 2 detection

* Add undefined behaviour

* Added gfxdis as submodule

* update

* Removed gfxdis as a submodule

* Code works

* Replace ByteSwap with BSWAP

* Cleanup vertice factory

* readability

* readability 2

* Cleanup gfxfactory

* last one

* Rename name to symbol

* More implementation

* Implemented first PoC of C file generation

* Added output formatting on factories

* changes

* Moved generated dlists onto their respective folder

* Migrated more factories onto the new extractor system

* Fully ported all factories and added header generation

* Some updates

* Added Lights factory

* fix

* Fixed vtx extraction

* Lights work now

* delete old startup_logo yaml

* Generate all sections in single file

* Added support to generate header and code for textures

* Added O3 for release builds

* Added WIP dlist extraction and moved to use f3dold microcode

* Added segment support, autogeneration and fixed C generation

* Added symbol names on display list extraction

* Removed warnings

* Moved back to transform and replace

* Removed unnecesary macros

* Added extraction order and reversed vtx order

* Implemented true backwards sort

* [WIP] Implemented runtime gbi, more headers and a few config features

* Fix CLI11 on WSL and variety of fixes

* Fixes

* Update DisplayListFactory.h

* Update TextureFactory.cpp

* wip lights

* fix

* Correct callback

* Added waypoints

* Update ceremony_data.yml

* Changes

* Update TextureFactory.cpp

* Update commandline args

* Update comment

* Remove printf

* Update couple commands

* Renamed cubeos  to torch

* Removed unused stuff and added an example config file

---------

Co-authored-by: KiritoDv &lt;kiritodev01@gmail.com&gt;
Co-authored-by: MegaMech &lt;MegaMech@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Splitted version yamls and implemented wip geo and dlist extraction

* Fixed linux compilation

* Added PoC WSL 2 detection

* Add undefined behaviour

* Added gfxdis as submodule

* update

* Removed gfxdis as a submodule

* Code works

* Replace ByteSwap with BSWAP

* Cleanup vertice factory

* readability

* readability 2

* Cleanup gfxfactory

* last one

* Rename name to symbol

* More implementation

* Implemented first PoC of C file generation

* Added output formatting on factories

* changes

* Moved generated dlists onto their respective folder

* Migrated more factories onto the new extractor system

* Fully ported all factories and added header generation

* Some updates

* Added Lights factory

* fix

* Fixed vtx extraction

* Lights work now

* delete old startup_logo yaml

* Generate all sections in single file

* Added support to generate header and code for textures

* Added O3 for release builds

* Added WIP dlist extraction and moved to use f3dold microcode

* Added segment support, autogeneration and fixed C generation

* Added symbol names on display list extraction

* Removed warnings

* Moved back to transform and replace

* Removed unnecesary macros

* Added extraction order and reversed vtx order

* Implemented true backwards sort

* [WIP] Implemented runtime gbi, more headers and a few config features

* Fix CLI11 on WSL and variety of fixes

* Fixes

* Update DisplayListFactory.h

* Update TextureFactory.cpp

* wip lights

* fix

* Correct callback

* Added waypoints

* Update ceremony_data.yml

* Changes

* Update TextureFactory.cpp

* Update commandline args

* Update comment

* Remove printf

* Update couple commands

* Renamed cubeos  to torch

* Removed unused stuff and added an example config file

---------

Co-authored-by: KiritoDv &lt;kiritodev01@gmail.com&gt;
Co-authored-by: MegaMech &lt;MegaMech@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added full SM64 -&gt; AIFF Decoding</title>
<updated>2023-09-04T05:29:11+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2023-09-04T05:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=50b6c6f65bc0da4a2c07e24c75dcd19baba60083'/>
<id>50b6c6f65bc0da4a2c07e24c75dcd19baba60083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrated disassemble audio into audio manager class</title>
<updated>2023-09-01T06:51:51+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2023-09-01T06:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=113472302904ac84d4ddf70df32ca245ad156bf2'/>
<id>113472302904ac84d4ddf70df32ca245ad156bf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added StormLib, nlohmann, BinaryTools and CLI11</title>
<updated>2023-08-17T06:35:58+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2023-08-17T06:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=6fd8e5ee43dd0f87eb4e57b86e84770fcd95db25'/>
<id>6fd8e5ee43dd0f87eb4e57b86e84770fcd95db25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
