summaryrefslogtreecommitdiff
path: root/include/Player
AgeCommit message (Collapse)Author
2025-01-10PlayerControl: Decomp 9%Aetias
2025-01-09PlayerControl: Decomp 7%Aetias
2025-01-06PlayerControl: Decomp 5%Aetias
2025-01-06LinkStateItem: Use enumsAetias
2025-01-05Update `EquipBomb::StopUsing` method signaturemike8699
This method has an additional argument.
2025-01-05Properly define static methods as staticmike8699
2025-01-05Add `StopUsing` methods to several classesmike8699
These are used in `LinkStateItem::OnStateLeave`
2025-01-05Decompile `LinkStateItem::GetLinkStateMove`mike8699
2025-01-05Decompile `GetLinkState` arm9 functionmike8699
This is not part of the `LinkStateItem` class, but it is called by a method in that class. I wasn't sure the best place to put this.
2024-10-19Merge branch 'main' into match_actor_rupeeAetias
2024-10-12Add `.clang-format`Aetias
2024-06-21Merge branch 'main' into actorAetias
2024-06-21Fix build errors in stubsAetias
2024-05-26Decomp `Actor`Aetias
2024-05-25Decomp `Actor`Aetias
2024-05-25Mangle `TouchControl` functionsAetias
2024-05-25Mangle `EquipRope::func_ov14_0213defc`Aetias
2024-05-25Mangle `EquipRope::func_ov14_0213d420`Aetias
2024-05-25Mangle `EquipSword::GetEquipRope`Aetias
2024-05-23Mangle `PlayerLinkBase::GetCurrentCharacter`Aetias
2024-05-23Mangle `EquipBoomerang::GetActor`Aetias
2024-05-23Mangle `PlayerLinkBase::GetGrabActorId`Aetias
2024-05-23Rename `gPlayerControl`Aetias
2024-05-23Rename `PlayerLinkBase::GongoronCollidesWith`Aetias
2024-05-23Rename `EquipCollidesWith`, `Cylinder::Overlaps`Aetias
2024-05-23Rename `gPlayerVel` and `gPlayerAngle`Aetias
2024-05-19Rename `PlayerBase::CollidesWith`Aetias
2024-05-19Name `gPlayerPos`Aetias
2024-05-19Decomp `Actor`Aetias
2024-05-19Name `gPlayer` singletonAetias
2024-05-18Mangle `PlayerLinkBase::func_ov00_020bbd80`Aetias
2024-05-18Name `gPlayerLink` singletonAetias
2024-05-03Merge branch 'main' into match_actor_rupeeAetias
2024-04-30Merge branch 'main' into item-managerAetias
2024-04-23Delink `Course`Aetias
2024-04-17Add `HealthManager`Aetias
2024-04-17fixed build issues and function non-matchingsYanis42
2024-04-15initial workYanis42
2024-04-14Mangle `Actor`Aetias
2024-04-06Add `TouchGesture`Aetias
2024-04-06Add `LinkStateFollow`Aetias
2024-04-06Add `LinkStateMove`Aetias
2024-04-06Add `PlayerControl` and move all .inc filesAetias
My worktree was too big to make two separate commits :p
2024-03-31Add `LinkStateRoll`Aetias
2024-03-31`LinkStateItemGet` -> `LinkStateCutscene`Aetias
2024-03-31`LinkState4` -> `LinkStateRoll`Aetias
2024-03-31`LinkState3` -> `LinkStateFollow`Aetias
2024-03-31`LinkStateGrab` -> `LinkStateInteract`Aetias
2024-03-30Add `PlayerBase.cpp`Aetias
2024-03-26Update fields in `PlayerBase`Aetias