Commit Graph

544 Commits

Author SHA1 Message Date
Léo Lam fdb69b6376 ksys: Start adding more VFR utils 2021-01-27 02:19:05 +01:00
Léo Lam e33476bbc0 ksys: Rename VFR members, functions and types for clarity 2021-01-25 17:32:23 +01:00
Léo Lam 51755635aa ksys: Implement Timer 2021-01-25 15:56:53 +01:00
Léo Lam 053c200741 ksys: Add VFR stopwatch utilities 2021-01-25 15:26:41 +01:00
Léo Lam 5c6cc59214 tools: Update asm-differ and add support for -mw (make, watch) 2021-01-25 14:41:33 +01:00
Léo Lam ac972eeae9 Add more detailed instructions for dumping the executable 2021-01-25 11:30:09 +01:00
Léo Lam 122f9826ab Merge pull request #22 from leoetlino/vfr
ksys: Start adding VFR
2021-01-24 20:37:22 +01:00
Léo Lam a3892c0f59 ksys: Start adding VFR 2021-01-24 19:37:31 +01:00
Léo Lam 0bb9f8ffde readme: Fix heading levels 2021-01-23 23:02:27 +01:00
Léo Lam 96f7fb4c8c Merge pull request #21 from leoetlino/disable-gh-actions-builds
ci: Disable GitHub Actions builds
2021-01-23 22:03:28 +01:00
Léo Lam f9a5601556 Fix formatting issue 2021-01-23 21:48:08 +01:00
Léo Lam 0e17d849c9 ci: Disable GitHub Actions builds
Prepares a migration to self-hosted CI.
2021-01-23 19:56:20 +01:00
Léo Lam 48d5199ad4 contributing: Mention tools/ai_progress.py 2021-01-23 11:21:23 +01:00
Léo Lam 3a0feebaab Move contributing guidelines to a separate file
Keeps the readme short.
2021-01-23 11:20:30 +01:00
Léo Lam 39856b1a7d uking/ui: Implement getWeaponStats 2021-01-22 19:55:52 +01:00
Léo Lam 5280254ef1 uking/dmg: Implement DamageInfoMgr::isTrueFormMasterSword
And some trivial getters.
2021-01-22 17:36:21 +01:00
Léo Lam 5328fd2782 Move Damage to Game/ and add more DamageInfoMgr members
Damage stuff seems to be considered game code rather than KingSystem
code based on the function order in the executable and on the fact
that the Damage code uses other components that are known to be
in Game/U-King rather than in KingSystem.
2021-01-22 17:10:53 +01:00
Léo Lam 0d9117c1b8 ksys/act: Add remaining actInfoCommon functions 2021-01-22 16:37:57 +01:00
Léo Lam ad95be2d08 ksys/act: Fix missing parameter for InfoData::getStringByKey
Callers in actInfoData.cpp still matched because LLVM detected that the
last argument is unused and optimized it out (or inlined the function
entirely)
2021-01-22 16:37:57 +01:00
Léo Lam 5d36832608 Add a script to generate actInfoCommon
It's too tedious to write by hand
2021-01-22 16:37:57 +01:00
Léo Lam 5410a56d20 tools: Sort decomp symbols by address
Makes it less tedious to add several decompiled functions to the
function list
2021-01-22 14:20:01 +01:00
Léo Lam 24bb3a679a ksys/act: Add InfoCommon Bow and Master Sword functions 2021-01-22 14:19:40 +01:00
Léo Lam 73329896f9 ksys/act: Add convenient default for InfoData::getString 2021-01-22 12:35:54 +01:00
Léo Lam bb3f05e209 uking/ui: Implement weapon and bow sorting in inventory 2021-01-22 12:35:54 +01:00
Léo Lam d9f7561588 uking/ui: Implement food sorting in inventory 2021-01-22 12:35:53 +01:00
Léo Lam 48276bb4e7 uking/ui: Implement material sorting for inventory 2021-01-22 00:14:41 +01:00
Léo Lam 7814fd527b uking/ui: Implement shield sorting for inventory 2021-01-22 00:14:40 +01:00
Léo Lam 3e31611d2a uking/ui: Clean up PauseMenuDataMgr::getItemByIndex
Deduplicate the nullptr checks.
2021-01-21 18:17:37 +01:00
Léo Lam 620eb2b39e uking/ui: Add even more inventory functions 2021-01-21 18:12:04 +01:00
Léo Lam 3b996a212c Track AI class decompilation macro progress 2021-01-21 12:52:56 +01:00
Léo Lam 57d3a082c2 uking/ui: Add more PauseMenuDataMgr functions 2021-01-21 01:03:57 +01:00
Léo Lam 30bbc0c54a uking/ui: Add even more inventory functions 2021-01-20 01:36:14 +01:00
Léo Lam 0ac3ba93ad uking/ui: Add more inventory functions 2021-01-19 19:01:27 +01:00
Léo Lam fe3a437a26 uking/ui: Rename mItem_44488 to mLastAddedItem
That's what it is
2021-01-19 19:01:26 +01:00
Léo Lam d366fd05fe Merge pull request #20 from notyourav/responsefile
Use response file for Ninja
2021-01-18 11:31:22 +01:00
theo3 f1401e51ce Use response file for Ninja 2021-01-17 22:41:41 -08:00
Léo Lam a0f67e2f7d uking/ui: Implement PauseMenuDataMgr::addToPouch 2021-01-18 02:08:34 +01:00
Léo Lam 36fa2b36c2 uking/ui: Remove setValue() for consistency 2021-01-17 23:46:31 +01:00
Léo Lam 268f7f2d8a uking/ui: Add inventory loading function 2021-01-17 19:46:43 +01:00
Léo Lam a338f4f6f0 uking/ui: Fix some clang-tidy warnings 2021-01-17 16:08:30 +01:00
Léo Lam 01b8a01ec3 uking: Mark WeaponModifierInfo member functions as const when possible 2021-01-17 14:53:13 +01:00
Léo Lam eeeab7ab93 uking/ui: Add inventory saving function 2021-01-17 14:34:52 +01:00
Léo Lam 404597421d ksys/gdt: Add some special flag utils 2021-01-16 21:18:24 +01:00
Léo Lam f7901ae193 Add missing functions to CSV 2021-01-16 21:18:24 +01:00
Léo Lam 4a6f3f9786 uking/ui: Implement "item get" PauseMenuDataMgr function 2021-01-16 21:18:24 +01:00
Léo Lam 2f9e3d0c32 ksys/map: Fix include cycle 2021-01-14 12:51:48 +01:00
Léo Lam ee713ab899 uking/ui: Add "can get item" inventory functions 2021-01-11 19:00:31 +01:00
Léo Lam c28e7ace3d uking/ui: Implement PauseMenuDataMgr::countItems 2021-01-11 15:51:22 +01:00
Léo Lam 4c171605ff uking/ui: Fix PouchConstants struct 2021-01-11 15:51:22 +01:00
Léo Lam d943be4ea1 uking/ui: Add named constants for inventory item limits
Cleaner
2021-01-11 15:45:06 +01:00