1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00
Commit graph

130 commits

Author SHA1 Message Date
jugeeya
c88a0991c7
Remove references to deprecated emulator (#674)
* Update rust.yml

* Update README.md
2024-03-11 12:05:30 -07:00
jugeeya
8203e54430
Update Yuzu install path guide (#651)
* Update README.md

* Update rust.yml
2023-10-09 11:53:55 -07:00
jugeeya
9dc7b626b6
Fix feature on beta build 2023-09-15 00:24:06 -07:00
jugeeya
e2cedb462b
Add menu and remainder of input icons; Fix notification wonkiness (#633)
* Add files via upload

* Add files via upload

* Build with layout_arc_from_file

* Add files via upload

* Updated bumper and trigger button icons

* Added dpad icons and added them to raw inputs

* Added icons for strong direction inputs

* Added missing icon names to list, fixed missing trailing comma

* Updated dodge staling icon

* Fixed b icon showing on side taunt

---------

Co-authored-by: Matthew Edell <edell.matthew@gmail.com>
2023-09-15 00:23:23 -07:00
jugeeya
20c35b71d8
README Updates: Yuzu Installation, More Beta Changelog (#618)
* Some updates

* More
2023-09-06 10:12:08 -07:00
jugeeya
1186398c50
Add debug symbols into plugin NRO(#603) 2023-08-21 12:32:49 -07:00
jugeeya
f862abacaf
Remove references to NN HID hook (#590) 2023-08-14 08:55:05 -07:00
Austin Traver
e69f1a93a9
Fix builds of modpack on M1 Mac (#572)
* Fix builds of modpack on M1 Mac

* Check if actions work now

* Fix clippy

* Use foreign function interface

* Update rust.yml

* Format code

* Revert change to workflow

* Revert change to workflow

* Update workflow

* Update workflow

* One additional tweak

* Update formatting

* Experiment with caching config

* Install the latest stdlib before building

* Remove unused environment variable
2023-08-07 23:28:40 -07:00
GradualSyrup
b8b2446522
Update Github Actions Versions / Repos (#565)
* 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
2023-08-04 13:07:15 -07:00
jugeeya
e0ef313297
Keep Mii hats and Luma on save state load; Fix Github Actions (#532)
* 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>
2023-07-11 09:10:56 -07:00
Chris McDonald
5b2e4c7319
Add rustfmt CI checker and format (#518)
* Add rustfmt CI checker

Minimal checker that just runs `cargo fmt --check` on all targets.

* rustfmt
2023-04-11 14:56:14 -07:00
jugeeya
b5735c54d7
Update GH Action Dependency 2023-03-23 08:28:21 -07:00
jugeeya
745baef640
Fix beta file upload 2023-03-04 20:15:37 -08:00
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
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
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
jugeeya
d23dcdf968
Deprecate Web Menu (#472)
* Initial

* Fixes
2023-02-07 06:01:52 -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
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
jugeeya
4c65bf837d
Delete beta on every upload so it is at top of releases 2023-01-03 17:34:26 -08:00
jugeeya
52e3528292
Use ui2d-based Quick Menu; show dmg percentage on save state % reload with random damage (#450)
* 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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-29 20:09:22 -08:00
jugeeya
3ecc6aae0a
Update NRO hook for compatibility with Smashline mods like HDR (#444)
* Update NRO hook

* Update rust.yml
2022-12-15 10:01:45 -08:00
jugeeya
5526d67cec Ignore changelog for now 2022-11-11 16:15:38 -08:00
jugeeya
196949d499 Fix compatibility with Arcropolis 2022-11-11 16:07:48 -08:00
jugeeya
db8d961480 Attempt once again to put changelog in beta log 2022-11-11 10:17:14 -08:00
jugeeya
b69e4ff865 Attempt to fix changelog in beta 2022-11-11 10:05:48 -08:00
jugeeya
564f5917fb Changelog in beta description 2022-11-11 09:56:00 -08:00
jugeeya
2ca7e7a4a2
Point CI to upload against main 2022-11-07 08:59:37 -08:00
jugeeya
1fbf9c96c9
Retrigger actions 2022-11-06 21:57:33 -08:00
jugeeya
53a60e477f
Update CI for master -> main 2022-11-06 13:38:02 -08:00
jugeeya
14d53cac77
Fix for toolchain CI 2022-10-03 09:01:29 -07:00
jugeeya
e642f2c1cc
Don't pin toolchain for clippy CI 2022-10-03 08:54:08 -07:00
jugeeya
acafa90caa
Fix CI for plugin outside training mode 2022-10-02 10:01:15 -07:00
jugeeya
3e37c5ace8
Update CI to cs-3.0.0 2022-10-02 09:53:14 -07:00
jugeeya
f24fec1b78
Update params hook; restore infinite shield vs. items 2022-06-22 05:48:56 -10:00
jugeeya
9cc4c6b73b
Update to cargo-skyline 3.0.0 (with updated Rust STD!) (#359)
* Try cargo-skyline 3.0.0

* Update Cargo.toml

* Update lib.rs

* Update combo.rs
2022-05-25 15:07:56 -07:00
jugeeya
e5d614100f
Update beta instructions as latest Ryujinx is Skyline-compatible 2022-05-04 08:58:10 -07:00
asimon-1
a6d12eb3e9
Remove fonts (#334) 2022-04-11 13:58:52 -07:00
jugeeya
6da6aa41b7
Clippy Linter Fixes (#323)
* initial

* small fix

* Update rust.yml

* Update lib.rs

* Format Rust code using rustfmt

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-24 23:48:50 -07:00
jugeeya
3a543581da Fix beta installation guidance 2022-03-24 17:15:16 -07:00
jugeeya
3f049605c3 Merge branch 'master' of https://github.com/jugeeya/UltimateTrainingModpack 2022-03-24 17:12:10 -07:00
jugeeya
24c3e8a020 Embed shaders & font into menu NRO 2022-03-24 17:11:50 -07:00
jugeeya
75598e70c9
Fix formatting for beta instructions 2022-03-24 13:15:07 -07:00
jugeeya
d6f172b630
Update beta installation instructions 2022-03-24 12:06:01 -07:00
jugeeya
3a9dae3576 Move external Quick Menu dependencies to static/ 2022-03-20 11:50:56 -07:00
jugeeya
7d6d407be7 Fix for upload release 2022-03-20 11:39:38 -07:00
jugeeya
3ef4d71b2b Add remaining dependencies for quick menu 2022-03-20 11:32:58 -07:00