summaryrefslogtreecommitdiff
path: root/src/Game
AgeCommit message (Expand)Author
2021-01-17uking/ui: Fix some clang-tidy warningsLéo Lam
2021-01-17uking: Mark WeaponModifierInfo member functions as const when possibleLéo Lam
2021-01-17uking/ui: Add inventory saving functionLéo Lam
2021-01-16uking/ui: Implement "item get" PauseMenuDataMgr functionLéo Lam
2021-01-11uking/ui: Add "can get item" inventory functionsLéo Lam
2021-01-11uking/ui: Implement PauseMenuDataMgr::countItemsLéo Lam
2021-01-11uking/ui: Fix PouchConstants structLéo Lam
2021-01-11uking/ui: Add named constants for inventory item limitsLéo Lam
2021-01-10uking/ui: Fix another minor accuracy issue (add inline function)Léo Lam
2021-01-10uking/ui: Fix minor accuracy issue (don't use memcpy)Léo Lam
2021-01-10uking/act: Add most of the weapon modifier utilsLéo Lam
2021-01-09uking/ui: Add more inventory functionsLéo Lam
2021-01-08Add aocManager header stubLéo Lam
2021-01-08uking/ui: Add Master Sword related inventory functionsLéo Lam
2021-01-08Remove incomplete matchLéo Lam
2021-01-08uking/ui: Add some more PauseMenuDataMgr functionsLéo Lam
2021-01-07Add missing trailing newlinesLéo Lam
2021-01-07uking/ui: Start adding PauseMenuDataMgrLéo Lam
2021-01-01uking: Implement GameDataConvertIntToSring actionLéo Lam
2021-01-01uking: Implement GameDataAddVec3 actionLéo Lam
2021-01-01uking: Implement GameDataAddInt actionLéo Lam
2021-01-01uking: Implement GameDataAddFloat actionLéo Lam
2021-01-01Fix type issues in Action loadParams functionsLéo Lam
2020-12-31Generate AIsLéo Lam
2020-12-29Fix some minor matching issuesLéo Lam
2020-12-28Action: Fix incorrect handling of inherited virtual functionsLéo Lam
2020-12-28uking: Fix matching issues in actionsLéo Lam
2020-12-28uking: Fix matching issue in SiteBossFlyWaitTurnToTargetLéo Lam
2020-12-28Generate actionsLéo Lam
2020-12-23uking: Implement CheckGameDataFloat queryLéo Lam
2020-12-23uking: Implement RandomChoiceExceptOnFlag queryLéo Lam
2020-12-23uking: Implement RandomChoice{2,3,4,8} queriesLéo Lam
2020-12-23Generate query factories as wellLéo Lam
2020-12-23Split src CMakeListsLéo Lam
2020-12-22Generate stubs for queriesLéo Lam
2020-12-19ksys/act: Add more ActionBase, Ai and RootAi functionsLéo Lam
2020-12-11ksys/act: Add more ActionBase functionsLéo Lam
2020-12-06ksys/act: Start adding ai::ActionBaseLéo Lam
2020-12-06ksys/act: Rename ai::ClassArg for consistency with Query::InitArgLéo Lam
2020-12-02ksys/act: Don't use Tag as argument as it causes matching diffsLéo Lam
2020-11-10Fix matching errorsLéo Lam
2020-11-07aoc2: Implement more functionsLéo Lam
2020-11-07aoc2: Fix the struct and implement more functionsLéo Lam
2020-10-21ksys/dmg: Implementing some of DamageManagerBase. Added some temporary classe...Wildex999
2020-09-20build: Split the main CMakeLists.txt for readability reasonsLéo Lam
2020-09-18aoc2: Add shouldApplyMasterModeDamageMultiplierLéo Lam
2020-09-17Implement aoc2::rankUpEnemyLéo Lam
2020-09-16game: Put actions, AIs, behaviors, queries in an "AI" folderLéo Lam
2020-08-27non request BaseProcHandle stufftheo3
2020-08-27actionSetInstEventFlag ctor dtortheo3