<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SpaghettiKart/src/render_courses.c, branch migration/vec-struct</title>
<subtitle>SpaghettiKart: Mario Kart 64 PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/'/>
<entry>
<title>Some train decomp and move seg2 files to ending (#423)</title>
<updated>2023-09-17T22:57:18+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2023-09-17T22:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=91fc8ea47343023077b9d11b5952ed7e2018ce42'/>
<id>91fc8ea47343023077b9d11b5952ed7e2018ce42</id>
<content type='text'>
* Some train decomp

* Move seg2 to ending/

* move racing code files into racing folder

* Fix progress

* Rename segments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Some train decomp

* Move seg2 to ending/

* move racing code files into racing folder

* Fix progress

* Rename segments</pre>
</div>
</content>
</entry>
<entry>
<title>Label mtx variables in GfxPool (#424)</title>
<updated>2023-09-17T22:39:25+00:00</updated>
<author>
<name>AloXado320</name>
<email>38191089+AloXado320@users.noreply.github.com</email>
</author>
<published>2023-09-17T22:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=3f221d6f252e673aa24c313c46501832c790c716'/>
<id>3f221d6f252e673aa24c313c46501832c790c716</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import bss for audio and elsewhere (#416)</title>
<updated>2023-09-13T01:43:54+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2023-09-13T01:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=4ee09e005ff4b1cdccfcbbc61da87ac9391e50c2'/>
<id>4ee09e005ff4b1cdccfcbbc61da87ac9391e50c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new utility to calculate packed dl end and vertex count (#411)</title>
<updated>2023-09-10T20:21:16+00:00</updated>
<author>
<name>Tyler McGavran</name>
<email>tyler.taggerung@gmail.com</email>
</author>
<published>2023-09-10T20:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=c85a333a3fd73dbdec200c79387730f5f130a412'/>
<id>c85a333a3fd73dbdec200c79387730f5f130a412</id>
<content type='text'>
* Add new utility to calculate packed dl end and vertex count

Requires changing a bunch of actual references to packed dl lists
 with raw numbers. Which feels extremely bad but it doesn't match
 otherwise.

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;

* Hard code array lenghts in appropriate headers

Use macros to generate the vertex counts and packed dl end points

Heavily dependent on the array lengths being accurate. If they
 aren't stuff will break.

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add new utility to calculate packed dl end and vertex count

Requires changing a bunch of actual references to packed dl lists
 with raw numbers. Which feels extremely bad but it doesn't match
 otherwise.

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;

* Hard code array lenghts in appropriate headers

Use macros to generate the vertex counts and packed dl end points

Heavily dependent on the array lengths being accurate. If they
 aren't stuff will break.

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>F3DEX old commands changes (#408)</title>
<updated>2023-09-09T07:06:35+00:00</updated>
<author>
<name>AloXado320</name>
<email>38191089+AloXado320@users.noreply.github.com</email>
</author>
<published>2023-09-09T07:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=c350eddc6b83ba43052326b4d03ac3e1ed6455c3'/>
<id>c350eddc6b83ba43052326b4d03ac3e1ed6455c3</id>
<content type='text'>
* F3DEX old commands changes
    * Changed commands using gspQuadrangle to gspTri2
    * Replaced mk_quad with gspQuadrangle.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* F3DEX old commands changes
    * Changed commands using gspQuadrangle to gspTri2
    * Replaced mk_quad with gspQuadrangle.</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup undefined_syms for all the course data (#407)</title>
<updated>2023-09-09T04:56:49+00:00</updated>
<author>
<name>Tyler McGavran</name>
<email>tyler.taggerung@gmail.com</email>
</author>
<published>2023-09-09T04:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=7afffb63f5c6f195745ca3f253604184e538de1d'/>
<id>7afffb63f5c6f195745ca3f253604184e538de1d</id>
<content type='text'>
* Update building of packed_dl files

* Expose course_data symbols to linker.

* Remove undefined_syms for course data

* Update ctx_includes

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update building of packed_dl files

* Expose course_data symbols to linker.

* Remove undefined_syms for course data

* Update ctx_includes

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Match bss for code_800029B0 and clean headers (#406)</title>
<updated>2023-09-08T19:39:13+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2023-09-08T19:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=208fecdd28bdc3424d6ebf09f1eab23f271467b6'/>
<id>208fecdd28bdc3424d6ebf09f1eab23f271467b6</id>
<content type='text'>
* Match bss for code_800029B0 and clean headers

* Fix dvdl and a warning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Match bss for code_800029B0 and clean headers

* Fix dvdl and a warning</pre>
</div>
</content>
</entry>
<entry>
<title>Matched some funcs (#378)</title>
<updated>2023-08-23T01:12:51+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2023-08-23T01:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=6e3f6aee638adfaee3ccbd72dc0d18f10d9f4ef6'/>
<id>6e3f6aee638adfaee3ccbd72dc0d18f10d9f4ef6</id>
<content type='text'>
* Matched code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Matched code</pre>
</div>
</content>
</entry>
<entry>
<title>Various cleanup and matching (#369)</title>
<updated>2023-08-12T21:19:57+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2023-08-12T21:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=569bafc48bb071f0abc353d82b3429c01d7a8817'/>
<id>569bafc48bb071f0abc353d82b3429c01d7a8817</id>
<content type='text'>
* More podium_ceremony_actors documentation

* Updated progress script

* Various matches and cleanup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* More podium_ceremony_actors documentation

* Updated progress script

* Various matches and cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>Rename a bunch of D_06XXXXXX variables (#330)</title>
<updated>2023-07-08T23:54:58+00:00</updated>
<author>
<name>Tyler McGavran</name>
<email>tyler.taggerung@gmail.com</email>
</author>
<published>2023-07-08T23:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=2f7719086ae5caa2add5b0c6b05cc05e8e71a96e'/>
<id>2f7719086ae5caa2add5b0c6b05cc05e8e71a96e</id>
<content type='text'>
* Rename a bunch of D_06XXXXXX variables

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rename a bunch of D_06XXXXXX variables

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;</pre>
</div>
</content>
</entry>
</feed>
