<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Torch/src/utils, branch MegaMech-patch-2</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>Fixed stupid libultraship conflicts</title>
<updated>2024-05-25T19:23:19+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-05-25T19:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=1b06b44e67ec8f63af3cdcecdabf402405ff9493'/>
<id>1b06b44e67ec8f63af3cdcecdabf402405ff9493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Decompressor.cpp</title>
<updated>2024-05-05T19:03:01+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2024-05-05T19:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=d84de4189aeb724a68136924e8da3c974bbf44ee'/>
<id>d84de4189aeb724a68136924e8da3c974bbf44ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Decompressor.cpp</title>
<updated>2024-05-05T19:03:01+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2024-05-05T14:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=ab073f570643d096a6ef895b8374f601a59aaae7'/>
<id>ab073f570643d096a6ef895b8374f601a59aaae7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tkmk00</title>
<updated>2024-05-03T00:32:48+00:00</updated>
<author>
<name>=</name>
<email>=</email>
</author>
<published>2024-05-02T00:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=d24b5b3193e170b1e1153d5568827e00dfde5569'/>
<id>d24b5b3193e170b1e1153d5568827e00dfde5569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix</title>
<updated>2024-05-03T00:32:48+00:00</updated>
<author>
<name>=</name>
<email>=</email>
</author>
<published>2024-04-30T23:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=4b21686e66de79dfedabcc3d6a1be83e47a218cd'/>
<id>4b21686e66de79dfedabcc3d6a1be83e47a218cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update as per comments</title>
<updated>2024-05-03T00:32:48+00:00</updated>
<author>
<name>=</name>
<email>=</email>
</author>
<published>2024-04-30T23:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=ce958fdb4f79c40b1fecd0103d9d8ce58047301a'/>
<id>ce958fdb4f79c40b1fecd0103d9d8ce58047301a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decompress every asset</title>
<updated>2024-05-03T00:32:48+00:00</updated>
<author>
<name>MegaMech</name>
<email>inkstudios1@hotmail.com</email>
</author>
<published>2024-04-30T03:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=5d0a282ba4e7d6ea816478e8037d0dc0e93f5eac'/>
<id>5d0a282ba4e7d6ea816478e8037d0dc0e93f5eac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce Metadata and ItemCurve Factories (#27)</title>
<updated>2024-04-06T21:36:03+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2024-04-06T21:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=24633ebd7cc6866da3e3d06fddc6f0f49a741f1d'/>
<id>24633ebd7cc6866da3e3d06fddc6f0f49a741f1d</id>
<content type='text'>
* Introduce metadata

* Metadata works now

* Cleanup

* Fixes

* Cleanup 2

* yaml improvement

* Comment update

* Rename tables to metadata

* Update

* Fix warnings

* Implement ItemCurve

* Remove unused enum

* Replace static with const

* Fix bug

* Add const

* More fixes

* Fix quote bug in IncludeFactory

* Fix header in ItemCurve

* Fixes

* Fix texture factory

* updates

* Clearer debug info

* Fixes

* Working ci8 png

* Fix size output

* Fix

* Add gitignore for modding

* Fix precision for mtx

* Remove header exporter from metadata

* Remove hardcoded enum

* Remove tabs

* Remove tabs

* tlut temp fix

---------

Co-authored-by: = &lt;=&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Introduce metadata

* Metadata works now

* Cleanup

* Fixes

* Cleanup 2

* yaml improvement

* Comment update

* Rename tables to metadata

* Update

* Fix warnings

* Implement ItemCurve

* Remove unused enum

* Replace static with const

* Fix bug

* Add const

* More fixes

* Fix quote bug in IncludeFactory

* Fix header in ItemCurve

* Fixes

* Fix texture factory

* updates

* Clearer debug info

* Fixes

* Working ci8 png

* Fix size output

* Fix

* Add gitignore for modding

* Fix precision for mtx

* Remove header exporter from metadata

* Remove hardcoded enum

* Remove tabs

* Remove tabs

* tlut temp fix

---------

Co-authored-by: = &lt;=&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Removed header, values and indices with just offset</title>
<updated>2024-04-02T15:00:56+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-04-02T14:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=3eebd9d5aaeef4adfa62d95cd6f4f60b917a48c2'/>
<id>3eebd9d5aaeef4adfa62d95cd6f4f60b917a48c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed wrong calculation</title>
<updated>2024-03-29T21:00:59+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-03-29T21:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=8786ab57b938617257bfbeb9a426267fe7499b8c'/>
<id>8786ab57b938617257bfbeb9a426267fe7499b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
