Matthew Edell
35234d4c02
Fixed layout, updated icon colours
2023-09-01 15:50:18 -04:00
jugeeya
3ecebb8efd
Fix formatting + clippy
2023-09-01 10:29:14 -07:00
Matthew Edell
5bbb4f4321
Added input display menu icon, removed breakdown from input status display
2023-08-31 23:05:41 -04:00
jugeeya
efcafb3cc1
Use white for lstick
2023-08-31 16:39:12 -07:00
jugeeya
a5f1565090
Try black color with alpha of 0
2023-08-31 16:12:07 -07:00
jugeeya
720ab0fbbc
Use same upstream skyline-smash
2023-08-31 15:32:23 -07:00
jugeeya
53f2a28c2a
Try white color
2023-08-31 08:29:38 -07:00
jugeeya
fc385d1d91
Clippy
2023-08-31 08:23:30 -07:00
jugeeya
39e9092392
deref
2023-08-31 08:18:27 -07:00
jugeeya
c8899bb8fb
Fixes
2023-08-31 08:16:15 -07:00
jugeeya
418cafb7c1
Try setting colors
2023-08-31 08:12:30 -07:00
jugeeya
e7347b1037
import trait
2023-08-31 07:54:23 -07:00
jugeeya
75b279e62d
from_iter
2023-08-31 07:50:20 -07:00
jugeeya
0f06e8f2db
into_iter
2023-08-31 07:46:18 -07:00
jugeeya
3f8167f180
Fix again
2023-08-31 07:43:13 -07:00
jugeeya
1f850e0d5c
Update for consts
2023-08-31 07:40:56 -07:00
jugeeya
dddc300aff
Fix for lua consts; update print_fighter_info to use consts with names
2023-08-31 07:26:45 -07:00
jugeeya
0b6cb979f1
Merge branch 'main' of https://github.com/jugeeya/UltimateTrainingModpack into input-logger
2023-08-31 07:17:01 -07:00
Matthew Edell
f0015b39f0
Got icons working in game
2023-08-31 04:18:10 -04:00
Matthew Edell
79b621f9fb
Added analog stick panes to layout
2023-08-31 00:13:18 -04:00
GradualSyrup
9e94ef72a9
Pikmin Save States and Skyline Smash update ( #613 )
...
* 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
2023-08-30 19:00:29 -07:00
Matthew Edell
2bfce9a442
Added plus and minus
2023-08-30 18:54:55 -04:00
Matthew Edell
f8683118fb
Added most icons, updated icons to match names
2023-08-30 18:47:42 -04:00
jugeeya
68a16f66fe
Fix OoS Offset/Reaction Time + Start Button in Frame-by-Frame ( #614 )
...
* Initial
* Test to fix parrying
---------
Co-authored-by: GradualSyrup <68757075+GradualSyrup@users.noreply.github.com>
2023-08-30 13:10:10 -07:00
Matthew Edell
c020b5cbca
Commented out handling of icons as text
2023-08-30 02:16:02 -04:00
Matthew Edell
ba117f47a5
Raised size of layout
2023-08-30 02:12:43 -04:00
Matthew Edell
54645f69fd
Added icon parts to Icons Pane
2023-08-30 02:11:59 -04:00
Matthew Edell
664e4ffccb
Got icons imported to bflyt
2023-08-30 01:38:02 -04:00
Matthew Edell
5424f0c973
Added Icon part pane
2023-08-30 00:22:51 -04:00
Matthew Edell
1ebcf44900
Fixed sizes of all top level frames
2023-08-30 00:20:25 -04:00
Matthew Edell
3da5414b04
Replaced input log bflyt, added input icon bflyt
2023-08-29 23:59:29 -04:00
jugeeya
0dd02f38cd
Fix again
2023-08-29 16:30:03 -07:00
jugeeya
7f5e59bbcc
More fixes
2023-08-29 16:26:55 -07:00
jugeeya
1140da469c
More formatting
2023-08-29 16:04:00 -07:00
jugeeya
44fe3f1d9a
Input Display Status Breakdown
2023-08-29 16:00:34 -07:00
jugeeya
3f79630c77
Last fixes for clippy / formatting
2023-08-29 15:53:04 -07:00
jugeeya
0d177f4b3e
Formatting
2023-08-29 15:50:50 -07:00
jugeeya
6bc03b2598
More fixes
2023-08-29 15:50:24 -07:00
jugeeya
f961f3dfaa
Merge fixes
2023-08-29 15:45:44 -07:00
jugeeya
81153dd9da
Merge from main
2023-08-29 15:36:19 -07:00
GradualSyrup
230943ac70
Toggle to Remove Dodge Staling ( #601 )
...
* Working build
* extra options change
* cargo fmt
* Move stale dodges to defensive tab
* implication explanation
* no Option for as_bool
2023-08-29 14:59:24 -07:00
jugeeya
77a1566344
Use i8 for thresholds; update layout.arc to master's
2023-08-27 19:09:16 -07:00
jugeeya
8d8292ffc2
Frame Counter Refactor ( #612 )
...
* Initial
* Fixes and formatting
* FIX FOR MENU
2023-08-24 13:59:33 -07:00
jugeeya
ff88c9a117
Mid-refactor
2023-08-24 12:27:05 -07:00
jugeeya
b519152ce7
Add space to dialog notification for release
2023-08-24 09:05:37 -07:00
Matthew Edell
be74ce9959
Add icons for new features ( #611 )
...
* Added icons for input recording, updated menu names
* Added missing input recording icons, added auto update icon
* Added input_record
* Added input_playback
* Added menu_open_start_press
* Added save_state_load
* Added save_state_save
* Added missing icons, fixed size of camera icons
* Fixed save_state_slot icon
2023-08-24 08:51:26 -07:00
jugeeya
f5e73d0ef8
Fix potential softlock when closing menu in frame-by-frame ( #610 )
...
* Fix softlock
* Update menu.rs
* Update mod.rs
* Update menu.rs
* Update button_config.rs
* Unused code
2023-08-23 23:51:21 -07:00
jugeeya
88e047b214
Fix softlock thing, in general fix frame-by-frame + TTL weirdness
2023-08-23 19:32:34 -07:00
asimon-1
8711ce6ca0
Add dialog_ok if the user declines the update ( #609 )
...
* Add dialog_ok if the user declines the update
* Remove linebreak which doesn't actually appear on console (?)
* rustfmt
2023-08-23 15:48:21 -07:00
jugeeya
9a772719c8
Some fixes
2023-08-23 11:09:07 -07:00