454 Commits

Author SHA1 Message Date
Aetias eea3400f08 Merge branch 'main' into map-manager 2024-04-21 12:18:19 +02:00
Aetias 188ac744ca Delink ActorType 2024-04-21 12:11:23 +02:00
Aetias 806b46854f Add MapManager.cpp 2024-04-21 08:25:26 +02:00
Yanis42 5da4496e3d Merge remote-tracking branch 'upstream/main' into match_actor_rupee 2024-04-21 01:08:31 +02:00
Aetias d994c9ee4b Merge branch 'main' into item-manager 2024-04-20 14:01:33 +02:00
Aetias d874460fa2 Remove ActorRupee::gResource 2024-04-20 13:44:08 +02:00
Aetias 0e5b67f37b Delete Resource
It has been replaced by `DestructorChain`
2024-04-20 13:37:04 +02:00
Yanis42 c7fd0dd4bd fix more matching issues 2024-04-19 21:57:52 +02:00
Yanis42 0802505ec9 Merge remote-tracking branch 'upstream/main' into match_actor_rupee 2024-04-19 16:51:32 +02:00
Aetias 9a7bc06baa Decomp ItemManager::func_ov00_020ae350 2024-04-19 16:36:22 +02:00
Aetias 6f5483638e Decomp ItemManager::GiveRupees 2024-04-18 20:16:18 +02:00
Aetias ce73f7f765 Decomp ItemManager::GiveItem 2024-04-18 19:37:21 +02:00
Aetias 35528451de Add item/adventure flags + item IDs 2024-04-18 17:15:33 +02:00
Aetias 897bf1d049 Add HealthManager 2024-04-17 23:07:01 +02:00
Yanis42 808cd5bf0f fixed build issues and function non-matchings 2024-04-17 13:59:41 +02:00
Aetias 9889b69468 Merge branch 'main' into item-manager 2024-04-16 21:34:10 +02:00
Aetias 42e47a1041 Add extern gAdventureFlags 2024-04-16 20:55:00 +02:00
Aetias 52862236e3 Finish AdventureFlags 2024-04-16 20:52:22 +02:00
Yanis42 40e593461f initial work 2024-04-15 23:54:15 +02:00
Aetias 43720a9855 Mangle AdventureFlags 2024-04-15 19:26:21 +02:00
Aetias c323a0cda8 Update ItemManager::GiveItem params 2024-04-14 14:39:15 +02:00
Aetias 7cc42a9526 Decomp ItemManager::LoadFanfareItem 2024-04-14 14:19:59 +02:00
Aetias 7b8443d0a5 Mangle Actor 2024-04-14 11:27:14 +02:00
Aetias 93c2d93d17 ActorFilterBase -> FilterActorBase 2024-04-13 19:05:17 +02:00
Aetias 5a40c5a0e4 Delink ActorManager 2024-04-13 18:50:33 +02:00
Aetias a61011c82f Add vtable for ModelRender 2024-04-08 23:32:48 +02:00
Aetias 748ea2d01a Add item IDs 2024-04-08 23:22:46 +02:00
Aetias 392ccb357e Mangle ActorRupee actor type and resource 2024-04-07 15:04:51 +02:00
Aetias b27372d921 Add ActorRupee 2024-04-07 14:12:39 +02:00
Aetias 77eb02449c Add field to Actor 2024-04-06 16:39:13 +02:00
Aetias dcf4270939 Add TouchGesture 2024-04-06 16:38:55 +02:00
Aetias 336defc995 Add LinkStateFollow 2024-04-06 16:11:25 +02:00
Aetias bcff62a8ba Add LinkStateMove 2024-04-06 11:49:42 +02:00
Aetias cab451da34 Add PlayerControl and move all .inc files
My worktree was too big to make two separate commits :p
2024-04-06 09:26:14 +02:00
Aetias 42e3f78016 Add LinkStateRoll 2024-03-31 10:29:33 +02:00
Aetias d40ff9598d LinkStateItemGet -> LinkStateCutscene 2024-03-31 10:01:12 +02:00
Aetias 410c5acc2d LinkState4 -> LinkStateRoll 2024-03-31 09:59:07 +02:00
Aetias 85bbacbc86 LinkState3 -> LinkStateFollow 2024-03-31 09:57:20 +02:00
Aetias de7aff1571 LinkStateGrab -> LinkStateInteract 2024-03-31 09:53:44 +02:00
Aetias 3b9d07865c Remove obsolete #define NONMATCH in global.h 2024-03-30 12:11:30 +01:00
Aetias b9b56f4e9f Add PlayerBase.cpp 2024-03-30 12:10:44 +01:00
Aetias 6824f9ac3f Update fields in PlayerBase 2024-03-26 22:02:16 +01:00
Aetias 0af61505a9 PlayerLink -> PlayerLinkBase 2024-03-26 21:35:38 +01:00
Aetias ac47abfa46 PlayerLinkBase -> PlayerBase 2024-03-26 21:25:52 +01:00
Aetias f4e26837e2 Fix updated name ActorNavi 2024-03-25 19:44:59 +01:00
Aetias 16cf2f6091 Add LinkStateGrab 2024-03-25 19:44:30 +01:00
Aetias c974e75926 Fix duplicate field names in LinkState4 2024-03-25 19:30:39 +01:00
Aetias fab3da0e81 Move Actors/ to Actor/ 2024-03-25 19:30:25 +01:00
Aetias ce3031f712 Document grab actor methods in LinkStateBase 2024-03-25 19:29:37 +01:00
Aetias 44ca783b69 Add LinkStateItem.cpp 2024-03-24 19:07:13 +01:00