summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actAiRoot.h
AgeCommit message (Collapse)Author
2022-12-22ksys/act: Clean up RootAiFlag/RootAiFlag2 definitions and usageLéo Lam
2022-10-18Decompile some Action classes (#104)notyourav
* various action classes * rename instanceset fns * rename isFork -> isChangeable
2021-10-16ksys/act/AI: Take const ref for messagesLéo Lam
2021-03-23ksys: Split actAiParam.h to reduce compile timesLéo Lam
2021-01-29Move members in ksys::mes:: to ksys::Léo Lam
To match the name "ksys::MessageDispatcher"
2020-12-23ksys/act: Give more meaningful names to ai::ActionBase functionsLéo Lam
2020-12-21ksys/act: Add QueriesLéo Lam
2020-12-19ksys: Replace ClassContainer<T> with 4 different classesLéo Lam
Some functions look really similar but other functions have significant differences, so it is probably not a class template.
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-09ksys/act: Implement more Query functionsLéo Lam
2020-12-09ksys/act: Start adding RootAiLéo Lam