jugeeya
cd399eb922
Update README for 5.0 ( #479 )
...
* Update README.md
* Update README.md
* Update Cargo.toml
* Update README.md
* Update README.md
* Add files via upload
* Update README.md
* Add files via upload
* Delete 2022051021130700-0E7DF678130F4F0FA2C88AE72B47AFDF.jpg
* Delete 2022051021131000-0E7DF678130F4F0FA2C88AE72B47AFDF.jpg
* Delete 2022051021131300-0E7DF678130F4F0FA2C88AE72B47AFDF.jpg
* Delete 2022051021134700-0E7DF678130F4F0FA2C88AE72B47AFDF.jpg
* Delete 2022051021135400-0E7DF678130F4F0FA2C88AE72B47AFDF.jpg
* Delete 2022060221360900-0E7DF678130F4F0FA2C88AE72B47AFDF.jpg
* Delete 2022060221415900-0E7DF678130F4F0FA2C88AE72B47AFDF.jpg
* Update README.md
* Add files via upload
* Add files via upload
* Delete mash_trigger_tumble.mp4
* Update README.md
* Add files via upload
* Update README.md
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update rust.yml
2023-03-04 19:12:58 -08:00
jugeeya
8e5b180d7e
Update Cargo.toml ( #500 )
2023-03-01 16:54:07 -08:00
jugeeya
0395bbe8ca
GC Digital Triggers Menu Fix ( #497 )
...
* Check for digital triggers
* Update menu.rs
* Special case digital triggers
* JK
* Update rust.yml
* Update menu.rs
2023-02-26 23:44:12 -08:00
Austin Traver
c3a36e78e5
Convert line separators from CRLF to LF ( #499 )
2023-02-26 12:14:03 -08:00
jugeeya
e0fec0039e
Use our own Menu Title button ( #498 )
2023-02-24 22:07:35 -08:00
jugeeya
f268137bc4
Don't panic on failure to remove legacy dir ( #495 )
2023-02-24 11:22:06 -08:00
jugeeya
22ded3b379
Fix arena UI disappearing ( #494 )
2023-02-23 09:51:50 -08:00
jugeeya
d05f8ce918
Change Menu Buttons and Help Text; HUD Off Outside Training ( #488 )
...
* Avoid making layouts invisible outside training mode with HUD off
* Switch menu buttons around; change defaults resetting texts
* Fix unused feature import
2023-02-20 21:45:33 -08:00
jugeeya
7fb93ea309
Minreq/Native TLS: Ignore handshake failure ( #487 )
...
* Ignore handshake failure
* Update Cargo.toml
2023-02-19 22:44:21 -08:00
jugeeya
9ca84013b7
PT Load State Fix: After Training Mode Reset ( #485 )
...
* Damage percent fix
* PT is fixed!
* Fix ICs
2023-02-18 10:37:04 -08:00
Matthew Edell
10221973fa
Added early return for checked button on single option ( #486 )
2023-02-16 21:53:49 -08:00
jugeeya
b6398794c9
Don't upload static files or Skyline in beta release ( #484 )
...
* Don't upload static files or Skyline in beta
* Add Discord link
2023-02-16 16:12:39 -08:00
Austin Traver
d128b902ed
Add icons to the new menu ( #482 )
...
* Added test icons to layout,
toggle visibility of icon based on submenu_id
* disable icon container pane when menu is open
* Add icons to 'layout.arc'
* Add remaining icons to 'layout.arc'
* Apply suggestions from code review
Co-authored-by: jugeeya <jugeeya@live.com>
* Incorporate feedback, remove deltas from formatting differences
* Updated some icon textures, updated layout
* Swapped x for check icon on selected toggles
* Moved logic to collect submenu id's to app impl
---------
Co-authored-by: Matthew Edell <edell.matthew@gmail.com>
Co-authored-by: jugeeya <jugeeya@live.com>
2023-02-15 22:47:36 -08:00
jugeeya
b20a44ca5c
Fix menu buttons for Gamecube Controller users ( #481 )
...
* Initial
* Move filepaths
* Small fix
* Notification on save state save
* Fix buttons for GCC
2023-02-15 00:07:45 -08:00
jugeeya
e981a0bfd0
Move files to sd:/ultimate/TrainingModpack ( #480 )
...
* Initial
* Move filepaths
* Small fix
* Notification on save state save
2023-02-13 19:58:22 -08:00
jugeeya
8ac2a3e8b1
Fix PT load state freeze after L+R+A ( #478 )
2023-02-12 15:34:01 -08:00
jugeeya
228ff77673
Format; Optimize Imports ( #477 )
...
* Run IntelliJ's optimize imports + formatter
* Clippy
2023-02-11 17:07:29 -08:00
jugeeya
94ff25a921
Save State Slots across game load + Fixes galore: overwrite button config if invalid; exclusive button combos; remove wait when opening menu ( #476 )
...
* Overwrite button config if invalid; exclusive button combos
* Tons of fixes
* Fix save state settings load from file
2023-02-11 16:49:05 -08:00
jugeeya
bf78f06f7d
Initial Save State Slots ( #474 )
2023-02-10 22:02:56 -08:00
jugeeya
e10092b766
fix ( #475 )
2023-02-10 22:02:28 -08:00
jugeeya
c932961566
Frame Advantage only on shield for now; fix menu soft-lock with frame-by-frame
2023-02-10 14:22:29 -08:00
jugeeya
44aaeec375
Fix for PT CPU breaks when load state using Mash Triggers #430
2023-02-10 11:31:27 -08:00
jugeeya
c1eb6409a4
Cursor Memory for the menu
2023-02-09 23:34:30 -08:00
jugeeya
0c64959333
Fix issue where you could not control the "select fighter with controller" menu when the quick menu is up.
2023-02-09 23:25:25 -08:00
jugeeya
3d6ea34eeb
Use layout.arc to Build UI ( #473 )
...
* Update lib.rs
* Remaining fixes
* Initial
* Forgot to commit
* Clippy
* Initial
* Use feature gate
* Fixes
* layout.arc actually working. Add training_mod_menu_button
* Add docstring, fix from static
* Use include_flate to keep binary smaller
* Add most menu features back
* Add help, tabs
* Add help, tabs
* Small refactor
* Fix clippy, some other issues
* Updated menu buttons, inactive text colour (btns), layouts
---------
Co-authored-by: Matthew Edell <edell.matthew@gmail.com>
2023-02-09 07:51:40 -08:00
jugeeya
d23dcdf968
Deprecate Web Menu ( #472 )
...
* Initial
* Fixes
2023-02-07 06:01:52 -08:00
jugeeya
bbba8fd3ee
Quick Menu Defaults Help Text ( #471 )
...
* Update lib.rs
* Remaining fixes
* Initial
* Forgot to commit
* Clippy
2023-02-05 16:24:56 -08:00
jugeeya
9c590df189
Fail on clippy warnings in CI ( #470 )
...
* Update lib.rs
* Remaining fixes
2023-02-05 12:45:35 -08:00
jugeeya
62c22026d3
Developer TOML for hot-reloading configs ( #469 )
...
* Initial commit
* Update dev_config.rs
* Update dev_config.rs
* Update dev_config.rs
* Update interface
* typo
* Update dev_config.rs
* Update dev_config.rs
* Update dev_config.rs
2023-02-04 12:43:12 -08:00
Matthew Edell
fc742bc242
Refactor menu for ui2d updates; shadow & outline text ( #468 )
...
* Refactored menu to use new helpers,
updated references to TexBox members to remove m_
* Updated menu opts to have text fx & centered text
2023-02-03 15:04:42 -08:00
jugeeya
d5c0d636a0
UI Code Refactor; Notifications; Save Defaults for Quick Menu ( #461 )
...
* 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>
2023-02-02 15:01:11 -08:00
jugeeya
f014acfb5c
Add beta changelog to README ( #466 )
...
* Update README.md
* Update rust.yml
* Update README.md
* Authors
2023-02-02 13:24:57 -08:00
Matthew Edell
24441c2b26
Update UI for quickmenu slider values ( #458 )
...
* Updated devcontainer to remove unused config
* Added slider menu background and text labels
* Finished layout of UI components
* Reordered slider values
* Fixed alignment of labels
* Adjusted label postion to be centered vertically
* TEST for colors
* Updated UI to look better with colours
* Changed menu to only have 'min' & 'max', fixed layout
* Created macro for slider button labels, cleaned up warnings
* Updated default case to panic
* Added text outline and shadow, updated text colours to match the game
* Updated default cases to panic
2023-02-02 11:02:59 -08:00
jugeeya
f762850bbf
Cleanup Devcontainer Specification ( #465 )
...
* Update devcontainer.json
* Delete .devcontainer/library-scripts directory
* Delete full_build.sh
* Update README.md
2023-02-01 11:27:28 -08:00
asimon-1
8866d1a2ce
Only write HTML on Console ( #464 )
2023-02-01 07:29:22 -08:00
jugeeya
8b804ff402
[Github Action] Add rust-cache ( #463 )
...
* Add rust-cache
* Retrigger
* rust-cache for plugin
* Retrigger plugin
* Separate caches for jobs
* Retrigger
2023-01-31 16:30:46 -08:00
jugeeya
5bb12d04fb
[Github Action] no-dkp image; Move to cargo clippy as simple runner to fix PRs ( #462 )
...
* Update rust.yml
* Update rust.yml
* Update rust.yml
* Update rust.yml
* Update rust.yml
* Update rust.yml
* Fixes for clippy
* Fix clippy again
* Also run check
* Add names
* Remove rustfmt
2023-01-31 15:17:00 -08:00
github-actions[bot]
6d312521d1
Format Rust code using rustfmt
2023-01-29 03:11:32 +00:00
techyCoder81
1a9dea2f52
Update infinite shield logic to work for modded gameplay ( #460 )
...
* update infinite shield logic
uses the originally loaded shield mul param rather than a hardcoded vanilla param that may be different than what the game (read: mods) had loaded initially.
* use option instead of a magic float
2023-01-28 19:06:35 -08:00
github-actions[bot]
37360c787a
Format Rust code using rustfmt
2023-01-27 19:24:09 +00:00
asimon-1
77f439a6eb
Improve Error Handling ( #459 )
...
* Add error messages by changing unwrap() calls to expect()
* Improve error messages by changing println! to info!/warn!/error!
* Address nits
* Change panic message
* details in panic
2023-01-27 11:19:18 -08:00
github-actions[bot]
b28522a6ce
Format Rust code using rustfmt
2023-01-18 01:28:14 +00:00
jugeeya
a364a214e2
Fix for recent rust-analyzer checkOnSave change; clippy fix
2023-01-17 17:23:24 -08:00
jugeeya
180f6f4228
Quick Menu: Change selected option bg color to blue
2023-01-17 16:54:55 -08:00
jugeeya
84fbe98d0d
Quick Menu: fix speed, potential to deadlock
2023-01-17 16:02:19 -08:00
jugeeya
e174daeb6f
Fix Quick Menu when used with joycons
2023-01-04 17:10:58 -08:00
jugeeya
4c65bf837d
Delete beta on every upload so it is at top of releases
2023-01-03 17:34:26 -08:00
Austin Traver
75afb81e67
Add Discord hyperlinks to README.md ( #456 )
2023-01-01 07:26:08 -08:00
github-actions[bot]
2b66f0ee13
Format Rust code using rustfmt
2022-12-31 21:45:48 +00:00
asimon-1
7ca9e5fb77
Save States: Handle Ledges and Asymmetric Stages ( #455 )
...
* Don't save situation_kind_cliff
* Handle asymmetric stages
2022-12-31 13:41:01 -08:00