* add wario waft options to buff menu
* remove comment
* get waft threshold values from params rather than guessing
* more friendly menu names
* set GASS_LEVEL to be safe
* format and cleanup
* use match instead of if
* fix compile warning
* Fix clippy
* Fix clippy again
* fix formatting again
---------
Co-authored-by: jugeeya <jugeeya@live.com>
* Working, fixed camera keeps tag on
* Hide Cursor in Fixed Camera
* quake removal attempt
* testing camera zoom
* camera debug in progress
* All Stages
* first attempt no testing
* smashville adjustment, cleanup
* fmt
* Change clarification
* Initial attempt at hooking power dragon func, will be better just to rewrite
* working translation
* cleanup, add buff option
* Rename Power Dragon buff
* Fixed Null ptr comparison (kinda)
* clippy >.>
* Add reusable print_fighter_info()
* rustfmt
* Clippy
* starting charge
* Working Pikmin Save States, motion not working, order can be messed up by loading during an aerial, if you save too quickly you lose pikmin in the state
* often failing boid read
* notes
* Prevent Pikmin from being cleaned up by the regular cleanup process
* migration progress
* skyline-smash branch, more pikmin work
* Using buff to spawn pikmin, character specific file for cleanliness
* failed reordering attempt
* more failed ordering
* almost kind of works but out of order
* failed all, need to try individual hold and status change
* hard reorder crash
* battleobject not boma
* comment clarification
* messing around with printing
* printing, about to try to find where autonomy is being set
* solution found, going to hook backshield to find where autonomy is being set to true
* found where to hook, will start hooking
* switched to charge, issues with inline hook
* need to only have autonomy ignored on save state load
* distance and status controls (doesn't work perfectly)
* Christmas Miracle
* Working w/ Cleanup
* training mode check, improved owner check
* Debug for hooking, Working Implementation (No Transform, No Charge)
* Working for Aegis, PT having issues (LRA into state load works, but not regular state load)
* Working ptrainer hats
* fmt fmt fmt
* Working Samus Charge, debug
* Sheik, improved debug
* No Lucario, many broken
* Try to match main better
* Working Compile
* sun salutation debug
* disable debug assert while debug build is broken
* All charges working, copy ability tracking for save states broken, debug needs cleanup
* no copy state load not working
* Working build
* debug and formatting cleanup
* turn off hitbox vis for jugeeya
* Initial
* Begin to use font glyphs, small refactor
* Colored icons in 5 slots
* Dedupe, some color changes
* Add 10 input log spaces
* Add lots, but glitchy fade out needs fixing
* Frame Counter fixes
* Remove testing bflyt
* Use just text for now
* Add support for raw inputs, menu option
* Fix stick thresholding for the most part?
* Small change
* Add statuses!
* Some fixes
* Fix softlock thing, in general fix frame-by-frame + TTL weirdness
* Mid-refactor
* Use i8 for thresholds; update layout.arc to master's
* Merge fixes
* More fixes
* Formatting
* Last fixes for clippy / formatting
* Input Display Status Breakdown
* More formatting
* More fixes
* Fix again
* Replaced input log bflyt, added input icon bflyt
* Fixed sizes of all top level frames
* Added Icon part pane
* Got icons imported to bflyt
* Added icon parts to Icons Pane
* Raised size of layout
* Commented out handling of icons as text
* Added most icons, updated icons to match names
* Added plus and minus
* Added analog stick panes to layout
* Got icons working in game
* Fix for lua consts; update print_fighter_info to use consts with names
* Update for consts
* Fix again
* into_iter
* from_iter
* import trait
* Try setting colors
* Fixes
* deref
* Clippy
* Try white color
* Use same upstream skyline-smash
* Try black color with alpha of 0
* Use white for lstick
* Added input display menu icon, removed breakdown from input status display
* Fix formatting + clippy
* Fixed layout, updated icon colours
---------
Co-authored-by: Matthew Edell <edell.matthew@gmail.com>
* Add reusable print_fighter_info()
* rustfmt
* Clippy
* starting charge
* Working Pikmin Save States, motion not working, order can be messed up by loading during an aerial, if you save too quickly you lose pikmin in the state
* often failing boid read
* notes
* Prevent Pikmin from being cleaned up by the regular cleanup process
* migration progress
* skyline-smash branch, more pikmin work
* Using buff to spawn pikmin, character specific file for cleanliness
* failed reordering attempt
* more failed ordering
* almost kind of works but out of order
* failed all, need to try individual hold and status change
* hard reorder crash
* battleobject not boma
* comment clarification
* messing around with printing
* printing, about to try to find where autonomy is being set
* solution found, going to hook backshield to find where autonomy is being set to true
* found where to hook, will start hooking
* switched to charge, issues with inline hook
* need to only have autonomy ignored on save state load
* distance and status controls (doesn't work perfectly)
* Christmas Miracle
* Working w/ Cleanup
* training mode check, improved owner check
* debug feature print methods
* Pikmin debug assertions
* clippy print fix
* appease clippy
* Initial
* Another fix
* Don't allow opening our menu when vanilla menu is active
* Add menu option ; remove delay to close menu
* Fix issues when closing menu
* Show button config first, log fade
* Fix test
* Fix test again
* Fix initial notification, turn off hitbox visualization by default
* Grab releases from Github and install
* Refactor
* Fix crash
* Work on fixing install() crash
* Fix the crash by increasing stack size
* Block main() execution on the auto-updater
* Improve error handling
* Delete hash.txt
* Fix get_update_policy()
* Use current time as default last_update_version; Compare publish date to last_update_version to determine if update should be applied.
* Use skyline_web dialogs for user_wants_to_install. Use default selections on emulator instead.
* Fix some logic
* Convert CURRENT_VERSION to a Mutex; implement functions to update the config file
* Adjust logging
* Remove unneeded file
* Allow unwrap after is_some() check
* Fix format
* Auto-updater (squashed)
* Move update policy from config file to menu
* Skip version check on emulator
* Rustfmt, clippy
---------
Co-authored-by: jugeeya <jugeeya@live.com>
* Initial
* Finishing up with button config
* Formatting, some clippy
* Move button config to menu
* Consts formatting
* Fix input_record_press (thanks test!)
* Properly migrate menu button inputs
* Updates to triggers, including text
* Convert to multi-select
* 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
* 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>
* Initial refactor
* Full refactor
* Depend only on pane creator flags
* Small refactor
* Small refactors; notification support
* Don't push event for every quick menu change
* Backend for defaults almost done
* Run tests on CI
* Finish save + reset defaults without confirmation
* Added slider menu UI
---------
Co-authored-by: xhudaman <edell.matthew@gmail.com>
* A bunch of things
* Current progress
* Fix for ResAnimationContent
* Figure out Parts*
* Cleanup, just because
* New pane working!!!
* New null pane for hierarchy
* Success with parent pane
* Generate multiple panes
* Multiple panes, almost working text color
* MaterialColor test, but fails
* Forgot bitfield-struct
* Vtable for material. Fixes SetWhiteColor!
* Refactor color changing, change naming scheme
* Just Frame Advantage
* Merge
* Delete T_test.txt
* Delete set_txt_num_01.txt
* Delete libtraining_modpack.nro
* Format Rust code using rustfmt
* Ignore shell scripts in repo languages
* General refactor, add basis for quick menu
* Small refactor, fix ordering of submenu options
* Toggles, sliders
* Tons of progress...
* Correct dmg updater, remove old quick menu backend
* Fix damage percentage display
* Small QoL
* Format Rust code using rustfmt
* More edits. Use Quit Training button as Modpack Menu header
* Finish merge
* Format Rust code using rustfmt
* Use vanilla backgrounds for text options
* Format ui_hacks, also always do new percent display
* Fix merge
* That was the most awful merge ever
* Address clippy warnings
* Format Rust code using rustfmt
* Last impls for resources, small cleanup
* Use macro for pane names
* Format
* Add HUD toggle
* Small change
* Fix for reentering training mode
* Last cleanup
* Format Rust code using rustfmt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Create save states tab
* Initial work - crashes on boot
* Change usizes to u32's.
Refactor toggle "checked" logic.
Add blujay's panic tracker.
* Rename tui mins/maxes
* Fix misc. TUI bugs
* Fix panic caused by prematurely setting the submenu state to GaugeState::None
Set submenu state to GaugeState::MinHover when opening a slider menu so that the slider is immediately loaded
When changing from GaugeState::Min/MaxSelected to Min/MaxHover, commit changes from App.current_sub_menu_slider to SubMenu.slider so that it can be exported to JSON
* Merge save_damage and save_state_pct_rand_enable settings
* Add comments to training_mod_tui::lib.rs
* Add icon
* Initial work on web slider
Todo:
Styling polish
Bugfix for initial settings load
Handle dragging using gamepad
* Style and fix web slider
* Add separate settings for player random damage
* TUI styling fixes
* Paginate TUI tabs
* Address CR comments