| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-10 | fix clang-tidy warnings in PMDM | Pistonight | |
| 2025-06-22 | Merge pull request #141 from Pistonight/cpeam | Léo Lam | |
| CreatePlayerEquipActorMgr | |||
| 2025-06-22 | chore: disable `performance-enum-size` and update tools/common (#146) | Michael Zhao | |
| * update tools/common * disable performance-enum-size lint * add toolchain/nx-decomp-tools-binaries | |||
| 2025-06-19 | CreatePlayerEquipActorMgr | Pistonight | |
| 2025-06-19 | Merge pull request #145 from Pistonight/param_renaming | Léo Lam | |
| Rename LoadRequest::_c to LoadRequest::mLaneId | |||
| 2025-06-18 | rename _c to lane_id | Pistonight | |
| 2025-06-14 | readme: fix Discord link | Léo Lam | |
| 2025-06-14 | tools/setup: add support for v1.8.1 NSO | Léo Lam | |
| And remove 1.6.0 since 1.8.1 is now the latest and most easily accessible version | |||
| 2025-05-24 | Reformat gdtSpecialFlags.cpp as well | Léo Lam | |
| 2025-05-24 | ci: update DoozyX/clang-format-lint-action | Léo Lam | |
| 2025-05-24 | ci: bump lint_pr clang-format version to 19 | Léo Lam | |
| 2025-05-24 | Reformat with clang-format 19.1 | Léo Lam | |
| 2025-05-22 | PlayReport: use UDLs to improve readability | Léo Lam | |
| Also replaced `str.findIndex(x) == -1` with `!str.include(x)`. | |||
| 2025-05-17 | Merge pull request #143 from Pistonight/ipp_at_params | Léo Lam | |
| Add initial version of at-param helpers | |||
| 2025-05-17 | add at param helpers | Pistonight | |
| 2025-05-15 | Merge pull request #142 from Pistonight/merge_base_proc_handle_unit | Léo Lam | |
| Merge BaseProcHandle and BaseProcUnit TU | |||
| 2025-05-15 | merge BaseProcHandle and BaseProcUnit TU | Pistonight | |
| 2025-05-11 | Merge pull request #140 from Pistonight/update_libs | Michael Zhao | |
| update submodules | |||
| 2025-05-11 | update submodules | Pistonight | |
| 2025-05-05 | Merge pull request #139 from Pistonight/pmdm_addtopouch | Michael Zhao | |
| doAddToPouch | |||
| 2025-05-04 | matched (thanks to TheGreatB3 :) | Pistonight | |
| 2025-05-02 | Merge pull request #137 from Pistonight/pmdm_equipment_stuff | Michael Zhao | |
| PauseMenuDataMgr createPlayerEquipment | |||
| 2025-05-02 | PauseMenuDataMgr createPlayerEquipment | Pistonight | |
| 2025-05-02 | Merge pull request #138 from Pistonight/pmdm_autoequip | Michael Zhao | |
| match PMDM autoEquip and unequipAll | |||
| 2025-05-02 | match PMDM autoEquip and unequipAll | Pistonight | |
| 2025-05-02 | Merge pull request #136 from Pistonight/gdt_common_flag_names | Michael Zhao | |
| add gdt flag name constant getters | |||
| 2025-05-02 | add gdt flag name constant getters | Pistonight | |
| 2025-05-02 | Merge pull request #135 from MonsterDruide1/update-sead | Michael Zhao | |
| lib/sead: Update submodule | |||
| 2025-03-30 | lib/sead: Update submodule | MonsterDruide1 | |
| 2025-03-10 | Merge pull request #134 from Pistonight/symbols | Michael Zhao | |
| Add PMDM and CookMgr instances to symbols | |||
| 2025-03-06 | update data_symbols.csv | Pistonight | |
| 2025-01-28 | Merge pull request #133 from Pistonight/playerinfo | Michael Zhao | |
| PlayerInfo stuff that doesn't require PlayerBase | |||
| 2024-12-30 | PlayerInfo stuff that doesn't require PlayerBase | Pistonight | |
| 2024-12-30 | Merge pull request #132 from Pistonight/update_cookdata_comment | Léo Lam | |
| Rename CookData::getStaminaRecoverValue -> getEffectDurationFrames | |||
| 2024-12-25 | Rename PouchItem::CookData::getStaminaRecoverValue -> getEffectDurationFrames | Pistonight | |
| 2024-10-20 | Merge pull request #130 from Pistonight/layout_resource_mgr | Léo Lam | |
| LayoutResourceMgr | |||
| 2024-10-14 | LayoutResourceMgr functions + update NintendoSDK. | Pistonight | |
| 2024-08-31 | Merge pull request #129 from ThePixelGamer/libs | Léo Lam | |
| Update libraries and adjust code to match again | |||
| 2024-08-28 | Update agl, nnSdk, sead | ThePixelGamer | |
| 2024-07-26 | Update libraries and adjust code to match again | ThePixelGamer | |
| 2024-04-25 | ksys/ProductReporter: add PanicReason | Léo Lam | |
| 2024-04-24 | Update tools | Léo Lam | |
| 2024-04-23 | ksys/qst: match Manager::setQuestStep | Léo Lam | |
| I'm not a big fan of how the actual logic has to be inside the loop, but unfortunately std::find_if doesn't match and it's clear that the original version used iterators. | |||
| 2024-04-23 | Add reportGetitem (#128) | Braylon Mooney | |
| 2024-04-22 | PlayReport: implement getQuestId() | Léo Lam | |
| 2024-04-22 | Update tools | Léo Lam | |
| Also marks the existing U functions as WIP so that the checker doesn't detect them as non-matching. For BotW it doesn't make sense to treat a named U function as if it is non-matching. | |||
| 2024-04-22 | reportQuestStep (#126) | Braylon Mooney | |
| 2024-03-29 | build: allow specifying custom linker flags | Léo Lam | |
| This is useful for people who want to link using recent versions of mold which are smart enough to e.g. optimise GOT loads; we need to pass --no-relax to disable those optimisations in order to get matching instructions. | |||
| 2024-03-18 | most of AirOctaFlyUp is done, some of AirOctaDataMgr is done (#121) | bomba1749 | |
| 2024-03-09 | Merge pull request #125 from Pistonight/pmdm_cook_data_name | Léo Lam | |
| Rename CookData and WeaponData fields | |||
