Commit Graph

603 Commits

Author SHA1 Message Date
MegaMech b6ba045b42
Uintptr (#671)
* Update render_courses.c

* Update math_util.c

* Update math_util.c

* Update math_util.h

* Update render_courses.c
2024-09-11 08:46:38 -06:00
AloXado320 3f353d7b69
Fix some libultra struct types (#677) 2024-09-06 12:20:19 -06:00
AloXado320 c9b9c2d7c8
Fix label variables used in menus (#675)
* Fix label variables used in menus

* split D_800F2BDC and clang format menu.c

---------

Co-authored-by: coco875 <pereira.jannin@gmail.com>
2024-09-06 12:18:57 -06:00
AloXado320 82cea5f7f9
Fix color font matrix function (#676) 2024-09-05 13:05:27 -06:00
MisterSheeple 36ff32f9b1
Update Dockerfile to latest Ubuntu LTS + fixed missing cmake (#674) 2024-09-04 17:36:21 -06:00
coco875 b3aa6eceda
some rename for torch (#588)
* rename gBombKartSpawns, and fix cup ID

* Update doxygen_syms.md

* rename for gCourseIndexInCup and his constant

* rename to gCupSelectedCourseIndex

* forget a change in constant

* fix compilation issue
2024-08-31 08:34:52 -06:00
coco875 3534198418
Update linkonly_generator.py (#670) 2024-08-24 15:36:12 -06:00
coco875 17a6f4bb3d
update clang and add action (#664)
* update clang and add action

* try clang on course folder only

* forget two file

* Update course_displaylists.inc.c

* forget few other file

* Update course_vertices.inc.c

* format all code while get it match

* second pass

* format other dir

* disable clang format on bad ido code

* fix some tabulation

* revert format on tool dir

* Update clang-format.yml

* ignore gbi.h

* add some read me instruction

* fix error

* format and fixing error

* Update README.md

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-24 15:27:53 -06:00
coco875 368c276e1e
fix a value and do a rename (#669) 2024-08-23 12:12:55 -06:00
MegaMech 8ebae23080
Label a save info loop (#645)
* save info

* more gcc progress
2024-08-22 23:59:04 -06:00
coco875 40f677db52
Document Vehicles (#641)
* start doc collision

* fix merge

* finish rename fonction related to vehicle

* document around waypoint of vehicle

* make some modification

* make some change and rename one

* copy_ to oldPos

* doc smoke ferry and train

* some rename

* fix some renaming

* precise index

* rename a funciton

* simplify waypoint_vehicles

* change some name

* change some name

* rename move_to_point_direction

* fix some conflict

* Update code_80005FD0.c

* Update code_80005FD0.h

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-22 23:56:57 -06:00
coco875 7025ff0ca1
update libultra asm (#648)
* update libultra asm

* fix gcc __osThreadTail

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-22 23:31:24 -06:00
coco875 8733751fb5
start documenting animation (#668)
* start documenting animation

* Update course_data.c

* change comment
2024-08-22 13:40:13 -06:00
coco875 1ae52f2fcd
add fedora instruciton (#666)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-20 18:30:54 -06:00
Gabriel Ravier 2c19ad903b
Make evaluate_collision_players_palm_tree better (#667)
This matches just the same as before,	but using those two casts instead of
shifts seems more likely to be accurate to the original source code

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2024-08-20 18:30:18 -06:00
coco875 14e099aecf
document texture of kart (#663)
* document texture of kart

* change screenPlayerId to screenId

* some documentation around object

* Revert "some documentation around object"

This reverts commit cbb39078e0.

* more rename

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-16 15:52:01 -06:00
coco875 9f920f2040
Action more info when it doesn't match and fix first diff (#662)
* Update linux-compile.yml

* fix first-diff

* Update first-diff.py

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-16 15:45:32 -06:00
coco875 6885c23c67
fix ending typo (#651) 2024-08-16 15:43:51 -06:00
coco875 52fd80f4cc
fix typo src (#652)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-16 15:42:55 -06:00
coco875 684cc201c2
fix typo racing (#653)
* fix typo racing

* get it match

* replace G_LINE3D to G_QUAD

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-16 15:42:24 -06:00
coco875 81fe450051
fix typo src (#654)
* fix typo src

* fix non matcing

* Update code_80091750.c

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-16 15:38:16 -06:00
coco875 eae28fa550
fix typo buffers (#655)
* fix typo buffers

* tweak ld file

* rename to sMemoryPool

* add a warning

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-08-16 15:35:57 -06:00
coco875 e2f12c49e9
replace number with const (#665) 2024-08-16 15:34:28 -06:00
coco875 421548767d
fix typo data (#661)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-07-31 21:11:53 -06:00
coco875 2f288fbe10
fix typo debug (#660)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-07-31 21:11:24 -06:00
coco875 9b779c1466
fix course (#659)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-07-31 21:10:48 -06:00
coco875 b1161c2ce8
fix typo include (#658)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-07-31 21:10:19 -06:00
coco875 8f44a7e07e
fix typo src actor (#657)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-07-31 21:09:23 -06:00
coco875 ca4e219c1d
fix typo audio (#656) 2024-07-31 21:08:28 -06:00
coco875 8d414cb3c2
Delete trig_tables_bss.c (#650) 2024-07-28 15:33:33 -06:00
MegaMech 84680fa6e7
Update (#642) 2024-07-21 21:42:46 -06:00
coco875 3d0c047cc9
change bool (#644)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2024-07-21 21:42:14 -06:00
coco875 973eaa32fc
update doxygen (#649) 2024-07-21 21:41:19 -06:00
MegaMech 3d7cdcee8a
Collision Documentation (#640)
* Collision related renames
2024-06-26 19:22:38 -06:00
MegaMech 975b96265c
Fix syntax error (#639)
* Rename some stack vars

* Update collision.c
2024-06-15 14:08:34 -06:00
MegaMech a3cfaae2ba
Rename some stack vars (#638) 2024-06-15 14:06:02 -06:00
MegaMech 8389b71004
Rename surface map to collision mesh (#637) 2024-06-15 13:30:14 -06:00
MegaMech bbf45b44de
Renames for screenId and other changes (#636)
* screenId renames
2024-06-15 12:01:58 -06:00
MegaMech aa7e9146c4
Update common_data.yml (#635) 2024-06-15 12:00:41 -06:00
MegaMech 392916fe60
Update menus.c (#634) 2024-05-01 19:51:01 -06:00
MegaMech f5d8147d4b
Update Attempts and cleanup synthesis_process_notes (#633)
* Update code_80005FD0.c
2024-05-01 19:19:02 -06:00
MegaMech a66a6fd009
Add an attempt for synthesis_process_notes (#632)
* Update synthesis.c with attempt
2024-05-01 11:35:05 -06:00
inspectredc d04a5dcdda
Match func_800AFE00 (#631)
* Match func_800AFE00
2024-04-23 17:43:51 -06:00
MegaMech 49625d3977
Update code_80005FD0.c (#630) 2024-04-23 14:06:18 -06:00
MegaMech 21de29c7e6
Update menus.c (#629) 2024-04-23 13:41:43 -06:00
MegaMech a33325212f
Fix bugs in non_matching (#628)
* Update menus.c

* Update code_80057C60.c
2024-04-23 13:23:25 -06:00
MegaMech 911c4ee956
Match funcs (#627)
* Match funcs
2024-04-23 11:36:24 -06:00
MegaMech 669ea9edb1
Update code_800AF9B0.c (#626) 2024-04-23 10:32:34 -06:00
MegaMech d5264825f0
Fix audio_init (#625)
* Fix audio_init
2024-04-22 17:31:37 -06:00
MegaMech 7daf82481b
Update code_80091750.c (#624) 2024-04-22 10:33:15 -06:00