summaryrefslogtreecommitdiff
path: root/src/Game/Actor/actWeapon.cpp
AgeCommit message (Collapse)Author
2024-03-09rename CookData and WeaponData fieldsPistonight
2022-02-27Revert "Add #ifdef declarations for NON_MATCHING code"Léo Lam
This reverts commit 42807160cfb33af9f3cf2fa6b0ba98f232208cdb. It makes searching for NON_MATCHING comment descriptions much less convenient in most text editors or IDEs, and we want the function CSV to be the single source of truth for function statuses. Having a function marked as matching but not built because of a stray #ifdef would be bad.
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-06-15ksys: Move ActorParam classes into separate folder to declutter Resource/Léo Lam
2021-03-19Fix matching regressionLéo Lam
2021-01-22Add a script to generate actInfoCommonLéo Lam
It's too tedious to write by hand
2021-01-17uking: Mark WeaponModifierInfo member functions as const when possibleLéo Lam
2021-01-10uking/act: Add most of the weapon modifier utilsLéo Lam