a547d2ed5c
Don't least at Player just yet
2020-01-31 18:37:16 +09:00
2f61d3f5ad
Fix song select remaining issue locally
2020-01-31 17:35:53 +09:00
5f48affcba
Centralise screen exit logic to ScreenTestScene
2020-01-31 14:19:29 +09:00
09f6c57b0f
Merge branch 'master' into fix-import-different-ruleset
2020-01-30 15:08:25 +09:00
c18b1b302c
Merge branch 'master' into editor-match-accessibility
2020-01-30 13:49:56 +09:00
c158570249
Fix typo in comment
...
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com >
2020-01-30 11:31:34 +09:00
f72de235cc
Remove unnecessary length specifications
2020-01-30 11:00:14 +09:00
37ecf8a060
Remove commented line
2020-01-30 10:50:48 +09:00
bea20efb64
Merge branch 'master' into mod_content_centering
2020-01-30 10:34:46 +09:00
f130e48c9e
Remove leftover negative margin
2020-01-29 19:17:07 +01:00
c9dda78ded
Refactor drawable hierarchy to center properly
...
* Use FillFlowContainer.Spacing instead of manually applying margins.
* Use Update() for calculating button padding to preserve it after
mod button expansion and adjust FooterButtonRandom to use this method
while avoiding flickering.
* Expose mod display margin to clear it in the footer button.
2020-01-29 18:59:51 +01:00
da6952407e
Allow null DI
2020-01-29 23:01:57 +09:00
13eb32fea2
Fix editor being accessible for multiplayer song select
2020-01-29 22:20:34 +09:00
76af8bea5d
Fix percentage-formatted displays containing a space
2020-01-29 19:51:24 +09:00
7588c574a2
Fix presenting a beatmap from a different ruleset not working
2020-01-29 19:37:54 +09:00
db3e360229
Merge branch 'master' into fix-carousel-missing-import
2020-01-29 18:06:27 +09:00
77c06b1c6e
Fix beatmap carousel potentially missing beatmap imports
2020-01-29 17:09:12 +09:00
66b8d38d42
Merge branch 'master' into selection-composition-conformity
2020-01-29 16:52:45 +09:00
e553a9b9e0
Merge branch 'master' into distance-snap-grid-correct-colouring
2020-01-29 16:09:35 +09:00
63501c188a
Merge pull request #7644 from peppy/standardise-zoom-levels
...
Standardise editor timeline zoom across maps of all lengths
2020-01-29 16:04:25 +09:00
018c005c71
Merge branch 'master' into distance-snap-grid-correct-colouring
2020-01-29 15:33:07 +09:00
0d6fd0a54a
Merge branch 'master' into standardise-zoom-levels
2020-01-29 15:32:57 +09:00
65ac412ff8
Merge branch 'master' into fix-beat-snap
2020-01-29 15:32:27 +09:00
391681b7af
Separate calculation to follow other examples
2020-01-29 15:16:48 +09:00
7d05840ee0
Merge branch 'master' into select-tool
2020-01-29 15:04:22 +09:00
ea2ee53ee3
Merge branch 'master' into timline-beat-lines
2020-01-29 14:44:07 +09:00
9a47428bfd
Remove out of date comment
2020-01-29 14:40:42 +09:00
abe0041b65
Merge branch 'master' into select-tool
2020-01-29 14:29:12 +09:00
4d43833db4
Merge branch 'master' into timline-beat-lines
2020-01-29 14:12:00 +09:00
b10143fdf2
Merge branch 'master' into fix-key-count-mod-affect
2020-01-29 14:11:59 +09:00
12ff51f686
Fix key count being incorrectly adjusted by hard/easy mods
2020-01-28 17:21:50 +09:00
40379a5e22
Use foreach
2020-01-28 16:04:13 +09:00
dbb89cfde7
Merge remote-tracking branch 'upstream/master' into timline-beat-lines
2020-01-28 16:03:50 +09:00
8e2159e4eb
Ensure selection tool correctly matches selection state
...
- When a selection is made (via the timeline) the selection tool should become the select tool.
- When the selection tool is changed to anything *but* the select tool, the selection should be cleared.
2020-01-28 15:13:12 +09:00
e81d3c51ed
Move select tool to an actual tool implementation
...
Also tidies up radio button action firing so calling Select actually fires the associated action in all cases.
2020-01-28 15:05:29 +09:00
596a01661c
Remove 1ms offset and update tests
2020-01-28 13:42:22 +09:00
aa264cd2a8
allow tooltip to show as percentage as needed
2020-01-28 12:32:30 +08:00
4bb33046ca
Standardise editor timeline zoom across maps of all lengths
2020-01-28 13:03:06 +09:00
58654f28b6
Fix beat snap implementation being incorrect
2020-01-28 12:48:24 +09:00
29daabb40a
Fix distance snap grid showing incorrect colouring
...
Now matches timeline colours (based on timing point).
2020-01-28 11:59:21 +09:00
d5fda053f4
Use centre origin/anchors
2020-01-27 18:09:54 +09:00
493390b750
Rename class to TimelineTickDisplay
2020-01-27 18:08:01 +09:00
084fa2f04a
Add timeline beat display
2020-01-27 17:38:50 +09:00
e24c4ab901
Adjust zoom defaults for timeline to be more useful
2020-01-27 17:34:40 +09:00
df665c3a3c
Move beat index colour retrieval to static function
2020-01-27 17:34:40 +09:00
508b92e611
Update beat divisor colours to be more distinguishable
...
Close to osu-stable
2020-01-27 17:34:40 +09:00
7aa5e8c23e
Limit input propagation correctly
2020-01-27 14:55:47 +09:00
1c64b70b06
Revert "Fix crash due to misordered selection events"
...
This reverts commit 2d74609f50
.
2020-01-27 14:53:24 +09:00
2d74609f50
Fix crash due to misordered selection events
2020-01-26 19:06:50 +09:00
8aec9e4500
Fix NullReferenceException on main menu for mobile game hsots
2020-01-25 11:41:26 +03:00