Commit Graph

1032 Commits

Author SHA1 Message Date
Léo Lam 364b825ce8
ksys/res: Start implementing ASList 2021-04-08 03:02:44 +02:00
Léo Lam 2364c80231
Update sead and fix sead::Buffer::tryAllocBuffer issues 2021-04-08 02:18:37 +02:00
Léo Lam 5adfee548a
ksys/res: Fix ASList struct definition 2021-04-07 23:58:50 +02:00
Léo Lam 9610122939
ai: Fix GameDataFlagSelector destructor 2021-04-07 21:27:14 +02:00
Léo Lam e3b3ebe165
ai: Implement GameDataFlagSelector 2021-04-07 21:25:38 +02:00
Léo Lam d0d5832c8d
ai: Implement Fork*AI* 2021-04-07 20:58:23 +02:00
Léo Lam 3dc1988b02
ai: Implement ForkAI 2021-04-07 20:54:25 +02:00
Léo Lam 88f69b04ec
action: Implement Fork 2021-04-07 19:25:02 +02:00
Léo Lam 2cf1e01137
ksys/gdt: Implement more TriggerParam functions and StageInfo 2021-04-07 18:46:55 +02:00
Léo Lam cdd2a501a0
ksys/gdt: Improve accuracy of getXXXXXFlagAndIdx functions 2021-04-07 17:53:05 +02:00
Léo Lam f49219d33c
ksys/gdt: Improve accuracy of reset functions
The previous version was also matching, but this is closer to how it is
implemented in the Wii U version.
2021-04-07 17:21:58 +02:00
Léo Lam f3f4cb78a4
ksys/gdt: Implement Manager::loadShopGameDataInfo 2021-04-04 16:31:07 +02:00
Léo Lam 62181dd4db
ksys/gdt: Implement more Manager functions 2021-04-04 02:28:25 +02:00
Léo Lam 1b280ba633
ksys: Implement KingEditor (stubbed) 2021-04-03 15:44:54 +02:00
Léo Lam 54934db3c4
ksys/gdt: Reorder Manager declarations to better match .cpp 2021-04-03 12:53:11 +02:00
Léo Lam 9251925ede
ksys/gdt: Implement more Manager functions 2021-04-03 01:22:04 +02:00
Léo Lam 6ba20da9ee
Add a script to suppress gdt*Flags.cpp rebuilds for faster builds 2021-04-02 16:08:05 +02:00
Léo Lam 6850c0d169
readme: Add more FAQs 2021-03-31 14:11:46 +02:00
Léo Lam d3d474b969
ksys/res: Give better names to Handle flags and status enum values 2021-03-31 01:11:13 +02:00
Léo Lam f90fb23060
Contributing: Fix weird Markdown spacing 2021-03-29 21:54:23 +02:00
Léo Lam 586699d7b1
Contributing: Add more code style guidelines and reorder sections 2021-03-29 21:42:55 +02:00
Léo Lam 5f575cd5ff
readme: Mention that ~ shouldn't be used in build command 2021-03-29 16:56:53 +02:00
Léo Lam a7868ad340
Implement aoc::Manager::setGameDataFlags 2021-03-28 21:55:46 +02:00
Léo Lam c3528b3911
Implement most of aocManager
And fix FileDevicePrefix's userdata param type
2021-03-28 21:19:55 +02:00
Léo Lam 96157129f8
Remove PLT stubs from function list
They're not going to be decompiled manually
2021-03-27 16:30:28 +01:00
Léo Lam 24be360af1
Update sead 2021-03-27 15:53:08 +01:00
Léo Lam d3fb90da2c
clang-format: Add relevant SEAD_ENUM macros to WhitespaceSensitiveMacros 2021-03-27 14:03:28 +01:00
Léo Lam 9094fe3db3
Mark _ZN4sead9WorkerMgrC1Ev as matching after sead update 2021-03-27 02:34:09 +01:00
Léo Lam 35e02a9565
Simplify aoc2 initialiser lists 2021-03-27 02:34:08 +01:00
Léo Lam aa766a1977
Implement more parts of aocManager 2021-03-27 02:34:08 +01:00
Léo Lam 1bd2f03de8
query: Implement CheckGiveReward 2021-03-26 19:11:12 +01:00
Léo Lam 9e37c75996
query: Implement CheckIsOpenItemCategory 2021-03-26 19:09:00 +01:00
Léo Lam 1bff3a20cf
query: Implement CheckGetDemoTypeFromArg 2021-03-26 15:08:40 +01:00
Léo Lam 0e07294548
query: Implement CheckFame 2021-03-26 14:56:24 +01:00
Léo Lam d39e8400fc
query: Implement CheckContainerItem 2021-03-26 14:53:24 +01:00
Léo Lam b72b160b43
query: Implement CheckFlag 2021-03-26 14:49:46 +01:00
Léo Lam 2cbe98381e
query: Implement CheckDieCnt 2021-03-26 14:46:07 +01:00
Léo Lam 6888632132
query: Fix matching issues 2021-03-26 13:54:59 +01:00
Léo Lam bc8b8d5829
query: Implement CompareGameDataTime 2021-03-26 02:04:50 +01:00
Léo Lam ce3d29d2ec
query: Implement CompareGameDataInt 2021-03-26 01:30:18 +01:00
Léo Lam c5d1bd69a2
query: Implement CompareGameDataFloat 2021-03-26 01:23:31 +01:00
Léo Lam a36463b339
query: Implement CheckGameDataInt 2021-03-26 00:48:51 +01:00
Léo Lam 69fcdfbed7
ksys/res: Start adding AnimInfo
not going to do parse() for now, it's a major pain
2021-03-24 00:18:58 +01:00
Léo Lam 5752f1b676
ksys: Finish UMii class 2021-03-23 18:56:39 +01:00
Léo Lam 3a9fd0f9b9
ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
Léo Lam 814baf809e
ksys: Add mii::UMii 2021-03-23 15:22:33 +01:00
Léo Lam ddf55e78da
ksys/res: Finish implementing Chemical 2021-03-21 19:04:44 +01:00
Léo Lam f8ca5ab333
ksys/chm: Make Root non-copyable for safety reasons 2021-03-21 18:42:21 +01:00
Léo Lam 46dc4bf31c
ksys/chm: Add Root 2021-03-21 18:34:00 +01:00
Léo Lam 1394d3536d
ksys/chm: Add Rigid 2021-03-21 17:27:02 +01:00