summaryrefslogtreecommitdiff
path: root/data/uking_functions.csv
AgeCommit message (Collapse)Author
2023-01-12data: Fix duplicate functionsNitr4m12
2023-01-12data: update function listNitr4m12
Added all xlink2 symbols I could find, as well as some aal and nn::vfx, as they're called from within the xlink2 library. This also includes some data symbols used by xlink. All names are from Splatoon2's symbols
2023-01-08Implement FadeProgress class (#110)oxixes
2022-12-30data: Update function list (#109)Martin Aguayo
Function names taken from Splatoon 2's debug symbols
2022-12-22ksys/act: Clean up RootAiFlag/RootAiFlag2 definitions and usageLéo Lam
2022-12-21ksys/phys: Add RagdollController (the real one, not RagdollInstance)Léo Lam
2022-12-20ksys/phys: Rename RagdollController to RagdollInstanceLéo Lam
RagdollController is a different thing!
2022-12-20ksys/phys: Add RagdollController::getTransform and moreLéo Lam
Credit to @Dragorn421 for helping me figure out the rotation matrix thing in the getTransform function
2022-12-19ksys/phys: Match RagdollController::setUnk1Léo Lam
2022-12-19Handle nn::gfx merge (#108)ThePixelCoder
* Fix build and document nn::gfx merge * Update submodules and some extra labelling in csv * Fix various issues * Make versioning more flexible
2022-12-19ksys/phys: Implement the rest of the easy RagdollController functionsLéo Lam
2022-12-19ksys/phys: Implement more RagdollController functionsLéo Lam
2022-12-18ksys/phys: Finish RagdollRigidBody and add more RagdollController functionsLéo Lam
2022-12-17ksys/phys: Use named bools in RigidBody to improve call site readabilityLéo Lam
2022-12-04data: Fix yet another function sizeLéo Lam
2022-12-03data: Fix function size for 0x710090ab68Léo Lam
2022-11-21Implement TeraMeshRigidBody class (#107)Briggs Baltzell
2022-11-20Implement ksys::phys::CharacterPrismShape class (#106)Briggs Baltzell
2022-11-19Add NXArgsecumber
2022-10-18Decompile some Action classes (#104)notyourav
* various action classes * rename instanceset fns * rename isFork -> isChangeable
2022-10-13data: Fix typo in E3Mgr function nameLéo Lam
2022-10-09Decompile most of E3mgr (#101)louist103
2022-08-28Mark new sead functions as matchingLéo Lam
2022-08-08Added WeatherMgr::rollNewWeather (#100)savage13
2022-07-24VideoRecorder addedecumber
2022-07-01ksys/phys: Start adding RagdollControllerLéo Lam
2022-06-28Add ksys::Patrol & ksys::TerminalTonycons-dev
parent 43e001017fcb36ecffe4cad35ba0b73a2de29be9 author Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> 1656184351 -0400 committer Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> 1656432051 -0400 Squash commits again (last one messed up)
2022-06-25ksys: Add Hio (#95)Tonycons-dev
2022-06-22ksys/phys: Add AlsoLockWorld to improve call site readabilityLéo Lam
2022-06-21ksys/phys: Add SkeletonMapperLéo Lam
2022-06-20Change ksys::ProductReporter::incrementSceneAndRomWorkTime to use lambdas ↵ConorBobbleHat
instead of member functions
2022-06-19ksys::ProductReporter (#93)ConorB
Co-authored-by: ConorBobbleHat <ConorBobbleHat>
2022-05-01ksys/phys: Finish ModelBoneAccessorLéo Lam
2022-04-19ksys/phys: Finish detail::ModelSkeletonLéo Lam
2022-04-14ksys/phys: Implement `SphereShape` and `SphereRigidBody` (#92)ConorB
2022-04-06gsys: Add ModelSceneConfigLéo Lam
2022-04-01Update function listLéo Lam
2022-04-01ksys/phys: Start adding ModelBoneAccessorLéo Lam
Needs gsys::Model stuff before I can continue
2022-03-29ksys/phys: Add BoneAccessorLéo Lam
2022-03-27ksys/phys: Add HavokMemoryAllocatorLéo Lam
2022-03-27data: Remove false positives from the function listLéo Lam
2022-03-26ksys/phys: Add RagdollRigidBody stubLéo Lam
Needed for RagdollController.
2022-03-26ksys/phys: Implement several easy RigidBodyRequestMgr functionsLéo Lam
2022-03-26ksys/phys: Add RigidBodyRequestMgr::calc1Léo Lam
2022-03-26ksys/phys: Add RagdollControllerMgrLéo Lam
Also contains readability/accuracy fixes to LockFreeQueue.
2022-03-25ksys/phys: Finish StaticCompoundMgrLéo Lam
2022-03-25ksys/map: Fix misleading names for wrappers around ↵Léo Lam
StaticCompound::setInstanceEnabled
2022-03-25ksys/phys: Fix misleading name for StaticCompound::disableCollisionLéo Lam
2022-03-25ksys/phys: Finish StaticCompoundLéo Lam
2022-03-25Use sead::Buffer::fill where applicableLéo Lam
Equivalent, shorter, more readable, and matching!