-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to remove static mut's, frame advantage on hit (#708)
* Move QUICK_MENU_ACTIVE to RwLock * VANILLA_MENU_ACTIVE * EVENT_QUEUE and CURRENT_VERSION * Stage Hazard Code * Notifications * FIGHTER_MANAGER, ITEM_MANAGER, and STAGE_MANAGER * Airdodge STICK_DIRECTION * Shield STICK_DIRECTION * Attack angle DIRECTION * offsets * button_config * imports in menu.rs * frame_counter * common::consts * dev_config * mappings in training/ui/menu * input_log * Move LazyLock to be a re-export * buffs * clatter * directional influence * fast_fall * full_hop * ledge * sdi * shield * tech * throw * Refactor combo. Also allow frame advantage on hit. * Fix bugs in frame advantage * Move sync into a separate crate so we can import it in subcrates * Update MENU * Update DEFAULTS_MENU * menu.rs and menu.rs * Fix warning from ambiguous imports * ptrainer * mash.rs * is_transitioning_dash * items.rs * input_record.rs * Small adjustment to notifications * Revert "Small adjustment to notifications" This reverts commit 6629c6f. * input_delay.rs * Misc nits * Rename for clarity and format
- Loading branch information
Showing
48 changed files
with
3,669 additions
and
3,629 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.