Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: JSONize activity speed/movecost modifier (#6064)
* mroe based_on speed * tmp * temp * json tidy * restructure #1 * more fields * style(autofix.ci): automated formatting * wb_wrapper * speed recalc * speed calculation overhaul pt.1 * json overhaul #2 * minor logic fixes * revert crafting changes (for now) * style(autofix.ci): automated formatting * Resolving reviews * missied a spot * consistency with player_activity constructor * total moves must be set * Activity message * some saved info * damn optional * static * Revert "consistency with player_activity constructor" This reverts commit 60aa333. * remove balance changes for now * bool speacial and some other vals * complex progress calc * fix tests to use new value * style(autofix.ci): automated formatting * possible test fix * I don't like this * i don't like this less * stats, skills and qualities * style(autofix.ci): automated formatting * fix json * commentaries and json de//serializers * style(autofix.ci): automated formatting * fix de//serialization try 1 * minor fixes * deserialize done right * docs * style(autofix.ci): automated formatting * data migration * fix migration * Update src/activity_actor.cpp Co-authored-by: scarf <[email protected]> * style(autofix.ci): automated formatting * remove default constructor * reviews * Apply suggestions from code review Co-authored-by: OrenAudeles <[email protected]> * Update src/activity_actor.cpp Co-authored-by: OrenAudeles <[email protected]> * review suggestions * Update src/activity_actor.cpp Co-authored-by: OrenAudeles <[email protected]> * more suggestions * move progress to actor * style(autofix.ci): automated formatting * back to deque * forgotten returns * fix endless gates * fucking type * json additions * docs * style(autofix.ci): automated formatting * Apply suggestions from code review Co-authored-by: OrenAudeles <[email protected]> * empty() and debugmsg * removed debug msg * shuffle funcs * reviews * missed few benches * style(autofix.ci): automated formatting * get map * nullptr check * remove unused vars * style(autofix.ci): automated formatting * better way * revert "some fucky arbitrary json formatting stuff" * few more unused vars * Woe, non-verbose tooltip upon thee * I did it wrong way --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: scarf <[email protected]> Co-authored-by: OrenAudeles <[email protected]> Co-authored-by: Chaosvolt <[email protected]>
- Loading branch information