summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-12-03Added mouse press readKiritoDv
2024-12-03Test mouseKiritoDv
2024-12-01fix atan2f intrinsic compiler error in MSVCSonic Dreamcaster
2024-11-30Added support for current XML factoriesKiritoDv
2024-11-30Implemented audio slidersKiritoDv
2024-11-30Documented sequences and move them into the Course systemKiritoDv
2024-11-30Fixed mixer differences and reenabled reverbKiritoDv
2024-11-30SAMPLE_HIGH 448 SAMPLE_LOW 432Sonic Dreamcaster
2024-11-30Disable reverb initsSonic Dreamcaster
2024-11-29Recalculated samples_high/low to 26800(Still needs help)KiritoDv
2024-11-29Reverted more thingsKiritoDv
2024-11-29Readded reverbs but something is still wrongKiritoDv
2024-11-29Patched another load banks funcKiritoDv
2024-11-29This need validationKiritoDv
2024-11-29Modified aADPCMdecImplKiritoDv
2024-11-29Changed calculationKiritoDv
2024-11-29Reverted unnecesary changesKiritoDv
2024-11-29More thingsKiritoDv
2024-11-29Fixed more broken thingsKiritoDv
2024-11-29Audio is now compiling but crashing yayKiritoDv
2024-11-25Update libultrashipMegaMech
2024-11-24Fix freecam for custom coursesMegaMech
2024-11-24Thwomp CommentsMegaMech
2024-11-24Thwomp Collisionbox and squish sizeMegaMech
2024-11-24Finish implementing ThwompMegaMech
2024-11-23Implement ThwompsMegaMech
2024-11-21Fix clang compiler issuesGarrett Cox
2024-11-20Remove assertsMegaMech
2024-11-20Fix widescreen 2MegaMech
2024-11-20First batch of widescreen fixesMegaMech
2024-11-19Fix credits transition widescreenMegaMech
2024-11-17Chase perfMegaMech
2024-11-17Chase fixMegaMech
2024-11-17Implement kart chaseMegaMech
2024-11-17Fix render bugMegaMech
2024-11-16Fix pipe compileMegaMech
2024-11-16lod fixMegaMech
2024-11-16Add disable lod to mrw pipeMegaMech
2024-11-16Make boat always activeMegaMech
2024-11-16General Cleanup of vehiclesMegaMech
2024-11-16Implement reset buttonMegaMech
2024-11-16Add cvar multiplayer features no cut and equiv train in multiplayerMegaMech
2024-11-15CleanupMegaMech
2024-11-15Fix jumbotronMegaMech
2024-11-15[modding] Implement jumbtron fb effect (#125)MegaMech
* Update Engine.cpp * minor fix and update LUS (#119) * minor fix and update LUS * update torch * Update torch * Implement jumbotron framebuffer effect * Update skybox_and_splitscreen.c --------- Co-authored-by: coco875 <59367621+coco875@users.noreply.github.com> Co-authored-by: Adam Bird <archez39@me.com>
2024-11-14[modding] Big Update PR (#118)MegaMech
* Implement kart vehicle * Fix menu CC * Actors * variable framerate * Implement Actors vector * Fix water & 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 <7255464+MegaMech@users.noreply.github.com>
2024-10-15Refactors (#114)MegaMech
* Update Engine.cpp * fix * Add Actors * Refactor * Update Game.cpp * Refactors as per review
2024-10-15[modding] Add Actors (#113)MegaMech
* fix * Add Actors * Refactor * Update Game.cpp
2024-10-15[modding] Implement Vehicles & Fix Animations (#109)MegaMech
* 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 <7255464+MegaMech@users.noreply.github.com>
2024-10-07Fix linux compilation (#110)coco875
* fix wamr windows normally * fix linux issue * load all wasm in mods folder * minor fix