Commit Graph

  • 8d89e18780 Place .cpp ahead of corresponding .s files in LCF Aetias 2024-04-28 10:40:34 +02:00
  • a1a7cde91c Update CC_FLAGS Aetias 2024-04-28 10:40:15 +02:00
  • 0d17d1087f Merge pull request #35 from AetiasHax/elfkill Aetias 2024-04-27 21:41:57 +02:00
  • a5786ac8dc Fix note in build_system.md Aetias 2024-04-27 21:38:18 +02:00
  • b80539a495 Run elfkill on C source files Aetias 2024-04-27 21:33:46 +02:00
  • 6ffc7aa81a Warn when symbol was not killed by elfkill Aetias 2024-04-27 21:31:24 +02:00
  • b4dd08c19d Add build_system.md Aetias 2024-04-27 21:26:34 +02:00
  • f1987ecefc Add elfkill Aetias 2024-04-27 12:24:17 +02:00
  • d40d7abbb9 Add map components Exit and CameraViewpoint Aetias 2024-04-26 16:47:04 +02:00
  • 62e3dc0834 Add MapBase and some components Aetias 2024-04-23 21:51:13 +02:00
  • 83f4080843 Add std::vector Aetias 2024-04-23 21:51:04 +02:00
  • a840f8e446 Update Course member variables Aetias 2024-04-23 18:45:21 +02:00
  • c621c917c1 Add MapManager member variables Aetias 2024-04-23 00:34:24 +02:00
  • a8c5c49efa Delink Course Aetias 2024-04-23 00:30:20 +02:00
  • b9e9392f29 Mangle Course Aetias 2024-04-22 23:57:26 +02:00
  • bfe10f43d2 Add courses.md Aetias 2024-04-22 23:41:09 +02:00
  • 5f9ed12416 progress? Yanis42 2024-04-21 13:40:14 +02:00
  • 1b2b274633 Name gMapManager Aetias 2024-04-21 13:09:41 +02:00
  • 87a650dc30 Delink MapManager Aetias 2024-04-21 13:06:44 +02:00
  • 61de0cef49 Mangle MapManager Aetias 2024-04-21 12:28:25 +02:00
  • cfbffe5ec1 Merge remote-tracking branch 'upstream/main' into match_actor_rupee Yanis42 2024-04-21 12:23:57 +02:00
  • eea3400f08 Merge branch 'main' into map-manager Aetias 2024-04-21 12:18:19 +02:00
  • 72a752995e Merge pull request #32 from AetiasHax/actor-type Aetias 2024-04-21 12:14:57 +02:00
  • 1b5f40c995 Output non-mangled symbols in mangle.py Aetias 2024-04-21 12:12:14 +02:00
  • 188ac744ca Delink ActorType Aetias 2024-04-21 12:11:23 +02:00
  • 806b46854f Add MapManager.cpp Aetias 2024-04-21 08:25:26 +02:00
  • 5da4496e3d Merge remote-tracking branch 'upstream/main' into match_actor_rupee Yanis42 2024-04-21 01:08:31 +02:00
  • efd86d8156 more data stuff Yanis42 2024-04-21 01:06:46 +02:00
  • d994c9ee4b Merge branch 'main' into item-manager Aetias 2024-04-20 14:01:33 +02:00
  • e54e6a277c Merge pull request #31 from AetiasHax/global-object Aetias 2024-04-20 13:46:13 +02:00
  • d874460fa2 Remove ActorRupee::gResource Aetias 2024-04-20 13:44:08 +02:00
  • a7b01da72a Add info on decomping static initializers Aetias 2024-04-20 13:38:52 +02:00
  • 0e5b67f37b Delete Resource It has been replaced by DestructorChain Aetias 2024-04-20 13:37:04 +02:00
  • cd26802eaf Decomp __register_global_object Aetias 2024-04-20 13:09:19 +02:00
  • a4330e37e9 Support .c files in Makefile Aetias 2024-04-20 13:08:56 +02:00
  • 9b3049e7e6 Exclude builtin macros in m2ctx Aetias 2024-04-20 12:37:30 +02:00
  • fd0416402d Name __register_global_object Aetias 2024-04-20 12:36:53 +02:00
  • c7fd0dd4bd fix more matching issues Yanis42 2024-04-19 21:57:52 +02:00
  • 0802505ec9 Merge remote-tracking branch 'upstream/main' into match_actor_rupee Yanis42 2024-04-19 16:51:32 +02:00
  • 9a7bc06baa Decomp ItemManager::func_ov00_020ae350 Aetias 2024-04-19 16:36:22 +02:00
  • 6f5483638e Decomp ItemManager::GiveRupees Aetias 2024-04-18 20:16:18 +02:00
  • 02762ad472 Decomp ItemManager::GetMaxRupees Aetias 2024-04-18 19:57:21 +02:00
  • 153024933a Update externs Aetias 2024-04-18 19:57:01 +02:00
  • b60ce0d48d Decomp ItemManager::UnequipPotion Aetias 2024-04-18 19:54:58 +02:00
  • 711cfc7da2 Decomp ItemManager::GiveEquipItem Aetias 2024-04-18 19:46:32 +02:00
  • ce73f7f765 Decomp ItemManager::GiveItem Aetias 2024-04-18 19:37:21 +02:00
  • d14d3113b7 Merge branch 'main' into item-manager Aetias 2024-04-18 18:19:52 +02:00
  • 6415abdc57 Merge pull request #30 from AetiasHax/docs AetiasHax 2024-04-18 17:46:18 +02:00
  • 255af1651a Update decompiling.md Aetias 2024-04-18 17:45:43 +02:00
  • 35528451de Add item/adventure flags + item IDs Aetias 2024-04-18 17:15:33 +02:00
  • 897bf1d049 Add HealthManager Aetias 2024-04-17 23:07:01 +02:00
  • 808cd5bf0f fixed build issues and function non-matchings Yanis42 2024-04-17 13:59:41 +02:00
  • e38046cd56 fix some build issues Yanis42 2024-04-17 00:39:42 +02:00
  • 9889b69468 Merge branch 'main' into item-manager Aetias 2024-04-16 21:34:10 +02:00
  • bdeea7c6fc Merge pull request #28 from AetiasHax/adventure-flags AetiasHax 2024-04-16 20:56:07 +02:00
  • 42e47a1041 Add extern gAdventureFlags Aetias 2024-04-16 20:55:00 +02:00
  • 52862236e3 Finish AdventureFlags Aetias 2024-04-16 20:52:22 +02:00
  • 25be4bdc1e Add STUBS Aetias 2024-04-16 20:04:00 +02:00
  • d8675f7f0d Remove register aliases Aetias 2024-04-16 20:03:52 +02:00
  • 9ff87834bf Merge branch 'main' into adventure-flags Aetias 2024-04-16 20:00:04 +02:00
  • 3078b4d110 Merge pull request #27 from AetiasHax/docs AetiasHax 2024-04-16 18:24:21 +02:00
  • d7d3c3675c sb -> r9 Aetias 2024-04-16 18:18:21 +02:00
  • 528d882355 sl -> r10 Aetias 2024-04-16 18:15:01 +02:00
  • b81ea029b2 fp -> r11 Aetias 2024-04-16 18:11:28 +02:00
  • 95ff668c53 Update inline_assembler.md Aetias 2024-04-16 17:18:18 +02:00
  • 2577871c94 improved vfunc_20 a bit Yanis42 2024-04-16 00:58:58 +02:00
  • 40e593461f initial work Yanis42 2024-04-15 23:54:15 +02:00
  • 43720a9855 Mangle AdventureFlags Aetias 2024-04-15 19:26:21 +02:00
  • fdfc303fb4 Delink AdventureFlags Aetias 2024-04-14 15:07:18 +02:00
  • bb5b77aec9 Name gAdventureFlags Aetias 2024-04-14 14:47:33 +02:00
  • c323a0cda8 Update ItemManager::GiveItem params Aetias 2024-04-14 14:39:15 +02:00
  • 905175763e Decomp ItemManager::GetFanfareItemScale Aetias 2024-04-14 14:27:04 +02:00
  • 7cc42a9526 Decomp ItemManager::LoadFanfareItem Aetias 2024-04-14 14:19:59 +02:00
  • 9ac440e5ec Merge pull request #24 from AetiasHax/actor AetiasHax 2024-04-14 13:59:57 +02:00
  • 35c6652f33 Merge branch 'main' of github-aetias-hax:AetiasHax/ph into main Aetias 2024-04-14 13:56:42 +02:00
  • d4493f49bc Merge pull request #23 from mike8699/patch-1 AetiasHax 2024-04-14 13:53:33 +02:00
  • 03bddb7679 Update docs Aetias 2024-04-14 13:49:07 +02:00
  • de3c324184 Delink Actor Aetias 2024-04-14 13:18:16 +02:00
  • 7b8443d0a5 Mangle Actor Aetias 2024-04-14 11:27:14 +02:00
  • 10c36011a9 Document some more actors Mike 2024-04-13 19:59:43 -04:00
  • 93c2d93d17 ActorFilterBase -> FilterActorBase Aetias 2024-04-13 19:05:17 +02:00
  • 2175c4e5b5 Mangle ActorManager Aetias 2024-04-13 18:55:53 +02:00
  • 5a40c5a0e4 Delink ActorManager Aetias 2024-04-13 18:50:33 +02:00
  • 298024544f Update docs Aetias 2024-04-12 16:20:15 +02:00
  • b0cd453331 Merge branch 'main' of github-aetias-hax:AetiasHax/ph into main Aetias 2024-04-12 15:30:32 +02:00
  • 2d9d098831 Merge pull request #21 from Yanis42/python_fix AetiasHax 2024-04-11 17:50:57 +02:00
  • c2d1e9b2f8 review Yanis42 2024-04-11 01:46:45 +02:00
  • ded71b1585 Merge pull request #22 from Yanis42/contribute_readme_fix AetiasHax 2024-04-10 23:40:10 +02:00
  • 2a0c8a4dda fixed note and wrong link in CONTRIBUTING.md Yanis42 2024-04-09 17:46:08 +02:00
  • fe949e88d8 default to `python` Yanis42 2024-04-09 17:30:07 +02:00
  • 1489760011 fix python for linux Yanis42 2024-04-09 17:23:16 +02:00
  • 7817b952ed Add libc include directory in CC_FLAGS Aetias 2024-04-09 17:06:08 +02:00
  • a61011c82f Add vtable for ModelRender Aetias 2024-04-08 23:32:48 +02:00
  • 9ce588a4b8 Update include directories in m2ctx Aetias 2024-04-08 23:24:50 +02:00
  • 748ea2d01a Add item IDs Aetias 2024-04-08 23:22:46 +02:00
  • 7142c0c83b Add size_t Aetias 2024-04-08 23:22:30 +02:00
  • ea0165eb26 Label string.h functions Aetias 2024-04-08 20:29:55 +02:00
  • 392ccb357e Mangle ActorRupee actor type and resource Aetias 2024-04-07 15:04:51 +02:00
  • c628010c04 Update overlays.md Aetias 2024-04-07 14:38:17 +02:00
  • 1e17b6535c Split ActorRupee.s from ov14.s Aetias 2024-04-07 14:37:18 +02:00