index
:
SpaghettiKart
MegaMech-patch-1
bettercontrollerpak
clang-format
fix/audio
fps-interpolation-2
frameinterpolation
gh-pages
legacy
main
migration/vec-struct
modding+
modding-mouse
nx
transformfuncsforint
transformsharedfromptr
wipinterpchanges
SpaghettiKart: Mario Kart 64 PC port
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
actor_types.h
Age
Commit message (
Expand
)
Author
14 days
Fix warnings regarding ambigious typings (#715)
Lucas
2026-05-03
Fix 32 bit (#697)
coco875
2026-02-24
Impl Sky and SkyActors (#630)
MegaMech
2025-12-16
Impl Triple Shells, fix CPU items (#597)
MegaMech
2025-11-09
Implement SpawnParams struct (#536)
MegaMech
2025-05-14
Impl new intro (#193)
MegaMech
2025-01-23
Game.cpp and World.cpp Cleanup (#159)
MegaMech
2024-11-14
[modding] Big Update PR (#118)
MegaMech
2024-10-15
[modding] Implement Vehicles & Fix Animations (#109)
MegaMech
2024-08-27
Update decomp clang (#67)
coco875
2024-05-01
WIP Compilation
KiritoDv
2024-04-03
move actors code in actors folder and rename thing related to actor (#584)
coco875
2024-04-02
Remove inc from linked file names (#593)
MegaMech
2024-03-04
Document render/update objects (#565)
coco875
2023-09-19
some renaming (#419)
coco875
2023-09-08
Cleanup undefined_syms for all the course data (#407)
Tyler McGavran
2023-09-08
Match bss for code_800029B0 and clean headers (#406)
MegaMech
2023-08-22
Matched some funcs (#378)
MegaMech
2023-08-04
very cool debug display list (#348)
tomas
2023-06-28
Cleaning Up Warnings (#317)
MegaMech
2023-06-28
Make adjustments to most course files (#318)
Tyler McGavran
2023-04-07
Match memory.c, remove warnings, fix fake matches (#301)
MegaMech
2022-09-08
Match the rest of actors.h (#254)
Tyler McGavran
2022-07-27
Add structs for "vehicle" types in 80005FD0 (#248)
Tyler McGavran
2022-06-11
Match all but one function in code_802B0210.c (#217)
Tyler McGavran
2022-05-20
Update and add some header files (#205)
Tyler McGavran
2022-05-19
Update gitignore & match more actor funcs (#206)
MegaMech
2022-05-19
import random_u16 to sm64, match random_s32, and match actor func (#203)
MegaMech
2022-05-18
Match func_802B0570 and fix BananaActor (#204)
Tyler McGavran
2022-05-16
Identify some Actor count variables (#202)
Tyler McGavran
2022-05-14
Give a name to the list of actors (#200)
Tyler McGavran
2022-05-14
Memory and Actor decomp (#201)
MegaMech
2022-05-13
Decomp more actors (#198)
MegaMech
2022-05-11
Added more actor types and some defines (#194)
Tyler McGavran
2022-05-06
Add some more actor types, match a function (#191)
Tyler McGavran
2022-05-04
Add types for shell and triple shell parent (#190)
Tyler McGavran
2022-04-26
Actor decomp (#183)
MegaMech
2021-11-23
Added gamemode and CC defines (#64)
CoderStig
2021-11-05
Split asm using autodecompiler (#49)
CoderStig