Commit Graph

  • a4890f9dfc Move penguin code to class MegaMech 2024-12-07 19:38:47 -07:00
  • bcf4a7f384 Put all thwomp code in thomp class MegaMech 2024-12-06 21:50:01 -07:00
  • f87ad23500 Add warning if no finishline. Remove printfs MegaMech 2024-12-06 13:38:50 -07:00
  • 821bb4eba2 Fix balloons MegaMech 2024-12-06 13:38:17 -07:00
  • 678b78905c strcpy dma_textures instead of memcpy MegaMech 2024-12-06 07:18:55 -07:00
  • e0e1d60181 Fix minimap on custom courses MegaMech 2024-12-06 07:18:21 -07:00
  • 19135c9ee8 load course dl textures from otr and move objects MegaMech 2024-12-05 21:41:58 -07:00
  • 7628e98e37 loadtile fix MegaMech 2024-12-04 15:03:59 -07:00
  • 7e6aba50a2 Merge pull request #129 from HarbourMasters/modding+ MegaMech 2024-12-04 11:20:38 -07:00
  • c774537ad3 Merge branch 'modding' into modding+ modding+ MegaMech 2024-12-04 11:20:07 -07:00
  • eb158e2abd Merge pull request #131 from MegaMech/modsnew MegaMech 2024-12-04 11:19:49 -07:00
  • 00aa01bed8 Merge branch 'modding' into modsnew MegaMech 2024-12-04 11:19:41 -07:00
  • b0d7f98ff4 Reimplement penguins MegaMech 2024-12-04 11:18:57 -07:00
  • d830492da9 Update synthesis.c MegaMech 2024-12-03 17:14:19 -07:00
  • b698167965 Bump LUS modding-mouse KiritoDv 2024-12-03 16:28:03 -06:00
  • 9ec8b03486 Added mouse press read KiritoDv 2024-12-03 16:27:54 -06:00
  • 5455478ceb Test mouse KiritoDv 2024-12-03 15:47:43 -06:00
  • e413eb7f31 Initialize local variable MegaMech 2024-12-03 13:26:47 -07:00
  • 779c43c6c1 fix atan2f intrinsic compiler error in MSVC Sonic Dreamcaster 2024-12-01 03:19:46 -03:00
  • 01b880ae45 Merge branch 'modding+' of https://github.com/HarbourMasters/SpaghettiKart into modding+ KiritoDv 2024-11-30 23:34:24 -06:00
  • e2b7e2e523 Fixed audio processing on windows KiritoDv 2024-11-30 23:34:17 -06:00
  • 0caf53c48d Added support for current XML factories KiritoDv 2024-11-30 22:46:44 -06:00
  • 1bcfb17f8b Implemented audio sliders KiritoDv 2024-11-30 22:46:29 -06:00
  • 5e2c338fc7 Documented sequences and move them into the Course system KiritoDv 2024-11-30 14:44:14 -06:00
  • 91620199e5 Fixed mixer differences and reenabled reverb KiritoDv 2024-11-30 13:16:31 -06:00
  • 0cfb6b3c62 SAMPLE_HIGH 448 SAMPLE_LOW 432 Sonic Dreamcaster 2024-11-30 15:30:08 -03:00
  • 641ea57db9 Disable reverb inits Sonic Dreamcaster 2024-11-30 15:27:35 -03:00
  • 158b662722 Bump torch KiritoDv 2024-11-29 22:11:53 -06:00
  • 5ebd7700c3 Recalculated samples_high/low to 26800(Still needs help) KiritoDv 2024-11-29 22:10:01 -06:00
  • b5f40472f6 Reverted more things KiritoDv 2024-11-29 21:43:41 -06:00
  • ff89ec738e Readded reverbs but something is still wrong KiritoDv 2024-11-29 21:23:39 -06:00
  • 57b0320045 Patched another load banks func KiritoDv 2024-11-29 20:51:58 -06:00
  • a6954253fd This need validation KiritoDv 2024-11-29 19:33:32 -06:00
  • 425ea12842 Modified aADPCMdecImpl KiritoDv 2024-11-29 19:29:44 -06:00
  • 2d16bb849b Changed calculation KiritoDv 2024-11-29 17:37:19 -06:00
  • 71cfbcab7e Reverted unnecesary changes KiritoDv 2024-11-29 17:12:28 -06:00
  • e656c11c47 More things KiritoDv 2024-11-29 15:04:47 -06:00
  • 2af5c46e9e Fixed more broken things KiritoDv 2024-11-29 14:24:33 -06:00
  • 7875424607 Audio is now compiling but crashing yay KiritoDv 2024-11-29 11:00:09 -06:00
  • a4a03820b4 Bump torch and replaced audio yaml KiritoDv 2024-11-28 16:21:58 -06:00
  • ba1cfae6f4 Merge pull request #127 from MegaMech/modsnew MegaMech 2024-11-25 19:15:10 -07:00
  • 635556027a Merge branch 'modsnew' of https://github.com/megamech/spaghettikart into modsnew MegaMech 2024-11-25 19:12:46 -07:00
  • 8450174ea2 Update libultraship MegaMech 2024-11-25 19:11:57 -07:00
  • f3e0a0628e Update Torch MegaMech 2024-11-25 19:04:09 -07:00
  • 84dd321454 Fix extract, add audio yml MegaMech 2024-11-25 18:21:16 -07:00
  • b7a637abac Fix freecam for custom courses MegaMech 2024-11-24 15:38:57 -07:00
  • 55fe8eb13d Thwomp Comments MegaMech 2024-11-24 13:06:06 -07:00
  • 17d3fb49f2 Thwomp Collisionbox and squish size MegaMech 2024-11-24 13:03:50 -07:00
  • cae7cc7f6f Finish implementing Thwomp MegaMech 2024-11-24 11:29:46 -07:00
  • fd59569ef5 Implement Thwomps MegaMech 2024-11-23 22:18:17 -07:00
  • fc92794854 Merge pull request #17 from garrettjoecox/modsnew MegaMech 2024-11-21 20:10:06 -07:00
  • 6b71793b4f Fix clang compiler issues Garrett Cox 2024-11-21 20:20:37 -06:00
  • 318a6d713f Define default keyboard layout MegaMech 2024-11-21 17:29:14 -07:00
  • c7d18cee75 Remove unused metadata files MegaMech 2024-11-20 22:55:45 -07:00
  • 097a3ff550 Remove asserts MegaMech 2024-11-20 22:50:36 -07:00
  • e5d512b3e8 Audio Extract 2 MegaMech 2024-11-20 18:08:45 -07:00
  • 9d8a316c8d Extract Audio MegaMech 2024-11-20 18:04:54 -07:00
  • 6358a28ddc Fix widescreen 2 MegaMech 2024-11-20 17:57:14 -07:00
  • 93973e08c3 First batch of widescreen fixes MegaMech 2024-11-20 12:30:04 -07:00
  • 7ca7f18366 Fix credits transition widescreen MegaMech 2024-11-19 13:20:40 -07:00
  • 8a830169ea Chase perf MegaMech 2024-11-17 21:06:56 -07:00
  • 66d66c9855 Chase fix MegaMech 2024-11-17 21:06:22 -07:00
  • a3cea25d30 Implement kart chase MegaMech 2024-11-17 20:56:53 -07:00
  • 8414e8847c Fix render bug MegaMech 2024-11-17 00:48:49 -07:00
  • 26dca2697b Fix pipe compile MegaMech 2024-11-16 17:52:10 -07:00
  • 03f09a93f1 lod fix MegaMech 2024-11-16 17:48:19 -07:00
  • e85b7ddbe9 Add disable lod to mrw pipe MegaMech 2024-11-16 17:47:00 -07:00
  • a4ba62e01a Make boat always active MegaMech 2024-11-16 17:34:23 -07:00
  • d29f5c7a64 General Cleanup of vehicles MegaMech 2024-11-16 16:40:39 -07:00
  • be9f49a0be Implement reset button MegaMech 2024-11-16 00:55:22 -07:00
  • 7cdf3daf71 Add cvar multiplayer features no cut and equiv train in multiplayer MegaMech 2024-11-16 00:38:29 -07:00
  • e6565f23f8 Cleanup MegaMech 2024-11-15 23:32:54 -07:00
  • 815c11ac4b Fix jumbotron MegaMech 2024-11-15 23:27:18 -07:00
  • 75344d87eb [modding] Implement jumbtron fb effect (#125) MegaMech 2024-11-15 03:02:20 -07:00
  • 475f167bb2 [modding] Big Update PR (#118) MegaMech 2024-11-14 23:32:55 -07:00
  • 61d1e883fd remove test code from famebuffer pr (#123) legacy Archez 2024-11-14 23:32:21 -05:00
  • 386bd126e2 Implement jumbotron framebuffer effect (#121) Archez 2024-11-14 22:33:51 -05:00
  • 895901d9c6 minor fix and update LUS (#119) coco875 2024-11-11 02:01:48 +01:00
  • 4fbb031dd9 Refactors (#114) MegaMech 2024-10-15 20:29:26 -06:00
  • af81bad1f3 [modding] Add Actors (#113) MegaMech 2024-10-15 18:54:38 -06:00
  • a0862b6a15 [modding] Implement Vehicles & Fix Animations (#109) MegaMech 2024-10-15 13:09:43 -06:00
  • f5b0e02f95 Update Engine.cpp MegaMech 2024-10-11 09:13:25 -06:00
  • 58d56fcba8 Fix linux compilation (#110) coco875 2024-10-08 00:54:13 +02:00
  • f93590691a fix wamr windows normally (#107) coco875 2024-10-06 01:12:15 +02:00
  • 9cf1f9e1d7 [Modding] start add wasm integration (#84) coco875 2024-10-05 23:49:07 +02:00
  • e5f4fdddda [modding] Train Refactor (#105) MegaMech 2024-10-05 15:42:55 -06:00
  • 75297759ee [modding] Course Mod Support (#104) MegaMech 2024-10-05 15:31:31 -06:00
  • 447fd8b290 Fix rainbow text font + update decomp (#102) AloXado320 2024-09-26 23:26:01 -05:00
  • 2b0202a6fe Fix background color between menus (#100) AloXado320 2024-09-26 14:09:07 -05:00
  • d3330ff448 Match func_800A66A8 (#101) MegaMech 2024-09-25 08:11:31 -06:00
  • 203090e591 update with the decomp (#97) coco875 2024-09-17 17:32:50 +02:00
  • d36d7dcd60 update libultraship (#96) coco875 2024-09-17 17:26:20 +02:00
  • da87c9d5e8 clang format add header (#83) coco875 2024-09-11 17:19:20 +02:00
  • 62d23146ff Fix ImguiUI.cpp (#81) MegaMech 2024-09-10 17:53:53 -06:00
  • f79b02348a Fix compile (#80) MegaMech 2024-09-10 17:36:11 -06:00
  • abde6714be [Cheat] custom cc (#71) coco875 2024-09-11 00:35:46 +02:00
  • b7bc19cf9d Update ImguiUI.cpp (#69) MegaMech 2024-09-10 16:31:42 -06:00
  • fa404df377 [Cheat] Disable Wall Collision (#68) coco875 2024-09-11 00:30:19 +02:00
  • ed85166756 [enhancement] Collision Viewer (#59) MegaMech 2024-09-10 16:27:31 -06:00
  • b36b9e3180 [enhancement] Disable Culling (#58) coco875 2024-09-11 00:20:55 +02:00