Commit Graph

73 Commits

Author SHA1 Message Date
MegaMech 17d3fb49f2 Thwomp Collisionbox and squish size 2024-11-24 13:03:50 -07:00
MegaMech cae7cc7f6f Finish implementing Thwomp 2024-11-24 11:29:46 -07:00
MegaMech fd59569ef5 Implement Thwomps 2024-11-23 22:18:17 -07:00
Garrett Cox 6b71793b4f Fix clang compiler issues 2024-11-21 20:20:37 -06:00
MegaMech 097a3ff550 Remove asserts 2024-11-20 22:50:36 -07:00
MegaMech 8a830169ea Chase perf 2024-11-17 21:06:56 -07:00
MegaMech 66d66c9855 Chase fix 2024-11-17 21:06:22 -07:00
MegaMech a3cea25d30 Implement kart chase 2024-11-17 20:56:53 -07:00
MegaMech 26dca2697b Fix pipe compile 2024-11-16 17:52:10 -07:00
MegaMech 03f09a93f1 lod fix 2024-11-16 17:48:19 -07:00
MegaMech e85b7ddbe9 Add disable lod to mrw pipe 2024-11-16 17:47:00 -07:00
MegaMech a4ba62e01a Make boat always active 2024-11-16 17:34:23 -07:00
MegaMech d29f5c7a64 General Cleanup of vehicles 2024-11-16 16:40:39 -07:00
MegaMech 7cdf3daf71 Add cvar multiplayer features no cut and equiv train in multiplayer 2024-11-16 00:38:29 -07:00
MegaMech e6565f23f8 Cleanup 2024-11-15 23:32:54 -07:00
MegaMech 815c11ac4b Fix jumbotron 2024-11-15 23:27:18 -07:00
MegaMech 475f167bb2 [modding] Big Update PR (#118)
* 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-11-14 23:32:55 -07:00
MegaMech 4fbb031dd9 Refactors (#114)
* Update Engine.cpp

* fix

* Add Actors

* Refactor

* Update Game.cpp

* Refactors as per review
2024-10-15 20:29:26 -06:00
MegaMech af81bad1f3 [modding] Add Actors (#113)
* fix

* Add Actors

* Refactor

* Update Game.cpp
2024-10-15 18:54:38 -06:00
MegaMech a0862b6a15 [modding] Implement Vehicles & Fix Animations (#109)
* 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-15 13:09:43 -06:00
coco875 58d56fcba8 Fix linux compilation (#110)
* fix wamr windows normally

* fix linux issue

* load all wasm in mods folder

* minor fix
2024-10-07 16:54:13 -06:00
coco875 9cf1f9e1d7 [Modding] start add wasm integration (#84)
* 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 15:49:07 -06:00
MegaMech 75297759ee [modding] Course Mod Support (#104)
* 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>
2024-10-05 15:31:31 -06:00