Bartłomiej Dach
|
b7972e3c84
|
Merge branch 'skin-size-editing' into gameplay-hud-redesign/counters
|
2023-11-11 20:16:14 +09:00 |
|
Bartłomiej Dach
|
c522a703eb
|
Merge branch 'master' into skin-size-editing
|
2023-11-10 18:19:27 +09:00 |
|
Bartłomiej Dach
|
374e13b496
|
Remove argon health display bar length setting
It is no longer needed.
Intentionally not doing backwards migration to simplify things; users
can fix their skins.
|
2023-11-10 18:18:58 +09:00 |
|
Dean Herbert
|
1c63f1f89d
|
Merge pull request #25348 from bdach/less-basic-touchscreen-detection
Implement basic touchscreen detection
|
2023-11-10 18:01:40 +09:00 |
|
Dean Herbert
|
a02aeed50a
|
Adjust combo animation slightly
|
2023-11-10 16:53:16 +09:00 |
|
Dean Herbert
|
67312a2db9
|
Remove ArgonScoreWedge and use ArgonWedgePiece directly
|
2023-11-10 16:53:16 +09:00 |
|
Dean Herbert
|
b4ec62473e
|
Remove width/height bindables from ArgonWedgePiece
|
2023-11-10 16:53:15 +09:00 |
|
Dean Herbert
|
4f90ac15fa
|
Reduce the default wireframe opacity a bit
|
2023-11-10 15:53:05 +09:00 |
|
Dean Herbert
|
7e0b41219c
|
Change animation to only affect number portion, add miss animation
|
2023-11-10 15:53:05 +09:00 |
|
Dean Herbert
|
e861681cd4
|
Adjust argon rolling easings
|
2023-11-10 15:53:05 +09:00 |
|
Dean Herbert
|
7c3a626f4b
|
Add basic animation for combo counter
|
2023-11-10 15:53:05 +09:00 |
|
Dean Herbert
|
6c1d48dfaf
|
Remove unused function
|
2023-11-10 15:53:05 +09:00 |
|
Dean Herbert
|
f31c1c9c79
|
Rename and move skinnable line component to a more commomn place
|
2023-11-10 15:53:05 +09:00 |
|
Salman Ahmed
|
d3af3c615f
|
Merge branch 'master' into gameplay-hud-redesign/counters
|
2023-11-10 01:04:03 +03:00 |
|
Salman Ahmed
|
6f5d905ce7
|
Update argon accuracy counter design
|
2023-11-10 01:02:05 +03:00 |
|
Susko3
|
0c4c9aa4b5
|
Show touch taps setting in player loader on mobile platforms
|
2023-11-09 14:52:33 +01:00 |
|
Bartłomiej Dach
|
63a0ea5410
|
Fix PlayerTouchInputDetector applying touch device mod when other inactive mods present
|
2023-11-09 17:51:01 +09:00 |
|
Bartłomiej Dach
|
13b599b9b6
|
Merge branch 'master' into less-basic-touchscreen-detection
|
2023-11-09 17:36:48 +09:00 |
|
Salman Ahmed
|
2ef17c56b1
|
Remove unused local
|
2023-11-08 02:13:35 +03:00 |
|
Salman Ahmed
|
18c71c95cc
|
Merge branch 'master' into gameplay-hud-redesign/counters
|
2023-11-08 02:12:37 +03:00 |
|
Salman Ahmed
|
4de5454538
|
Bring back left-side line next to health display
Makes the score counter not look weird when it reaches 8 digits
|
2023-11-08 02:07:15 +03:00 |
|
Salman Ahmed
|
fdc714a248
|
Support percentages and ignore dot characters in wireframes part
|
2023-11-08 02:06:14 +03:00 |
|
Salman Ahmed
|
d30bac3f49
|
Move "required display digits" feature to reside in argon score counter
|
2023-11-08 02:06:14 +03:00 |
|
Salman Ahmed
|
e6d3085353
|
Update accuracy counter design
|
2023-11-08 02:06:14 +03:00 |
|
Salman Ahmed
|
cbea2db4be
|
Support absolute-sized health bar and use it for default layout
|
2023-11-08 02:06:14 +03:00 |
|
Dean Herbert
|
c00a1d948a
|
Merge branch 'master' into better-touch-settings
|
2023-11-07 23:21:59 +09:00 |
|
Dean Herbert
|
3e257f1e6c
|
Remove unused using statements
|
2023-11-07 23:21:51 +09:00 |
|
Susko3
|
fcd73e62d2
|
Remove mobile specific changes
Will be added back in a separate PR
|
2023-11-07 13:06:14 +01:00 |
|
Susko3
|
7385c3c97b
|
Move InputSettings children creation code to BDL
- Avoids now obsolete variable name
- Makes changing to touch detection easier (access to session statics in BDL)
|
2023-11-07 00:17:15 +01:00 |
|
Susko3
|
05d9418718
|
Rename setting to TouchDisableGameplayTaps for better visibility when searching
|
2023-11-07 00:13:46 +01:00 |
|
Salman Ahmed
|
0dbba13686
|
Split argon score sprite text and update combo counter design
|
2023-11-07 01:59:36 +03:00 |
|
Salman Ahmed
|
7c1c62ba8a
|
Remove argon combo wedge and update combo counter position
|
2023-11-07 01:59:36 +03:00 |
|
Salman Ahmed
|
ce36884ef0
|
Make score wireframes display up to required digits count
|
2023-11-07 01:59:36 +03:00 |
|
Salman Ahmed
|
754e05213c
|
Update argon score wedge design
|
2023-11-07 01:59:36 +03:00 |
|
Susko3
|
f8b5ecc92a
|
Update UI to use the new setting
|
2023-11-06 21:07:15 +01:00 |
|
Bartłomiej Dach
|
682668ccf0
|
Remove touch device toasts entirely
|
2023-11-06 10:54:32 +01:00 |
|
Bartłomiej Dach
|
97fee6143c
|
Rename touch "input handlers" to detectors
|
2023-11-06 10:08:19 +01:00 |
|
Dean Herbert
|
0915ac8891
|
Use left aligned text for non-rotate key counter
|
2023-11-06 16:32:12 +09:00 |
|
Susko3
|
9947897c5f
|
Use appropriate clicks/taps text in player loader input settings
|
2023-11-05 12:53:40 +01:00 |
|
Susko3
|
fa1d1df594
|
Rename mouse button string to Disable clicks during gameplay
|
2023-11-05 12:43:14 +01:00 |
|
Salman Ahmed
|
1d4f4cf4c3
|
Merge branch 'master' into gameplay-hud-redesign/counters
|
2023-11-05 02:02:36 +03:00 |
|
Salman Ahmed
|
6c3169a0ed
|
Remove PP wedge and logic for gameplay layout
|
2023-11-05 01:56:54 +03:00 |
|
Salman Ahmed
|
a23dfbeab5
|
Revert "Abstractify PP counter logic from the "Triangles" implementation"
This reverts commit daf4a03fd0 .
|
2023-11-05 01:55:54 +03:00 |
|
Salman Ahmed
|
58a830fc5b
|
Revert "Add "Argon" performance points counter"
This reverts commit 56eeb117ce .
|
2023-11-05 01:55:54 +03:00 |
|
Salman Ahmed
|
1c844a155e
|
Remove health line detail
|
2023-11-05 01:55:54 +03:00 |
|
Salman Ahmed
|
91cf237fc1
|
Revert health display settings changes
|
2023-11-05 01:55:54 +03:00 |
|
Joseph Madamba
|
16731ff85f
|
Fix text positioning
|
2023-11-02 20:42:28 -07:00 |
|
Joseph Madamba
|
b3dfe19472
|
Fix UprightAspectMaintainingContainer not being centred
|
2023-11-02 20:42:28 -07:00 |
|
Joseph Madamba
|
090601b485
|
Apply peppy's upright key counter attempt diff
Co-Authored-By: Dean Herbert <pe@ppy.sh>
|
2023-11-02 20:42:23 -07:00 |
|
Bartłomiej Dach
|
a78fab0e7d
|
Do not hardcode ruleset name in touch device detection toast
|
2023-11-03 00:17:29 +01:00 |
|