summaryrefslogtreecommitdiff
path: root/src/engine
AgeCommit message (Collapse)Author
2024-11-30Documented sequences and move them into the Course systemKiritoDv
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-17Chase perfMegaMech
2024-11-17Chase fixMegaMech
2024-11-17Implement kart chaseMegaMech
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-16Add cvar multiplayer features no cut and equiv train in multiplayerMegaMech
2024-11-15CleanupMegaMech
2024-11-15Fix jumbotronMegaMech
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
2024-10-05[Modding] start add wasm integration (#84)coco875
* start add wasm integration * some test * some improvement * try more language * expend try with python * update * half working python * improve and extend test * get py2wasm work but not so well * convert to use in cpp * start prepare multimodule * improve a little by using cpp (but still not great) * Update wasm.cpp * try ocaml * add a working example of python with a not complete function * remove type to be even more curse * start add a proper mod loader * allow mod to communicate between * example of hook --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-10-05[modding] Course Mod Support (#104)MegaMech
* Course Manager * Course * Test * Render * That escalated quickly * update * properties * Properties * test * Fix compile * Add World * skycolours * Skybox Colours done * Cleanup * test * Game runs again * update * Game run again * Cup Works * continue * Add Courses * clouds * changes * fixes * update * Fix compile * update * A few changes * More Updates * More refactors * Fixes * Fix ai behaviour * Changes * Fix courses * test course test not working * CUSTOM * TestCourse works kinda * fixes * test course works * cleanup --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>