Bartłomiej Dach
|
020c63017e
|
Fix inspectcode issues
|
2021-06-09 09:21:02 +02:00 |
|
Dean Herbert
|
d0e9f8ef90
|
Replace and obsolete Ranked flag with IsUserPlayable
|
2021-06-09 14:17:03 +09:00 |
|
Pasi4K5
|
b214f2ae0e
|
Remove repeat and simplify getMinSliderMargin
|
2021-06-05 17:13:08 +02:00 |
|
Pasi4K5
|
f59263932a
|
Use SliderPath.GetPathToProgress for getting the SliderPath 's positions
|
2021-06-05 17:04:58 +02:00 |
|
Pasi4K5
|
b4f190c6ff
|
Rename iteration variable
|
2021-06-04 17:22:36 +02:00 |
|
Pasi4K5
|
32e41048ff
|
Fix System.ArgumentException caused by sliders bigger than the playfield
|
2021-06-04 16:50:27 +02:00 |
|
Pasi4K5
|
6357d1363c
|
Add comment for slider_path_checking_rate
|
2021-06-04 16:26:40 +02:00 |
|
Pasi4K5
|
a0a6f3ef81
|
Replace Vector2 methods with math operators
|
2021-06-04 16:23:03 +02:00 |
|
Pasi4K5
|
9f2a9608f2
|
Rework slider positioning
|
2021-06-04 16:17:54 +02:00 |
|
Pasi4K5
|
7a4fc9ffc8
|
Move seed to base class
|
2021-06-03 18:16:11 +02:00 |
|
Dan Balasescu
|
d39eb7eac2
|
Merge pull request #12952 from peppy/autoplay-pause-support
Externalise autoplay generation from `Player` to allow use of replay playback functions
|
2021-06-03 17:29:17 +09:00 |
|
Dean Herbert
|
8b43cfdd7d
|
Merge pull request #12568 from Pasi4K5/mod-osu-random
Add mod "Random" for osu! ruleset
|
2021-06-03 17:14:27 +09:00 |
|
Pasi4K5
|
d5de5ae640
|
Add comments explaining the usage of shiftNestedObjects()
|
2021-05-26 20:50:31 +02:00 |
|
Dean Herbert
|
a08a4aa911
|
Move second call to shiftNestedObjects to a more understandable location
|
2021-05-26 16:48:16 +09:00 |
|
Dean Herbert
|
d6c4be207b
|
Simplify naming
|
2021-05-26 16:44:44 +09:00 |
|
Dean Herbert
|
ad3e4287cd
|
Move distanceToPrev inside randomisation function
|
2021-05-26 16:44:05 +09:00 |
|
Dean Herbert
|
6ca9b37c28
|
Make random generator a field to avoid passing around internally
|
2021-05-26 16:42:20 +09:00 |
|
Dean Herbert
|
6181b1ac92
|
Simplify previous object handling by using a class instead of struct
|
2021-05-26 16:42:20 +09:00 |
|
Dean Herbert
|
c5ff052096
|
Change internal to public
|
2021-05-26 16:31:25 +09:00 |
|
Pasi4K5
|
c85d5513be
|
Remove redundant parameter and unused setters
|
2021-05-25 21:42:26 +02:00 |
|
Pasi4K5
|
bdbd64c88d
|
Fix sliders being partly outside of the playfield in some cases
|
2021-05-25 21:32:18 +02:00 |
|
Dean Herbert
|
a3c78674a1
|
Add new interface for autoplay mods
|
2021-05-25 18:09:24 +09:00 |
|
Pasi4K5
|
098d8c2131
|
Add complete randomisation for first hit object and hit objects after spinners
|
2021-05-24 15:13:31 +02:00 |
|
Dean Herbert
|
53b5341bb9
|
Simplify application logic
|
2021-05-24 14:34:27 +09:00 |
|
Dean Herbert
|
a92ded8a2f
|
Apply renaming and general code clean-up
|
2021-05-24 14:28:07 +09:00 |
|
Dean Herbert
|
88d7bc195d
|
Split out and clean up playfield sizing references
|
2021-05-24 14:27:56 +09:00 |
|
Dean Herbert
|
8dd3f11d28
|
Tidy up struct and previous object handling
|
2021-05-24 14:19:10 +09:00 |
|
PercyDan54
|
63ac430386
|
Rename startTime in parameters
|
2021-05-15 11:26:16 +08:00 |
|
Pasi4K5
|
878182fbdf
|
Fix slider ticks not being shifted along with their parent sliders
|
2021-05-15 02:07:24 +02:00 |
|
Pasi4K5
|
3fa6a0413b
|
Add slider position randomisation
|
2021-05-14 23:04:09 +02:00 |
|
PercyDan54
|
a4c1b9a1a7
|
Rename startTime to fadeStartTime
|
2021-05-14 21:56:13 +08:00 |
|
PercyDan54
|
a86a4bab91
|
Remove empty override
|
2021-05-14 21:55:32 +08:00 |
|
PercyDan54
|
393ac4fdd1
|
Destruct declaration
|
2021-05-14 21:30:58 +08:00 |
|
PercyDan54
|
67dfeeb1b7
|
Cleanup code in ModHidden
|
2021-05-14 21:29:13 +08:00 |
|
Dean Herbert
|
dbc2318710
|
Initial tidying up
|
2021-05-14 14:13:35 +09:00 |
|
Pasi4K5
|
ac04e8afa2
|
Change name of option "Custom seed" to "Seed" and set its value to the generated seed
|
2021-05-14 01:50:11 +02:00 |
|
Pasi4K5
|
a9d5211e81
|
Remove seed from the ScorePanel and "Paste" button
|
2021-05-14 01:42:39 +02:00 |
|
Pasi4K5
|
946abfbb83
|
Rework settings; Add seed to ScorePanel; Apply requested changes from @bdach
|
2021-05-12 18:11:50 +02:00 |
|
Pasi4K5
|
6bed268bd8
|
Enhance mod settings and add option "Random seed"
+ slight adjustments
|
2021-05-01 04:01:43 +02:00 |
|
Pasi4K5
|
d90708d646
|
Merge branch 'master' into mod-osu-random
|
2021-05-01 02:45:32 +02:00 |
|
Andrei Zavatski
|
7bf3498e2a
|
Calculate playfield scale locally
|
2021-04-30 02:49:19 +03:00 |
|
Andrei Zavatski
|
25e0fb1cf9
|
Refactor OsuModBarrelRoll to allow it's usage by other rulesets
|
2021-04-30 01:59:59 +03:00 |
|
Pasi4K5
|
95040f7edc
|
Change initial seed to a random number
|
2021-04-27 22:19:04 +02:00 |
|
Pasi4K5
|
a141a4e9e6
|
Add setting "Seed"
Random numbers are now generated with the seed specified in the mod settings.
|
2021-04-27 20:44:36 +02:00 |
|
Pasi4K5
|
4b05568d2d
|
Revert "Fix bug causing the star rating to change when Random is enabled"
This reverts commit 1dfe028c02 .
|
2021-04-27 19:39:58 +02:00 |
|
Pasi4K5
|
1dfe028c02
|
Fix bug causing the star rating to change when Random is enabled
|
2021-04-26 22:26:13 +02:00 |
|
Pasi4K5
|
6e85c4e069
|
Change randomisation process to keep distances between objects
Remove now unnecessary settings;
Remove spinners;
Sliders are not implemented yet
|
2021-04-25 23:57:01 +02:00 |
|
Pasi4K5
|
08821da954
|
Change mod description
|
2021-04-25 01:43:32 +02:00 |
|
Pasi4K5
|
f33f1b2bed
|
Remove class "ModRandomOsu" and adjust code
Add documentation comment for OsuModRandom
|
2021-04-25 01:34:39 +02:00 |
|
Pasi4K5
|
961bd1177c
|
Add mod "Random" for ruleset "osu!"
|
2021-04-25 00:39:36 +02:00 |
|