<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SpaghettiKart/Makefile.split, branch clang-format</title>
<subtitle>SpaghettiKart: Mario Kart 64 PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/'/>
<entry>
<title>Linkage for the ceremony_data file (#478)</title>
<updated>2023-10-28T04:18:20+00:00</updated>
<author>
<name>Tyler McGavran</name>
<email>tyler.taggerung@gmail.com</email>
</author>
<published>2023-10-28T04:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=c17d5c76c988ae0072ad71097e1e280b9c1c4bd8'/>
<id>c17d5c76c988ae0072ad71097e1e280b9c1c4bd8</id>
<content type='text'>
* Linkage for the ceremony_data file

Cleaned up all but 1 undefined symbol from the 0x0B range. The one
 leftover may be something from texture_tkmk00. Or atleast, that's
 what I think. Can't say for certain

* Startup logo linkage

Cleaned up a bunch of unused items from assets.json too

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Linkage for the ceremony_data file

Cleaned up all but 1 undefined symbol from the 0x0B range. The one
 leftover may be something from texture_tkmk00. Or atleast, that's
 what I think. Can't say for certain

* Startup logo linkage

Cleaned up a bunch of unused items from assets.json too

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Delete courses/cup folders and rename course related files (#432)</title>
<updated>2023-09-20T23:17:24+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2023-09-20T23:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=81a9c346d45407f85c35a07cec6d5d23c1ef5dae'/>
<id>81a9c346d45407f85c35a07cec6d5d23c1ef5dae</id>
<content type='text'>
* Move course folders

* Rename model to vertices

* Rename packed to displaylists

* Rename displaylists to course_displaylists.inc.c

* rename vertices to course_vertices

* makefile cleanup

* Rename trophy_model to ceremony_data

* move ceremony_data.inc.c to ending folder</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move course folders

* Rename model to vertices

* Rename packed to displaylists

* Rename displaylists to course_displaylists.inc.c

* rename vertices to course_vertices

* makefile cleanup

* Rename trophy_model to ceremony_data

* move ceremony_data.inc.c to ending folder</pre>
</div>
</content>
</entry>
<entry>
<title>Make adjustments to most course files (#318)</title>
<updated>2023-06-28T20:20:02+00:00</updated>
<author>
<name>Tyler McGavran</name>
<email>tyler.taggerung@gmail.com</email>
</author>
<published>2023-06-28T20:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=1b659170dcb7053d3b1ba8a603538613e40c8398'/>
<id>1b659170dcb7053d3b1ba8a603538613e40c8398</id>
<content type='text'>
* Make adjustments to the Mario Raceway course file

Added quotes in "*.mk" to the find command for finding the .mk files.

* Make adjustments to the Choco Mountain course file

* Make adjustments to the Frappe Snowland course file

* Make adjustments to the Toad's Turnpike course file

* Make adjustments to the Moo Moo Farm course file

* Make adjustments to the Luigi Raceway course file

* Make adjustments to the Koopa Troopa Beach course file

* Make adjustments to the Kalimari Desert course file

* Make adjustments to the Bowser's Castle course file

* Make adjustements to the Wario Stadium course file

* Make adjustments to the Sherbet Land course file

* Make adjustments to the Royal Raceway course file

* Make adjustments to the Banshee Boardwalk course file

* Make adjustments to the Yoshi Valley course file

* Make adjustments to the Rainbow Road course file

* Make adjustments to the Big Donut course file

* Make adjustments to the Block Fort course file

* Remove some unneeded lines from the Makefile

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make adjustments to the Mario Raceway course file

Added quotes in "*.mk" to the find command for finding the .mk files.

* Make adjustments to the Choco Mountain course file

* Make adjustments to the Frappe Snowland course file

* Make adjustments to the Toad's Turnpike course file

* Make adjustments to the Moo Moo Farm course file

* Make adjustments to the Luigi Raceway course file

* Make adjustments to the Koopa Troopa Beach course file

* Make adjustments to the Kalimari Desert course file

* Make adjustments to the Bowser's Castle course file

* Make adjustements to the Wario Stadium course file

* Make adjustments to the Sherbet Land course file

* Make adjustments to the Royal Raceway course file

* Make adjustments to the Banshee Boardwalk course file

* Make adjustments to the Yoshi Valley course file

* Make adjustments to the Rainbow Road course file

* Make adjustments to the Big Donut course file

* Make adjustments to the Block Fort course file

* Remove some unneeded lines from the Makefile

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>New asset extraction utility (#306)</title>
<updated>2023-06-17T21:13:06+00:00</updated>
<author>
<name>Tyler McGavran</name>
<email>tyler.taggerung@gmail.com</email>
</author>
<published>2023-06-17T21:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=1b67ee01dfd69b2d7685820664d163c589e1cd39'/>
<id>1b67ee01dfd69b2d7685820664d163c589e1cd39</id>
<content type='text'>
* Add new asset extraction tool. Changes motivated by the quirks of how kart animation frames are stored
 in the ROM.

    each frame has a palette that is actually
    composed of 2 other, incomplete palettes. As such, the existent
    extract.py isn't really able to handle them.

* Move a variety of assets to new extract tool
---------

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add new asset extraction tool. Changes motivated by the quirks of how kart animation frames are stored
 in the ROM.

    each frame has a palette that is actually
    composed of 2 other, incomplete palettes. As such, the existent
    extract.py isn't really able to handle them.

* Move a variety of assets to new extract tool
---------

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Labelling of some hard-coded addr to syms (#294)</title>
<updated>2023-03-28T22:40:03+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2023-03-28T22:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=8d118db0b25edfbabb059e4b977e339ca9d8f885'/>
<id>8d118db0b25edfbabb059e4b977e339ca9d8f885</id>
<content type='text'>
* Updated final displaylist symbol

* Cleaned up loader script

* Random changes

* Various naming and decomp</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Updated final displaylist symbol

* Cleaned up loader script

* Random changes

* Various naming and decomp</pre>
</div>
</content>
</entry>
<entry>
<title>Disassembled courses, added DLpacker, and disassembled packed DLs (#290)</title>
<updated>2023-03-08T02:48:17+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2023-03-08T02:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=db4e0a372780c9947795857ed166ce8bc4b4581c'/>
<id>db4e0a372780c9947795857ed166ce8bc4b4581c</id>
<content type='text'>
* Disassembled all courses; packed DLs and course data.

* Added displaylist packer

* Minor documentation and naming</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Disassembled all courses; packed DLs and course data.

* Added displaylist packer

* Minor documentation and naming</pre>
</div>
</content>
</entry>
<entry>
<title>Match common_textures.inc.c, memory &amp; actor decomp (#188)</title>
<updated>2022-05-12T22:57:56+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2022-05-12T22:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=e4a176d8f53bb92b77da584750144998215030fb'/>
<id>e4a176d8f53bb92b77da584750144998215030fb</id>
<content type='text'>
* More actor decomp

* memory.c decomp plus bss import into actor code

* Match actors and segment D match

* Match common_textures.inc.c

* Add tool bin2c.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* More actor decomp

* memory.c decomp plus bss import into actor code

* Match actors and segment D match

* Match common_textures.inc.c

* Add tool bin2c.py</pre>
</div>
</content>
</entry>
<entry>
<title>Decomped trophy &amp; podium models. Modified gbi.h (#28)</title>
<updated>2021-08-01T00:39:06+00:00</updated>
<author>
<name>CoderStig</name>
<email>79828759+CoderStig@users.noreply.github.com</email>
</author>
<published>2021-08-01T00:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=e69d8ba395ef06ec88da716a38403c0a1e884633'/>
<id>e69d8ba395ef06ec88da716a38403c0a1e884633</id>
<content type='text'>
* Decompiled trophy &amp; podium models, fixed mk_gbi.h</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Decompiled trophy &amp; podium models, fixed mk_gbi.h</pre>
</div>
</content>
</entry>
<entry>
<title>Decompiled startup_logo.inc.c (#24)</title>
<updated>2021-07-23T09:53:25+00:00</updated>
<author>
<name>CoderStig</name>
<email>79828759+CoderStig@users.noreply.github.com</email>
</author>
<published>2021-07-23T09:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=830f1f3d65a0298e88a9265530f7d1b57625d09b'/>
<id>830f1f3d65a0298e88a9265530f7d1b57625d09b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decompiled course geography (#19)</title>
<updated>2021-03-09T01:13:58+00:00</updated>
<author>
<name>CoderStig</name>
<email>79828759+CoderStig@users.noreply.github.com</email>
</author>
<published>2021-03-09T01:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=a0e31c27ffa0c598f2d77d01d3a866076547471a'/>
<id>a0e31c27ffa0c598f2d77d01d3a866076547471a</id>
<content type='text'>
* Added bss

* Decompiled course vertex data and moved packed.s

* Added recomp

* Added new line char to the end of a few audio files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added bss

* Decompiled course vertex data and moved packed.s

* Added recomp

* Added new line char to the end of a few audio files</pre>
</div>
</content>
</entry>
</feed>
