* Update some action versions
* Use ructions instead of actions-rs
* Change ructions version
* dtolnay rust-toolchain testing
* dtolnay rust-toolchain testing
* More testing
* More testing
* Working Actions Update
* Monado Buffs, Shulk Dial on Input Recording, Silent Buffs
* All Buffs Silent
* Shulk Flash removed, working on KO UI update
* Little Mac Meter Update
* Remove a few debug functions
* More cleanup
* merge with main
* Paren
* Paren
* rustfmt
* Clippy Fixes
* Fix further Shulk effect issues, improve buff functions
* GCC+tinkering
* First working pass with 8-byte structure usage.
Control scheme is effectively copied for CPU.
* CPU override, sticks not working properly
* Recording working again during record, playback issues.
Also, aerials are all nair, and jump/Dash Attack issues.
* Structure creation cleanup
* Continued testing, still aerial, jump, and dash attack issues
* Fix Dockerfile
* Rework with ControlModuleInternal and ControlModuleStored - same exact issues
* Fix playback inconsistency
* Dead code of trying to find attack air address
* It works! Fix mash.rs overrides of input playback
* Action passing groundwork; Clatter off by default for now
* All Overrides implemented, notes on Snake
* Input Submenu, dummy slots and save state/mash playback interaction
* Nana command fix, mash fix
* Initial Savestate/Ledge record (slight issues)
* Add TODO
* Lasso handled, ledge jump issue fixed, shield decay with input recording fixed, standby setup begun
* first frame playback clear, fix neutral getup
* Standy by groundwork, broken by our frame late record impl
* Prepare for structure change
* On time small structure recording, needs ledge adjustments
* Coloring fix for poessession, lockout implemented and full ledge functionality
* Cleaning and menu fix
* Fix ledge option loop and shield holding on mash
* Fix shielding issues
* turn off playback
* Enable input recording
* Resolving comments 1,2,4,5
* Resolve comments 6, 7, and 8
* External Mash Function
* No Trigger for Overrides, Clatter and Tumble Added
* LR Support, Full Hop Fix
* Starting Status WIP, Structure WIP, LedgeOption PLAYBACK renaming
* WIP Playback Mash - OoS issues - WIP Slots
* Merge branch 'main' into for-restructure prep
* more merge prep
* Return None fix
* More cleanup
* Block -> Shieldstun
* Don't crash on missing menu icons
* Add input recording tab to prevent crash
* Fix general override behavior
* Fix teching overrides
* Additional merge changes
* Nana fixes (also on master so this will be awkward)
* Additional Merge Fixes
* Remove extra tab, prevent panic on missing input recording items
* Needs proper selection of action
* Ledge overrides work without trigger, remove playback/record slot until working
* GCC+tinkering
* First working pass with 8-byte structure usage.
Control scheme is effectively copied for CPU.
* CPU override, sticks not working properly
* Recording working again during record, playback issues.
Also, aerials are all nair, and jump/Dash Attack issues.
* Structure creation cleanup
* Continued testing, still aerial, jump, and dash attack issues
* Fix Dockerfile
* Rework with ControlModuleInternal and ControlModuleStored - same exact issues
* Fix playback inconsistency
* Dead code of trying to find attack air address
* It works! Fix mash.rs overrides of input playback
* Action passing groundwork; Clatter off by default for now
* All Overrides implemented, notes on Snake
* Input Submenu, dummy slots and save state/mash playback interaction
* Nana command fix, mash fix
* Initial Savestate/Ledge record (slight issues)
* Add TODO
* Lasso handled, ledge jump issue fixed, shield decay with input recording fixed, standby setup begun
* first frame playback clear, fix neutral getup
* Standy by groundwork, broken by our frame late record impl
* Prepare for structure change
* On time small structure recording, needs ledge adjustments
* Coloring fix for poessession, lockout implemented and full ledge functionality
* Cleaning and menu fix
* Fix ledge option loop and shield holding on mash
* Fix shielding issues
* turn off playback
* Enable input recording
* Resolving comments 1,2,4,5
* Resolve comments 6, 7, and 8
* External Mash Function
* No Trigger for Overrides, Clatter and Tumble Added
* LR Support, Full Hop Fix
* Starting Status WIP, Structure WIP, LedgeOption PLAYBACK renaming
* WIP Playback Mash - OoS issues - WIP Slots
* Merge branch 'main' into for-restructure prep
* more merge prep
* Return None fix
* More cleanup
* Block -> Shieldstun
* Don't crash on missing menu icons
* Add input recording tab to prevent crash
* Fix general override behavior
* Fix teching overrides
* Additional merge changes
* Nana fixes (also on master so this will be awkward)
* Additional Merge Fixes
* Remove extra tab, prevent panic on missing input recording items
* Remove some TODOs
---------
Co-authored-by: GradualSyrup <68757075+GradualSyrup@users.noreply.github.com>
* Merge from CookieScythe branch
* Rename block to shieldstun, add icons to layout.arc, add new options to ui_menu
* Address clippy warnings and reformat
* Add fn_null_check back to whitelist
* Pray to clippy gods
* Exclude Mii hats and Luma
* Use allowlist to fix clippy
* More clippy
* More clippy
* Unnecessary cast
* Unnecessary vec!
* Spacing
* Import ordering
* Use a different action for test
---------
Co-authored-by: GradualSyrup <68757075+GradualSyrup@users.noreply.github.com>
* Initial
* Clippy + Format
* Update save_states.rs
* selected vs random
* fix
* Formats
* Format
* Format
* Fix for effect removal
* Updated copy, 2 randomize_slots, 2 save_slot_state
* Update to 5.1, fix random logic
---------
Co-authored-by: Matthew Edell <edell.matthew@gmail.com>
* Initial
* Clippy + Format
* Update save_states.rs
* selected vs random
* fix
* Formats
* Format
* Format
* Updated copy, 2 randomize_slots, 2 save_slot_state
* Update to 5.1, fix random logic
---------
Co-authored-by: Matthew Edell <edell.matthew@gmail.com>
A small change to add an ignore-revs file for `git blame`. This file
contains a list of revisions that `git blame` will ignore, usually meant
for preserving a useful blame history through mass reformats or similar
bulk changes. You can configure your git to use this ignore-revs file
by running `git config blame.ignoreRevsFile .git-blame-ignore-revs`.
The list of commits in this ignore-revs file was generated via:
`git --no-pager log --grep="Format Rust code using rustfmt" --author="github-actions" --format="%H"`
See the following for an explanation and docs:
https://akrabat.com/ignoring-revisions-with-git-blame/https://www.git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
* Avoid making layouts invisible outside training mode with HUD off
* Switch menu buttons around; change defaults resetting texts
* Fix unused feature import