StanR
9272b2269f
Merge pull request #252 from MrHeliX/fix_simulate_mania
...
Fixes for mania simulate command
2025-06-06 12:08:40 +03:00
StanR
70d5baa375
Merge branch 'master' into fix_simulate_mania
2025-06-06 11:59:20 +03:00
Mr. HeliX
10194bdef6
Handle both CL and non-CL logic in GUI generateManiaHitResults method
2025-06-06 10:53:06 +02:00
Mr. HeliX
9be30b6185
Review feedback
2025-06-05 13:35:48 +02:00
Mr. HeliX
431bfe60d6
Fixed CodeFactor issues
2025-06-05 12:55:28 +02:00
Mr. HeliX
8336723e86
Updated generateHitResults method to handle both CL and non-CL logic
2025-06-05 12:51:05 +02:00
StanR
e2ab359eda
Merge pull request #267 from wulpine/catch-populate-acc
...
Populate accuracy-related fields for osu!catch scores
2025-06-03 13:11:34 +03:00
StanR
63b059d125
Merge branch 'master' into catch-populate-acc
2025-06-03 13:09:50 +03:00
Wulpey
4d2d5debf2
Populate accuracy-related fields for osu!catch scores
...
When populating from an osu!catch score, the `Droplets` and
`Tiny Droplets` fields are set to 0 because `HitResult.LargeTickHit` and
`HitResult.SmallTickHit` aren't used for setting them.
2025-06-03 12:54:18 +03:00
Dean Herbert
f3419686b4
Merge pull request #257 from smoogipoo/freestyle-mods
...
Output `ValidForFreestyle` in mods command
2025-05-30 21:56:38 +09:00
Dean Herbert
8aa6173b90
Merge branch 'master' into freestyle-mods
2025-05-30 21:54:52 +09:00
Dean Herbert
a9fb95c885
Update packages
2025-05-30 21:54:22 +09:00
James Wilson
6f4c6d352d
Merge pull request #265 from tsunyoku/legacy-total-score-simulate-screen
...
Pass `LegacyTotalScore` on simulate screen
2025-05-16 12:38:30 +01:00
tsunyoku
ccb77ac3a7
Reset legacyTotalScore
when calculations are reset
2025-05-16 12:36:38 +01:00
tsunyoku
31075c993e
Pass LegacyTotalScore
on simulate screen
2025-05-16 12:28:56 +01:00
StanR
27a65d4a4a
Merge pull request #263 from tsunyoku/use-legacy-score
...
Use `LegacyTotalScore` if set when parsing `ScoreInfo`
2025-05-13 19:16:40 +05:00
tsunyoku
5fcfa2b50c
Use LegacyTotalScore
if set
2025-05-13 15:04:42 +01:00
StanR
414c762b2b
Use argon skin for object inspection ( #262 )
2025-05-13 14:05:10 +01:00
StanR
d72a13ae16
Merge pull request #261 from Givikap120/add-scorev1-to-cli
...
Add option to pass legacy total score to CLI
2025-05-03 16:48:41 +05:00
Givikap120
f8df9bb4f9
add option to pass legacy total score
2025-05-03 14:42:46 +03:00
James Wilson
f690077e2a
Merge pull request #260 from stanriders/support-200-scores
...
Query 200 user scores from api, update packages
2025-04-16 10:19:56 +01:00
StanR
86b301cbb2
Query 200 user scores from api, update packages
2025-04-16 14:08:20 +05:00
Dan Balasescu
7bd13c9c01
Adjust property name
2025-04-14 18:17:41 +09:00
James Wilson
f388f2fe16
Merge pull request #258 from stanriders/fix-cli-profile-command
...
Fix `profile` command returning incorrect values
2025-04-05 23:20:38 +01:00
StanR
a34330a184
Fix profile
command returning incorrect values
2025-04-06 03:07:57 +05:00
James Wilson
32a809b3ce
Merge pull request #256 from stanriders/attribute-table
...
Replace manual attribute table building with an `AttributesTable` component
2025-04-04 10:01:43 +01:00
tsunyoku
8ad5b2e4f9
Code quality
2025-04-04 09:59:08 +01:00
Dan Balasescu
7d9d80b078
Output ValidForFreestyle
in mods command
2025-04-04 15:13:51 +09:00
StanR
b84e3f9248
Replace manual attribute table building with an AttributesTable
component
2025-04-04 03:50:40 +05:00
James Wilson
4f77fb61df
Merge pull request #255 from stanriders/add-beatmap-stats
...
Add beatmap stats tooltip, fix bpm not updating on mod settings changes
2025-04-03 16:25:38 +01:00
StanR
5ea407a48b
Add beatmap stats tooltip, fix bpm not updating on mod settings changes
2025-04-03 18:08:10 +05:00
StanR
c140e8291b
Merge pull request #247 from buyaspacecube/combined-profile-4-merge
...
Implement support for viewing multiple profiles at once
2025-03-17 02:35:48 +05:00
James Wilson
76c2299ce2
Use newer /users/{id}
path for profile link
2025-03-16 21:33:50 +00:00
StanR
bc08d251ba
CI
2025-03-17 02:21:21 +05:00
StanR
7d69a3420b
Improve extended score panel avatar handling
2025-03-17 02:11:27 +05:00
StanR
d037a2f7ce
Don't fail if one of the profiles failed
2025-03-17 01:53:56 +05:00
StanR
58d54f91df
Use currentUsers
as is
2025-03-17 01:47:35 +05:00
StanR
27ac6b40f1
Split by ,
instead of ,
2025-03-17 01:43:40 +05:00
StanR
739a009d48
Format
2025-03-17 01:43:15 +05:00
StanR
534b01c409
Merge branch 'master' into buyaspacecube/combined-profile-4-merge
2025-03-17 01:37:39 +05:00
Mr. HeliX
3ab733da4c
Merge branch 'master_ppy' into fix_simulate_mania
2025-03-01 23:31:33 +01:00
Mr. HeliX
eb82930c17
Fixed CodeFactor issues
2025-03-01 23:29:54 +01:00
Dean Herbert
152c5d90f7
Merge pull request #254 from stanriders/update-packages-20250227
...
Update packages
2025-02-28 12:18:02 +09:00
StanR
dc849ddade
CI
2025-02-27 23:34:46 +05:00
StanR
1cbe1f86a4
CI
2025-02-27 16:43:47 +05:00
StanR
5d6352b530
Update packages
2025-02-27 16:14:14 +05:00
Mr. HeliX
1ee62e882d
Review feedback RulesetHelper
2025-02-26 18:05:42 +01:00
Mr. HeliX
4ef51a1b09
Review feedback
2025-02-21 21:50:38 +01:00
Mr. HeliX
d30663ae8f
Applied Mania fixes to PerformanceCalculatorGUI as well
2025-02-21 13:35:20 +01:00
Mr. HeliX
5903f648f4
Implemented GetAccuracy override method for Mania simulate command
2025-02-21 10:48:10 +01:00