cdwcgt
|
e02b8cb199
|
Group export methods into their respective managers
|
2022-12-11 18:30:24 +09:00 |
|
cdwcgt
|
a1fc33668c
|
Merge branch 'master' into export
|
2022-12-09 23:40:26 +09:00 |
|
Dean Herbert
|
5a69656764
|
Merge pull request #21496 from peppy/fix-zero-length-spinners
Fix being able to place zero-length spinners
|
2022-12-02 19:25:00 +09:00 |
|
Dan Balasescu
|
850931120d
|
Merge pull request #21479 from peppy/fix-wrong-last-hit-object-time
Fix some components not accounting for final hold notes in osu!mania beatmaps
|
2022-12-02 18:12:00 +09:00 |
|
Dean Herbert
|
d1296a22ce
|
Update timeline blueprint's end time logic to better match new blueprint implementation
|
2022-12-02 17:57:15 +09:00 |
|
Dan Balasescu
|
a39bd634c4
|
Merge pull request #21405 from LumpBloom7/Editor-DrawableRuleset-Dependencies
Provide DrawableRulesetDependencies from HitObjectComposer
|
2022-12-02 17:31:31 +09:00 |
|
Dan Balasescu
|
d684aa75b8
|
Merge pull request #21477 from peppy/fix-mania-timeline-blueprint-colour
Fix osu!mania editor timeline showing bright-white blueprints
|
2022-12-02 16:55:29 +09:00 |
|
Dean Herbert
|
a2db0afe19
|
Avoid querying GetLastObjectTime twice in editor seek flow
|
2022-12-02 16:07:24 +09:00 |
|
Dean Herbert
|
8cf89fcb81
|
Use Highlight1 instead of dull grey
|
2022-12-02 15:30:47 +09:00 |
|
Dean Herbert
|
896f2d8f74
|
Fix multiple instances of last hitobject time being calculated incorrectly
|
2022-12-01 18:04:06 +09:00 |
|
Dean Herbert
|
f34a79b1a9
|
Set a better default colour for timeline blueprints when no colour information is available
|
2022-12-01 17:03:53 +09:00 |
|
Dean Herbert
|
bbf023cf68
|
Fix incorrect culture used when parsing timeline popup textbox content
|
2022-12-01 16:12:29 +09:00 |
|
Derrick Timmermans
|
5c8fce1c08
|
Remove extra blank line
|
2022-11-30 13:05:14 +01:00 |
|
Derrick Timmermans
|
6a61e70766
|
Expose Ruleset from HitObjectComposer instead
|
2022-11-30 12:17:58 +01:00 |
|
Dean Herbert
|
4215f4f5d7
|
Merge branch 'master' into Editor-DrawableRuleset-Dependencies
|
2022-11-30 17:42:46 +09:00 |
|
Dean Herbert
|
2a3b24d058
|
Avoid need for implicit null casting
|
2022-11-30 14:21:04 +09:00 |
|
Dean Herbert
|
0659c84341
|
Rename method to be more in line with project naming
|
2022-11-30 14:17:49 +09:00 |
|
Jai Sharma
|
7dbf379351
|
Don't use verbatim string literals
|
2022-11-29 18:22:07 +00:00 |
|
Derrick Timmermans
|
70c320b2e8
|
Provide ruleset dependencies only to Compose Placement Blueprints
|
2022-11-27 21:43:33 +01:00 |
|
Jai Sharma
|
218c04c174
|
Code quality
|
2022-11-27 03:23:08 +00:00 |
|
Jai Sharma
|
6000e14668
|
Correctly select issue row
|
2022-11-27 03:08:54 +00:00 |
|
Jai Sharma
|
3c56b9c93a
|
Add OnRowSelected event to EditorTable
|
2022-11-27 02:47:54 +00:00 |
|
Jai Sharma
|
792334a190
|
Move Control Group timing data into it's own component
|
2022-11-27 02:47:02 +00:00 |
|
Jai Sharma
|
b6d7bec240
|
Remove #nullable disabled from EditorTable and it's derived classes
|
2022-11-27 02:45:56 +00:00 |
|
Jai Sharma
|
1a914d0df7
|
Remove #nullable disable from TimingScreen
|
2022-11-27 02:43:22 +00:00 |
|
Bartłomiej Dach
|
894ef15e79
|
Merge branch 'master' into update-framework
|
2022-11-26 16:19:36 +01:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Bartłomiej Dach
|
fca3e7e39f
|
Merge branch 'master' into editor-seek-control-points
|
2022-11-24 21:53:47 +01:00 |
|
Dean Herbert
|
37f725bfa2
|
Reverse directionality of up/down traversal keys to match scroll
|
2022-11-24 13:55:58 +09:00 |
|
Bartłomiej Dach
|
30f9cc46a7
|
Protect offset and bpm adjustments from null selection too
|
2022-11-23 17:25:43 +01:00 |
|
Dean Herbert
|
9b9b8a5977
|
Add ability to seek between control points in editor using down/up arrows
Matches stable. Addresses #21376.
|
2022-11-23 15:59:32 +09:00 |
|
Dean Herbert
|
d146f86511
|
Fix crash when hitting 'T' to tap timing while no timing point is selected
|
2022-11-23 15:39:56 +09:00 |
|
cdwcgt
|
e37d30a373
|
refactor based on reviews
removed LegacyExportManager
Separated the method of CreateZip method and the default export method
|
2022-11-21 18:58:01 +09:00 |
|
Bartłomiej Dach
|
1269afd0c5
|
Merge pull request #21307 from frenzibyte/disable-scroll-speed-on-osu
Hide scroll speed control from effects section on rulesets which don't support it
|
2022-11-20 16:17:55 +01:00 |
|
Salman Ahmed
|
4b0ba86bd0
|
Identify scrolling rulesets using temporary DrawableRuleset instances
|
2022-11-20 04:12:52 +03:00 |
|
Bartłomiej Dach
|
c05c1625f2
|
Merge branch 'master' into editor-test-play-dont-retain-test-time
|
2022-11-19 12:09:04 +01:00 |
|
Salman Ahmed
|
60c424837b
|
Merge branch 'master' into disable-scroll-speed-on-osu
|
2022-11-19 12:13:45 +03:00 |
|
Salman Ahmed
|
2e3af97892
|
Remove unused using
|
2022-11-19 12:13:36 +03:00 |
|
Salman Ahmed
|
290369db47
|
Hide scroll speed slider on rulesets which don't support it
|
2022-11-19 06:42:27 +03:00 |
|
Salman Ahmed
|
016de2f5a0
|
Fix editor not always playing hitsounds with clock offsets applied
|
2022-11-19 05:15:22 +03:00 |
|
cdwcgt
|
4e457871f3
|
impossible null and remove storage
|
2022-11-19 01:03:22 +09:00 |
|
cdwcgt
|
4b29941b47
|
add LegacyExportManager
|
2022-11-18 20:00:00 +09:00 |
|
Salman Ahmed
|
90cd386323
|
Fix timeline potentially scrolling at extents while not dragging
|
2022-11-18 09:43:16 +03:00 |
|
Dean Herbert
|
a4e713a61f
|
When returning to the editor after test play, use the original editor time rather than the point of exit
|
2022-11-17 12:36:24 +09:00 |
|
Dean Herbert
|
bfcd9e0f45
|
Don't seek to current editor location when location is close to (or before) the first object
|
2022-11-17 12:32:35 +09:00 |
|
Salman Ahmed
|
7a28a7f2a0
|
Move IGameplaySettings override to compose screen to keep test mode unaffected
|
2022-11-17 01:45:16 +03:00 |
|
cdwcgt
|
e1a21e0cf9
|
create a task to export to avoid block main thread
Code quality and remove some #nullable disable
|
2022-11-17 01:08:06 +09:00 |
|
Dean Herbert
|
ee6fffec5f
|
Fix combo colour normalisation setting not applying to editor test play
|
2022-11-16 17:54:49 +09:00 |
|
Dan Balasescu
|
db25e9e9c8
|
Merge branch 'master' into combo-colour-brightness-limit
|
2022-11-11 15:31:28 +09:00 |
|
Dan Balasescu
|
94772a9cda
|
Merge pull request #21147 from peppy/fix-timeline-editor-crash
Fix editor hard crash when beatmap file specified out-of-range timeline zoom value
|
2022-11-10 22:59:55 +09:00 |
|