<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SpaghettiKart/src/code_80071F00.c, branch transformsharedfromptr</title>
<subtitle>SpaghettiKart: Mario Kart 64 PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/'/>
<entry>
<title>Document render/update objects (#565)</title>
<updated>2024-03-04T16:02:45+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2024-03-04T16:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=f99e242d97602a67ddcb107627f56effc4afd065'/>
<id>f99e242d97602a67ddcb107627f56effc4afd065</id>
<content type='text'>
* Document objects related code.
  * Including render/update objects code
* Various renamings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document objects related code.
  * Including render/update objects code
* Various renamings</pre>
</div>
</content>
</entry>
<entry>
<title>Match the last 2 data files (#574)</title>
<updated>2024-02-28T15:11:38+00:00</updated>
<author>
<name>Tyler McGavran</name>
<email>tyler.taggerung@gmail.com</email>
</author>
<published>2024-02-28T15:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=1aa6824d3340fc6fb6eca917f8c3ed7c9259af06'/>
<id>1aa6824d3340fc6fb6eca917f8c3ed7c9259af06</id>
<content type='text'>
* Match the last 2 data files

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;

* Update one of the file names based on comments

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;

* Fix bad path in onomatopoeia asset file

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;

---------

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;
Co-authored-by: Taggerung &lt;tyler.taggerung@email.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Match the last 2 data files

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;

* Update one of the file names based on comments

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;

* Fix bad path in onomatopoeia asset file

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;

---------

Signed-off-by: Taggerung &lt;tyler.taggerung@email.com&gt;
Co-authored-by: Taggerung &lt;tyler.taggerung@email.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix warning, type and document audio (#559)</title>
<updated>2024-02-13T14:27:58+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2024-02-13T14:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=d6663422b04e54e86838b56243cbdef27496d706'/>
<id>d6663422b04e54e86838b56243cbdef27496d706</id>
<content type='text'>
* Document audio

* Update external.h

* fix warnings

* put a do while on one line</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document audio

* Update external.h

* fix warnings

* put a do while on one line</pre>
</div>
</content>
</entry>
<entry>
<title>Code Segments Shiftable (#566)</title>
<updated>2024-02-06T00:08:29+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2024-02-06T00:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=19410f2825b64f114829957e2328961e343dd435'/>
<id>19410f2825b64f114829957e2328961e343dd435</id>
<content type='text'>
his PR cleans up segment related code in main.c.
Also cleans up the linker a bit.

    Add memory pool to linker as .bss to validate that it exists properly.

    Move framebuffers, gfx, and audio buffers out of racing segment and make its own segment.

    Rename framebuffers.c to buffers.c as it contains more than just framebuffers.

    Import asserts from sm64 to validate that code segments are not overlapping

    Rename segNoload to segmentNoload

    Rename 802BA370 segment to trigTables

    Rename gMenuSelectionFromEndingSequence to gGotoMenu

    Rename gMenuSelectionFromQuit to gGotoMode

    Rename SEG_ENDING_SEQUENCES to SEG_ENDING

    Rename data_821D10 to ceremonyData

    Rename data_825800 to startupLogo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
his PR cleans up segment related code in main.c.
Also cleans up the linker a bit.

    Add memory pool to linker as .bss to validate that it exists properly.

    Move framebuffers, gfx, and audio buffers out of racing segment and make its own segment.

    Rename framebuffers.c to buffers.c as it contains more than just framebuffers.

    Import asserts from sm64 to validate that code segments are not overlapping

    Rename segNoload to segmentNoload

    Rename 802BA370 segment to trigTables

    Rename gMenuSelectionFromEndingSequence to gGotoMenu

    Rename gMenuSelectionFromQuit to gGotoMode

    Rename SEG_ENDING_SEQUENCES to SEG_ENDING

    Rename data_821D10 to ceremonyData

    Rename data_825800 to startupLogo
</pre>
</div>
</content>
</entry>
<entry>
<title>place surface type const and unassemble flag in vtx and document effects (#553)</title>
<updated>2024-01-21T04:22:35+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2024-01-21T04:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=639fec14583decbebba6bc069157884bda17f054'/>
<id>639fec14583decbebba6bc069157884bda17f054</id>
<content type='text'>
* place surface type const and unassemble flag in vtx

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* place surface type const and unassemble flag in vtx

</pre>
</div>
</content>
</entry>
<entry>
<title>document player and cpu (#534)</title>
<updated>2024-01-17T23:19:54+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2024-01-17T23:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=a86b3b0a2ee97eedd44f7a31b1b5bddd817537e6'/>
<id>a86b3b0a2ee97eedd44f7a31b1b5bddd817537e6</id>
<content type='text'>
* document player and cpu

* cpu_descisions_branch_item to cpu_decisions_branch_item</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* document player and cpu

* cpu_descisions_branch_item to cpu_decisions_branch_item</pre>
</div>
</content>
</entry>
<entry>
<title>Rename some Object related function and property (#531)</title>
<updated>2024-01-17T22:10:26+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2024-01-17T22:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=6716570e2a5cc93053b7017e618d08d9b3459214'/>
<id>6716570e2a5cc93053b7017e618d08d9b3459214</id>
<content type='text'>
* rename some variables</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rename some variables</pre>
</div>
</content>
</entry>
<entry>
<title>rename some texture (#530)</title>
<updated>2024-01-17T02:07:37+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2024-01-17T02:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=eb69ec24932b39ea4d5e3d6bbb199b64c326a5bf'/>
<id>eb69ec24932b39ea4d5e3d6bbb199b64c326a5bf</id>
<content type='text'>
* rename some texture

* format common_texture</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rename some texture

* format common_texture</pre>
</div>
</content>
</entry>
<entry>
<title>Finish bss (#527)</title>
<updated>2024-01-02T21:53:51+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2024-01-02T21:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=7c44252daad7d5645014f9a0e0b9bbc4c54c58ee'/>
<id>7c44252daad7d5645014f9a0e0b9bbc4c54c58ee</id>
<content type='text'>
* Finish importing bss</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Finish importing bss</pre>
</div>
</content>
</entry>
<entry>
<title>fix todo, bug not appears and change theme (#525)</title>
<updated>2024-01-01T02:56:14+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2024-01-01T02:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=98474c5b94e453fcee4d332657e45b2f626c62a3'/>
<id>98474c5b94e453fcee4d332657e45b2f626c62a3</id>
<content type='text'>
* fix todo, bug not appears and change theme

* fix warning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix todo, bug not appears and change theme

* fix warning</pre>
</div>
</content>
</entry>
</feed>
