Skip to content

Commit

Permalink
Reword filtered action diff release note for coherent style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaop committed Oct 7, 2024
1 parent 4360cb8 commit 8d34342
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
- removed `KeyboardVirtualDPad` and `GamepadVirtualDPad` in favor of `VirtualDPad`
- removed `KeyboardVirtualDPad3D` in favor of `VirtualDPad3D`
- added `threshold` value for `GamepadControlDirection`, `MouseMoveDirection`, and `MouseScrollDirection` to be considered pressed.
- Added the `generate_action_diffs_filtered<A, F>` system, which accepts a `QueryFilter`, so that only entities matching QueryFilter `F` (and with `ActionState<A>`) generate action diffs.
- To support this, `SummarizedActionState<A>` also gets a new `summarize_filtered<F>` function alongside the original `summarize`.
- added ability to filter entities to generate action diffs for:
- added new `generate_action_diffs_filtered<A, F>` system, which accepts a `QueryFilter`, so that only entities matching QueryFilter `F` (and with `ActionState<A>`) generate action diffs
- added new `summarize_filtered<F>` function for `SummarizedActionState<A>` (alongside the original `summarize`).

## Version 0.15.1

Expand Down

0 comments on commit 8d34342

Please sign in to comment.