John
|
e5884016ab
|
Initial commit for the snap colour mod. Implements basic functionality.
|
2023-05-12 19:07:25 -07:00 |
|
Dan Balasescu
|
d2380bd840
|
Remove usages of [ExcludeFromDynamicCompile]
|
2023-05-08 18:12:56 +09:00 |
|
Dean Herbert
|
698baa78bf
|
Merge pull request #22711 from Terochi/keep-shared-settings-ruleset-change
Keep shared mod settings when changing ruleset
|
2023-05-05 13:29:55 +09:00 |
|
Bartłomiej Dach
|
485b7282dc
|
Clarify type check
|
2023-05-04 19:06:07 +02:00 |
|
Bartłomiej Dach
|
1f1342b099
|
Reword xmldoc
|
2023-05-04 18:33:49 +02:00 |
|
Bartłomiej Dach
|
88e77ad390
|
Rename Settings{-> Map}
|
2023-05-04 18:30:41 +02:00 |
|
Bartłomiej Dach
|
26337dbcd8
|
Do not rely on unspecified Dictionary.Values ordering
|
2023-05-04 18:29:01 +02:00 |
|
Bartłomiej Dach
|
0d2396c557
|
Rename method to better indicate directionality
|
2023-05-04 18:15:12 +02:00 |
|
Dean Herbert
|
414b80d44e
|
Change flashlight depth in a more standard way
|
2023-05-02 17:00:54 +09:00 |
|
Dean Herbert
|
b2b9f2a036
|
Merge branch 'master' into bubble_mod_implementation_clean
|
2023-05-02 16:59:55 +09:00 |
|
Terochi
|
332c199dc2
|
further simplification
|
2023-04-26 10:46:29 +02:00 |
|
Dean Herbert
|
27f81288ef
|
Merge branch 'master' into keep-shared-settings-ruleset-change
|
2023-04-26 15:51:31 +09:00 |
|
Dean Herbert
|
cb7b246e33
|
Fix naming and update in line with nullability
|
2023-04-26 15:27:58 +09:00 |
|
Dean Herbert
|
210c5e7c53
|
Merge branch 'master' into decouple-mod-fails
|
2023-04-26 15:26:20 +09:00 |
|
Terochi
|
0841e73a39
|
Improved readability and sounds
|
2023-04-25 21:07:17 +02:00 |
|
Dan Balasescu
|
15f6bc155e
|
Add progressive score multiplier for HT
|
2023-04-10 13:35:48 +09:00 |
|
Dan Balasescu
|
c923482976
|
Add progressive score multiplier for DT
|
2023-04-10 13:31:48 +09:00 |
|
Salman Ahmed
|
678e8ed736
|
Update UBO usages inline with framework changes
|
2023-03-16 14:06:35 +03:00 |
|
Dean Herbert
|
7b34607676
|
Merge branch 'master' into bubble_mod_implementation_clean
|
2023-03-16 13:45:22 +09:00 |
|
Dean Herbert
|
969c0e9c9d
|
Merge branch 'master' into veldrid-renderer
|
2023-03-14 17:35:38 +09:00 |
|
Terochi
|
8e8dda3ac0
|
Big simplifying
|
2023-03-11 23:29:36 +01:00 |
|
Terochi
|
b51c41a804
|
Addressed changes
|
2023-03-09 20:14:58 +01:00 |
|
Terochi
|
8bf84869a5
|
Fixed errors covered in new tests
|
2023-03-07 20:39:50 +01:00 |
|
Bartłomiej Dach
|
7ade525eef
|
Display corner radius setting as percentage
|
2023-03-07 19:43:52 +01:00 |
|
Dan Balasescu
|
dd9748a25c
|
Adjust DrawNodes to use UBOs
|
2023-02-25 01:42:55 +09:00 |
|
Terochi
|
09e7c21b23
|
Implemented a more complex setting conversion logic + tests
|
2023-02-24 15:11:22 +01:00 |
|
Terochi
|
dd53a70071
|
Addressed change requests
|
2023-02-21 21:01:31 +01:00 |
|
Terochi
|
191604340f
|
Added a way for mod settings to be kept when changing ruleset + test
|
2023-02-21 19:05:10 +01:00 |
|
Dean Herbert
|
9384687d6d
|
Switch ModMuted to add its metronome to components rather than overlays
|
2023-02-21 19:04:06 +09:00 |
|
Dean Herbert
|
5024838f3a
|
Merge branch 'master' into bubble_mod_implementation_clean
|
2023-02-15 13:47:18 +09:00 |
|
Dean Herbert
|
b42b5f97cf
|
Use Overlays container rather than KeyBindingInputManager for flashlight
|
2023-02-14 17:36:07 +09:00 |
|
mk56-spn
|
3f0ce75bf5
|
Rename NormalSliderBar.cs to RoundedSliderBar.cs
|
2023-02-02 17:24:45 +01:00 |
|
MK56
|
c50604f701
|
Merge branch 'master' into bubble_mod_implementation_clean
|
2023-01-27 11:58:56 +01:00 |
|
mk56-spn
|
3988131475
|
Rename OsuSliderBar.cs as NormalSliderBar.cs
|
2023-01-26 12:12:56 +01:00 |
|
Gabe Livengood
|
b46ef67a14
|
increase min minimum accuracy to 60%
|
2023-01-24 00:31:46 -05:00 |
|
Gabe Livengood
|
150195b887
|
use extension method to check accuracy impact
|
2023-01-18 12:24:41 -05:00 |
|
Dean Herbert
|
522bb8bcca
|
Use ComputeAccuracy to get imminent accuracy
|
2023-01-18 18:08:58 +09:00 |
|
Gabe Livengood
|
0b1e5c0f53
|
lambdaify function
|
2023-01-17 10:23:57 -05:00 |
|
Dean Herbert
|
23ea77cb74
|
Use ScoreProcessor to fetch accuracy rather than calculating manually
|
2023-01-17 17:03:04 +09:00 |
|
Dean Herbert
|
70cb23bbc9
|
Merge branch 'master' into mod-accuracy-challenge
|
2023-01-17 16:46:54 +09:00 |
|
mk56-spn
|
bbb22479a8
|
Add "ModBubbles" for the osu ruleset.
|
2022-12-25 23:09:52 +01:00 |
|
Berkan Diler
|
08d2fbeb8e
|
Use new ArgumentNullException.ThrowIfNull throw-helper API
|
2022-12-22 21:27:59 +01:00 |
|
Dean Herbert
|
27c497145f
|
Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0
|
2022-12-16 18:16:26 +09:00 |
|
Bartłomiej Dach
|
81a42dc05d
|
Fix extended values in difficulty adjust being truncated to 10 on beatmap change
|
2022-12-06 23:25:48 +01:00 |
|
Dean Herbert
|
25120060aa
|
Use new helper method in ModTimeRamp
|
2022-12-02 16:09:46 +09:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Dean Herbert
|
f6e229c24d
|
"Fix" mod copy failure
|
2022-11-25 01:15:11 +09:00 |
|
Dean Herbert
|
a2438428a2
|
Move base call to end
|
2022-11-24 13:57:43 +09:00 |
|
Dean Herbert
|
1632df1f4d
|
Update DifficultyBindable to match new bindable spec
|
2022-11-22 14:51:19 +09:00 |
|
Dean Herbert
|
42eafe318c
|
Remove various simple obsoletions
|
2022-10-28 13:20:58 +09:00 |
|