summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-07-09make replace neon texture (#435)coco875
* make replace neon texture * cmake are dumb * fix neon render * Update render_objects.c --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-07-09Small, random optimisations (#363)V10lator
* Remove useless player pointer copies Signed-off-by: Thomas Rohloff <v10lator@myway.de> * Fix target FPS Signed-off-by: Thomas Rohloff <v10lator@myway.de> * Add else Signed-off-by: Thomas Rohloff <v10lator@myway.de> * Remove useless addition Signed-off-by: Thomas Rohloff <v10lator@myway.de> * Simplify func_8001CA24(Player* player, f32 arg1) Signed-off-by: Thomas Rohloff <v10lator@myway.de> * Simplify a few more functions Signed-off-by: Thomas Rohloff <v10lator@myway.de> * Make 2 arrays static const Signed-off-by: Thomas Rohloff <v10lator@myway.de> --------- Signed-off-by: Thomas Rohloff <v10lator@myway.de> Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-07-06Update render_objects.c (#432)MegaMech
2025-07-06[Enhancement] Implement Digital Speedometer (#431)MegaMech
* Fix crash * Poorly document camera * Fix harder cpu items * Fix item * Prevent Rare Infinite Loop * Impl Digital Speedometer * Update PortMenu.cpp --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
2025-07-06fix some custom texture (#426)coco875
* fix lakitu custom texture * finish fix lakitu * finish fix lakitu but also fix crab and snowman * Update Mole.cpp * fix texture around jumbotron --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-07-06Update race_logic.c (#430)MegaMech
2025-07-06Update freecam.cpp (#429)MegaMech
2025-07-06Add Logging for Skipping Laps in Debug Mode (#428)MegaMech
* Update race_logic.c * Update race_logic.c
2025-07-06Update race_logic.c (#427)MegaMech
2025-07-06Remove game menubar (#424)MegaMech
2025-07-05Another Item Fix (#423)MegaMech
* Fix crash * Poorly document camera * Fix harder cpu items * Fix item * Prevent Rare Infinite Loop --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
2025-07-05Fix Harder CPU Item (#422)MegaMech
* Fix crash * Poorly document camera * Fix harder cpu items * Fix item --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
2025-07-05Fix Harder CPU Items (#421)MegaMech
* Fix crash * Poorly document camera * Fix harder cpu items --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
2025-07-05fix no cull and add an option to disable rubberbanding (#420)coco875
2025-07-05Update player_controller.c (#419)MegaMech
2025-07-05Update menu_items.c (#417)coco875
2025-07-04Backport (de)acceleration code documentation (#414)Maciek Baron
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-07-03Fix crash (#412)MegaMech
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
2025-07-03Fix small mistake (#409)coco875
* Update other_textures.yml * Update menu_items.c * remove mkload --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-07-03Clear Podium Actors, Path debug info (#405)MegaMech
* Various Changes * Update code_80005FD0.c * Update code_80005FD0.c
2025-07-03Document player alpha (#396)Maciek Baron
* Document player alpha * Fix typo * Document further alpha things * Document movement * Fix indentation
2025-07-01make some texture more flexible and editable + port documentation from the ↵coco875
decomp + fix some bug (#309) * support a more flexible background * remove useless function * rename of some font * experimental png * migrate to the new initdata * fix skybox and adjust minimap * format in audio * simplify player render * simplify shell render and support custom texture of shell * clean redshell texture * format and multiple fix * some update of name * allow change icon of character * more rename * continue rename * more documentation and simplification * change lus and continue rename * continue rename * few fix for asan * fix ghost * Update menu_items.c * fix mac error * some test of tweak for texture * some tweak * some button constant * finish fix ghost * Update menu_items.c * Update render_objects.c * Update menu_items.c * Update libultraship * Update libultraship * Delete valgrind.report * Update libultraship * callgrind benchmark * Update valgrind_callgrind.sh * fix animation * some rename * remove useless submodule * Update libultraship * fix assets * fix mistake * fix more mistake * Update menu_items.c * sync more rename with the decom + fix review * fix a mistake * fix more mistake * re add the limit of fps * fix some hd texture and minimap * fix a name * Update menu_items.c * fix a regression * fix some segment 5 texture (not all) * Update camera.c * improve performance of custom sprite * fix flatten bug and add documentation on player vertex * Update render_player.c * fix data menu * fix trophy for 50 and 150 * Update memory.c * Update code_80057C60.c * fix ghost * fix boo tlut * fix a mistake in yaml * fix yaml * Update common_data.yml * add comment for segment 3 * allow even more change in texture * Update common_data.yml * Update update.inc.c * Update camera.c * Update some_data.c * wip changes * Update other_textures.yml * More changes * Update update_objects.c * Fix compile * Update memory.c * Update memory.c --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-30Update code_80005FD0.c (#404)MegaMech
2025-06-30Update Course.cpp (#403)MegaMech
2025-06-28correct use of pointer and fix mistake (#394)coco875
* correct use of pointer and fix mistake * remove CM_WeirdLength * Update Game.cpp * Update Game.cpp --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-27fix windows non-ascii char (#392)coco875
2025-06-27guide a lost camera_junk.h back home (#384)Bloxxy
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-27Update menu_items.c (#381)coco875
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-27fix dk and wario crash (#388)coco875
* fix dk and wario crash * Update menu_items.c --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-26Update update_objects.cMegaMech
2025-06-26Update update_objects.cMegaMech
2025-06-26Update update_objects.cMegaMech
2025-06-26Update update_objects.cMegaMech
2025-06-26Update update_objects.hMegaMech
2025-06-26Update update_objects.cMegaMech
2025-06-26Update update_objects.cMegaMech
2025-06-26Update code_80005FD0.cMegaMech
2025-06-26Update Menu.h (#382)MegaMech
2025-06-26Update update_objects.c (#378)coco875
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-26fix hud occluded (#379)coco875
2025-06-25Emit error message when pfd is not available (#372)Adam
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-25Update Game.cpp (#362)coco875
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-25Update render_objects.c (#376)coco875
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-06-25fix trophy for 50 and 150 (#374)coco875
2025-06-22Implement CPU Spiny Shell (#325)MegaMech
* Implement CPU Blue Shell
2025-06-22Update Editor.cpp (#324)MegaMech
2025-06-22Fix special itemboxes providing Bananas instead (#310)MegaMech
* Update update_objects.h * Update update_objects.c * Update actors.c
2025-06-22allow to replace img with png or jpg or bmp (#272)coco875
* allow to replace img with png or jpg or bmp * revert experimental change
2025-06-21Fix L button volume changing (#269)MegaMech
* Update effects.c * Update external.c * Update external.c * Update external.c
2025-06-21Update TrackPathPointFactory.cpp (#259)MegaMech