<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SpaghettiKart/src/port/Game.cpp, branch modding-mouse</title>
<subtitle>SpaghettiKart: Mario Kart 64 PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/'/>
<entry>
<title>Fixed more broken things</title>
<updated>2024-11-29T20:24:33+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-11-29T20:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=2af5c46e9e84083b53fe971265b6168416494c63'/>
<id>2af5c46e9e84083b53fe971265b6168416494c63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Audio is now compiling but crashing yay</title>
<updated>2024-11-29T17:00:09+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-11-29T17:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=78754246074a7377a5d163856caf99eb9dc93539'/>
<id>78754246074a7377a5d163856caf99eb9dc93539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update libultraship</title>
<updated>2024-11-26T02:11:57+00:00</updated>
<author>
<name>MegaMech</name>
<email>7255464+MegaMech@users.noreply.github.com</email>
</author>
<published>2024-11-26T02:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=8450174ea27b937ccbdd737fcddd8d07b6292678'/>
<id>8450174ea27b937ccbdd737fcddd8d07b6292678</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix freecam for custom courses</title>
<updated>2024-11-24T22:38:57+00:00</updated>
<author>
<name>MegaMech</name>
<email>7255464+MegaMech@users.noreply.github.com</email>
</author>
<published>2024-11-24T22:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=b7a637abacee267bd5f121439919f997a03113d8'/>
<id>b7a637abacee267bd5f121439919f997a03113d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish implementing Thwomp</title>
<updated>2024-11-24T18:29:46+00:00</updated>
<author>
<name>MegaMech</name>
<email>7255464+MegaMech@users.noreply.github.com</email>
</author>
<published>2024-11-24T18:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=cae7cc7f6f5c66bca929427efaaf1f7847ca8105'/>
<id>cae7cc7f6f5c66bca929427efaaf1f7847ca8105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Thwomps</title>
<updated>2024-11-24T05:18:17+00:00</updated>
<author>
<name>MegaMech</name>
<email>7255464+MegaMech@users.noreply.github.com</email>
</author>
<published>2024-11-24T05:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=fd59569ef59fce535427e18f42d47274ce4ac93a'/>
<id>fd59569ef59fce535427e18f42d47274ce4ac93a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[modding] Big Update PR (#118)</title>
<updated>2024-11-15T06:32:55+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2024-11-15T06:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=475f167bb2803999c5116bc285601d1f9a05d7de'/>
<id>475f167bb2803999c5116bc285601d1f9a05d7de</id>
<content type='text'>
* Implement kart vehicle

* Fix menu CC

* Actors

* variable framerate

* Implement Actors vector

* Fix water &amp; scrolling textures

* Finish ACoin

* Refactor finishline

* Refactor mtx to vector

* Fix refactored screen code bugs

* Fix playlist bug

* Switching courses working now

* Fix podium ceremony

* Mostly Fix Demo and Credits

* Credits Load Actors and Textures

* Fix credits

* Formatting

* Update lus and torch

* Fix water features

* Fix crabs

* Combine function

* Fix wheels

* Add Moon Jump Cheat

* Wheel Change

* Fix smoke due to wheel change

* Fix screens for wheels

* Fix transparency

* Fix staff ghost

* Fix lakitu transition widescreen

* Rename and export credits text

* Fixes

---------

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>
* Implement kart vehicle

* Fix menu CC

* Actors

* variable framerate

* Implement Actors vector

* Fix water &amp; scrolling textures

* Finish ACoin

* Refactor finishline

* Refactor mtx to vector

* Fix refactored screen code bugs

* Fix playlist bug

* Switching courses working now

* Fix podium ceremony

* Mostly Fix Demo and Credits

* Credits Load Actors and Textures

* Fix credits

* Formatting

* Update lus and torch

* Fix water features

* Fix crabs

* Combine function

* Fix wheels

* Add Moon Jump Cheat

* Wheel Change

* Fix smoke due to wheel change

* Fix screens for wheels

* Fix transparency

* Fix staff ghost

* Fix lakitu transition widescreen

* Rename and export credits text

* Fixes

---------

Co-authored-by: MegaMech &lt;7255464+MegaMech@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Refactors (#114)</title>
<updated>2024-10-16T02:29:26+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2024-10-16T02:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=4fbb031dd95f2a84e73fbca269f517e98808d293'/>
<id>4fbb031dd95f2a84e73fbca269f517e98808d293</id>
<content type='text'>
* Update Engine.cpp

* fix

* Add Actors

* Refactor

* Update Game.cpp

* Refactors as per review</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update Engine.cpp

* fix

* Add Actors

* Refactor

* Update Game.cpp

* Refactors as per review</pre>
</div>
</content>
</entry>
<entry>
<title>[modding] Add Actors (#113)</title>
<updated>2024-10-16T00:54:38+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2024-10-16T00:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=af81bad1f34ee6af52a70ff8bf7ad4e1ee624a93'/>
<id>af81bad1f34ee6af52a70ff8bf7ad4e1ee624a93</id>
<content type='text'>
* fix

* Add Actors

* Refactor

* Update Game.cpp</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix

* Add Actors

* Refactor

* Update Game.cpp</pre>
</div>
</content>
</entry>
<entry>
<title>[modding] Implement Vehicles &amp; Fix Animations (#109)</title>
<updated>2024-10-15T19:09:43+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2024-10-15T19:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=a0862b6a159373f2e1554e489ecb5bb08d89654e'/>
<id>a0862b6a159373f2e1554e489ecb5bb08d89654e</id>
<content type='text'>
* Train works

* Fix minimap

* Fix highway

* Fix

* Refactor train and boat

* Update

* Implement Trucks

* Fix tanker

* Finish implementing vehicles

* Fix animations

* Fix spawn players

* Fix spawn players

* Fix loading custom data

---------

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>
* Train works

* Fix minimap

* Fix highway

* Fix

* Refactor train and boat

* Update

* Implement Trucks

* Fix tanker

* Finish implementing vehicles

* Fix animations

* Fix spawn players

* Fix spawn players

* Fix loading custom data

---------

Co-authored-by: MegaMech &lt;7255464+MegaMech@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
