<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SpaghettiKart/src/racing, branch bettercontrollerpak</title>
<subtitle>SpaghettiKart: Mario Kart 64 PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/'/>
<entry>
<title>Implemented new audio driver for sequence replacement  (#478)</title>
<updated>2025-07-21T18:48:53+00:00</updated>
<author>
<name>Lywx</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2025-07-21T18:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=13814868ed0d057a3b6a1a37895f28a1f9782378'/>
<id>13814868ed0d057a3b6a1a37895f28a1f9782378</id>
<content type='text'>
* [WIP] Added custom driver and implemented sequence replacement

* Implemented hmas effect system and wip replace system

* Added load from o2r

* Implemented sequence replacement

* Added looping point support

* Added reduced volume when pausing

* Fixed audio reset and added fade out

* Fixed music when retrying

* Fixed star music

* Parsed more info, not just loops

* Fixed linux compilation

* add doc

* Update docs/custom-audio.md

* Update docs/modding.md

---------

Co-authored-by: coco875 &lt;59367621+coco875@users.noreply.github.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>
* [WIP] Added custom driver and implemented sequence replacement

* Implemented hmas effect system and wip replace system

* Added load from o2r

* Implemented sequence replacement

* Added looping point support

* Added reduced volume when pausing

* Fixed audio reset and added fade out

* Fixed music when retrying

* Fixed star music

* Parsed more info, not just loops

* Fixed linux compilation

* add doc

* Update docs/custom-audio.md

* Update docs/modding.md

---------

Co-authored-by: coco875 &lt;59367621+coco875@users.noreply.github.com&gt;
Co-authored-by: MegaMech &lt;MegaMech@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add Rulesets (#494)</title>
<updated>2025-07-20T23:13:35+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2025-07-20T23:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=adc7dd050f3a2fd13b85b2d799154061d196ef09'/>
<id>adc7dd050f3a2fd13b85b2d799154061d196ef09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix background color (#460)</title>
<updated>2025-07-14T22:39:45+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2025-07-14T22:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=01f6b9a1ce73b96921e401957bc66cd24fe70264'/>
<id>01f6b9a1ce73b96921e401957bc66cd24fe70264</id>
<content type='text'>
* fix background color

* reduce print about false problem

* Update memory.c</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix background color

* reduce print about false problem

* Update memory.c</pre>
</div>
</content>
</entry>
<entry>
<title>port pr 730 from the decomp (#445)</title>
<updated>2025-07-10T23:11:36+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2025-07-10T23:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=6a8baf89369374a4e3bbccb5b45d5de36eb7e843'/>
<id>6a8baf89369374a4e3bbccb5b45d5de36eb7e843</id>
<content type='text'>
* port pr 730 from the decomp

Co-Authored-By: Jed Grabman &lt;7600154+jedgrabman@users.noreply.github.com&gt;

* rename file

* small fix

* finish fix time trial

---------

Co-authored-by: Jed Grabman &lt;7600154+jedgrabman@users.noreply.github.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>
* port pr 730 from the decomp

Co-Authored-By: Jed Grabman &lt;7600154+jedgrabman@users.noreply.github.com&gt;

* rename file

* small fix

* finish fix time trial

---------

Co-authored-by: Jed Grabman &lt;7600154+jedgrabman@users.noreply.github.com&gt;
Co-authored-by: MegaMech &lt;MegaMech@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some UB (#438)</title>
<updated>2025-07-09T22:36:56+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2025-07-09T22:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=ccb018357a587b554070855a88ff8790390144f6'/>
<id>ccb018357a587b554070855a88ff8790390144f6</id>
<content type='text'>
* Update Game.cpp

* Update actors_extended.c

* Update Game.cpp</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update Game.cpp

* Update actors_extended.c

* Update Game.cpp</pre>
</div>
</content>
</entry>
<entry>
<title>Small, random optimisations (#363)</title>
<updated>2025-07-09T18:06:08+00:00</updated>
<author>
<name>V10lator</name>
<email>v10lator@myway.de</email>
</author>
<published>2025-07-09T18:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=d175f5ef243c16fed27730d5c89eb709dcfc4d5a'/>
<id>d175f5ef243c16fed27730d5c89eb709dcfc4d5a</id>
<content type='text'>
* Remove useless player pointer copies

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Fix target FPS

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Add else

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Remove useless addition

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Simplify func_8001CA24(Player* player, f32 arg1)

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Simplify a few more functions

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Make 2 arrays static const

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

---------

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&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>
* Remove useless player pointer copies

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Fix target FPS

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Add else

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Remove useless addition

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Simplify func_8001CA24(Player* player, f32 arg1)

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Simplify a few more functions

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

* Make 2 arrays static const

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;

---------

Signed-off-by: Thomas Rohloff &lt;v10lator@myway.de&gt;
Co-authored-by: MegaMech &lt;MegaMech@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update race_logic.c (#430)</title>
<updated>2025-07-06T23:12:00+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2025-07-06T23:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=4491c025a5e22624caa7dac3faf802de395db17a'/>
<id>4491c025a5e22624caa7dac3faf802de395db17a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Logging for Skipping Laps in Debug Mode (#428)</title>
<updated>2025-07-06T18:25:34+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2025-07-06T18:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=82632b112c3805c4d66c324e209aa8a94cfe794c'/>
<id>82632b112c3805c4d66c324e209aa8a94cfe794c</id>
<content type='text'>
* Update race_logic.c

* Update race_logic.c</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update race_logic.c

* Update race_logic.c</pre>
</div>
</content>
</entry>
<entry>
<title>Update race_logic.c (#427)</title>
<updated>2025-07-06T18:15:59+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2025-07-06T18:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=855761822cb50a1a3c1d128bb08ebd1dae8a013c'/>
<id>855761822cb50a1a3c1d128bb08ebd1dae8a013c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Harder CPU Items (#421)</title>
<updated>2025-07-06T01:05:46+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2025-07-06T01:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=94ad7879caca8540bbfe39612167441374568b4d'/>
<id>94ad7879caca8540bbfe39612167441374568b4d</id>
<content type='text'>
* Fix crash

* Poorly document camera

* Fix harder cpu items

---------

Co-authored-by: MegaMech &lt;7255464+MegaMech@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix crash

* Poorly document camera

* Fix harder cpu items

---------

Co-authored-by: MegaMech &lt;7255464+MegaMech@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
