Commit Graph

5166 Commits

Author SHA1 Message Date
eb5abcab8c Rename and simplify circle logic 2020-01-24 12:01:40 +09:00
851b891285 Fix incorrect insert logic 2020-01-24 12:01:14 +09:00
c390348eab Merge remote-tracking branch 'upstream/master' into colour-score-meter 2020-01-24 11:45:33 +09:00
143d47ec93 Merge pull request #7538 from peppy/decouple-blueprint-container
Decouple blueprint container to allow usage in timeline
2020-01-23 16:13:51 +09:00
02ae92418f Merge remote-tracking branch 'upstream/master' into decouple-blueprint-container 2020-01-23 15:54:46 +09:00
ccf911884b Remove passed in BaetDivisor 2020-01-23 15:31:56 +09:00
098d643955 Move beat snapping to its own interface 2020-01-23 14:39:56 +09:00
8a7f7c5e46 Merge remote-tracking branch 'smoogipoo/void-key-up-returns' into update-framework 2020-01-22 22:57:56 +09:00
7c62cc3ac3 Merge remote-tracking branch 'smoogipoo/void-mouse-up-returns' into update-framework 2020-01-22 22:57:52 +09:00
5f8ffd9346 Merge remote-tracking branch 'smoogipoo/void-release-returns' into update-framework 2020-01-22 22:57:40 +09:00
7b2f58eb30 Apply OnRelease method signature refactorings 2020-01-22 13:22:34 +09:00
40f502c6d1 Apply input method signature refactorings 2020-01-20 19:35:37 +09:00
1b1003bd73 Refactor 2020-01-20 18:31:25 +09:00
bfb056c612 Apply input method signature refactorings 2020-01-20 18:17:21 +09:00
25aff5d96e Merge remote-tracking branch 'upstream/master' into decouple-blueprint-container 2020-01-20 17:08:59 +09:00
cd5290b030 Enforce using get-only auto property where possible 2020-01-20 13:50:27 +09:00
ef735f106e Merge pull request #7534 from revelsix/fix-tooltip-capitalization
Fix tooltip capitalization
2020-01-16 12:46:20 +09:00
9535b3eeba Fix possible nullref on blueprint removal 2020-01-16 12:00:36 +09:00
5f178b7755 General refactorings 2020-01-16 11:54:03 +09:00
d57f55f053 Apply remaining changes required to restore previous functionality 2020-01-15 19:09:49 +09:00
1ec54eeaf9 Merge branch 'master' into beatmap-export 2020-01-15 15:39:35 +09:00
990f5b5f78 Implement editor beatmap saving (#7532)
Implement editor beatmap saving
2020-01-15 15:35:26 +09:00
e88e40eec4 Expand on comment 2020-01-15 15:11:36 +09:00
b42b23d65b Add comment for alt pressed
Taken from OsuScrollContainer
2020-01-14 20:52:15 -08:00
e49701a215 Save before exporting 2020-01-15 13:48:28 +09:00
2060be345d Move alt pressed condition to top of method 2020-01-14 20:44:55 -08:00
c25fefa3ca Add beatmap package export 2020-01-15 13:44:46 +09:00
a86fb2113e fix tooltip capitalization 2020-01-14 14:26:54 -05:00
f695b1e055 Merge remote-tracking branch 'origin/master' into editor-beatmap-saving 2020-01-14 19:25:04 +09:00
b51575b433 Add temporary keybind for saving 2020-01-14 19:24:53 +09:00
ea7510d2f5 Rename menu option 2020-01-14 19:24:53 +09:00
a255832195 Add beatmapmanager method for saving 2020-01-14 19:24:53 +09:00
c196e83e75 Allow changing volume in song select with arrow keys when pressing alt 2020-01-13 20:48:39 -08:00
b5ac707c6c Remove unnecessary directive 2020-01-12 21:09:48 +01:00
aa2645502c Fix adjusted value always being 0 2020-01-12 20:43:48 +01:00
f745d74666 Add ability to delete individual scores (#7252)
Add ability to delete individual scores

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Co-authored-by: Dean Herbert <pe@ppy.sh>
2020-01-10 01:58:35 +08:00
56724d2580 Merge branch 'master' into #7146 2020-01-10 01:08:20 +08:00
3be2fc27f3 Merge branch 'master' into Remove_osuTK.MathHelper 2020-01-10 00:28:46 +08:00
03c778df75 Merge branch 'master' into update-framework 2020-01-09 19:02:26 +09:00
ab9603b06a Merge remote-tracking branch 'upstream/master' into #7146 2020-01-09 17:08:12 +08:00
dde8432684 Fix exception through due to multiple binds 2020-01-09 13:43:57 +09:00
91735ff367 Update MathUtils namespace usages 2020-01-09 13:43:44 +09:00
34d8740ec4 Remove remaining usage of osuTK.MathHelper 2020-01-08 20:21:13 +01:00
f0fe3bc804 Pass bindable to BeatmapMetadataDisplay
It was reported that mods selected in song select would show up during
loading of replays which were recorded under a different set of mods.
This was caused by BeatmapMetadataDisplay accepting a plain read-only
value of the Mods bindable in PlayerLoader.load(), therefore making the
mod value assignment in ReplayPlayerLoader.OnEntering() have no effect
on that component.

To resolve this issue, make BeatmapMetadataDisplay accept the
higher-level bindable, bind to it locally and pass it down the hierarchy
to ModDisplay.
2020-01-08 20:10:43 +01:00
a3f7d3c445 Add failing test
Add test case demonstrating the lack of update of the metadata display's
mods upon setting the Mods property in PlayerLoader.
2020-01-08 19:55:35 +01:00
28510674ac Shorten body text 2020-01-06 17:48:29 +09:00
61c269b17b Leaderboard should not change the model 2020-01-06 17:32:24 +09:00
4a7f5f98df Cleanup methods/events 2020-01-06 17:20:09 +09:00
e23c71be80 Update Resolved and Cached attribute issues 2020-01-03 11:34:26 -08:00
0a4e180ce7 Merge branch 'master' of github.com:ppy/osu into #7146 2020-01-03 11:32:06 -08:00