Commit Graph

18225 Commits

Author SHA1 Message Date
b9b5779251 Move deletion to catch instead of finally 2020-05-03 09:31:56 +09:00
917393697c Update framework 2020-05-02 14:38:46 +09:00
deb87517d0 Add local beatmap lookup cache 2020-05-02 14:35:12 +09:00
8118747732 Make PeriodTracker actually immutable 2020-05-02 01:33:33 +02:00
ff1d63060d Add and consume passing state in GameplayBeatmap 2020-05-01 20:08:18 +09:00
700214d249 Truncate beatmap title and artist on score panel 2020-04-30 22:13:38 -07:00
e0ae9f791c Update framework 2020-05-01 11:56:40 +09:00
15d3648533 Merge branch 'master' into display-modes 2020-05-01 11:55:13 +09:00
d470e092a3 Merge branch 'master' into fix-overlapping-object-undoredo 2020-05-01 10:45:29 +09:00
5740563391 Merge pull request #8903 from peppy/carousel-loading-spinner
Show loading spinner when carousel is not ready to be displayed
2020-04-30 21:29:53 +09:00
53474c74ee Merge pull request #8913 from smoogipoo/fix-mania-undo-redo-crash
Fix mania crashing on undo/redo
2020-04-30 21:03:38 +09:00
000c34dc26 Move recommender to field construction 2020-04-30 21:01:53 +09:00
273266abc1 Merge pull request #8910 from peppy/taiko-kiai-playfield
Add kiai support to osu!taiko skinned playfields
2020-04-30 21:00:08 +09:00
c96bc5c51c Fix undo/redo behaving poorly with simultaneous objects 2020-04-30 20:39:41 +09:00
9bec42bc7e Fix mania crashing on undo/redo 2020-04-30 20:03:46 +09:00
d0a8c0fa71 Add kiai support to osu!taiko skinned playfields 2020-04-30 16:43:00 +09:00
21c6ac8c43 Allow closing the game during intro 2020-04-30 12:12:28 +09:00
cf4e79cf38 Show loading spinner when carousel is not ready to be displayed 2020-04-30 11:51:06 +09:00
c3ef1d3170 Merge pull request #8893 from peppy/reduce-initial-channel-load-overhead
Reduce initial channel load overhead by only loading history on active channel
2020-04-29 19:56:23 +09:00
a8c3cdbd2e Merge pull request #8895 from peppy/improve-beatmap-lookup-performance
Further improve beatmap carousel load performance by avoiding incorrect query construction
2020-04-29 19:35:26 +09:00
f282d57aa7 Merge branch 'master' into reduce-initial-channel-load-overhead 2020-04-29 19:30:56 +09:00
064e5004ed Merge branch 'master' into fix-mania-selection 2020-04-29 17:15:48 +09:00
d1ec99ffd9 Further improve beatmap carousel load performance by avoiding incorrect query construction 2020-04-29 16:51:22 +09:00
c73d45bc01 Reduce initial channel load overhead by only loading history on active channel 2020-04-29 15:23:28 +09:00
68fe3e12bc Merge pull request #8887 from smoogipoo/mania-dt-speed
Fix speed adjustment mods affecting mania scroll speed
2020-04-29 14:52:51 +09:00
6fa9feb15c Merge remote-tracking branch 'upstream/master' into add-interval-list 2020-04-29 05:14:40 +03:00
6e76e5900a Rename is-in-any check method to a more legible name 2020-04-29 05:11:44 +03:00
8d899f4e77 Apply changes to the BreakTracker and more adjustment 2020-04-29 05:11:43 +03:00
00918ecb6d Replace interval collection with a more-specific immutable component
Covers all small changes into one commit:
 - Remove generics and use `double` type instead.
 - Make the component immutable and not enumerable for simplicity of it's worth.
 - Make the component more-specific (to time period tracking)
 - Apply small adjustments to the component
2020-04-29 05:11:43 +03:00
cd22e5883d Merge pull request #8883 from peppy/dont-use-internal-ef-linq
Avoid using internal EF methods in tests
2020-04-29 09:54:06 +09:00
119000f1ab Reduce database includes where possible 2020-04-28 21:43:35 +09:00
1aaab40228 Fix mods affecting mania scroll speed 2020-04-28 19:34:02 +09:00
7d54d4b800 Improve test scene 2020-04-28 18:36:10 +09:00
c3a41c8476 Also avoid using internal TypeExtensions 2020-04-28 17:02:10 +09:00
da30eafa30 Prevent potential exception 2020-04-28 14:47:45 +09:00
e915f22516 Merge branch 'master' into schedule-music-controller-operations 2020-04-28 14:09:56 +09:00
19fe15887a Merge pull request #8860 from Joehuu/fix-mod-sel-score-multi-being-off-screen
Fix score multiplier being cut off in mod select at higher ui scales
2020-04-28 13:52:56 +09:00
832fa74a5e Reword comment slightly 2020-04-28 13:26:42 +09:00
799b5179ed Merge branch 'master' into fix-mania-selection 2020-04-28 13:00:33 +09:00
62be138aa9 Avoid calls on MusicController executing before it may have finished loading 2020-04-28 11:46:08 +09:00
9477a5373c Merge branch 'master' into display-modes 2020-04-28 12:04:20 +09:30
a34ec03efc Reword width comment
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-04-27 12:44:20 -07:00
cebc0fc046 Attempt to fix multiple selection movements 2020-04-27 20:35:24 +09:00
c0b225ffc8 Bump ppy.osu.Game.Resources from 2020.412.0 to 2020.427.0
Bumps [ppy.osu.Game.Resources](https://github.com/ppy/osu-resources) from 2020.412.0 to 2020.427.0.
- [Release notes](https://github.com/ppy/osu-resources/releases)
- [Commits](https://github.com/ppy/osu-resources/compare/2020.412.0...2020.427.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 08:59:34 +00:00
7f5a1d7f44 Merge branch 'master' into fix-mania-selection 2020-04-27 17:09:40 +09:00
bc6b02664f Merge branch 'master' into taiko-drumroll-party 2020-04-27 11:52:13 +09:00
1b9362041a Revert multiplier number changes and set width
Safe arbitrary width taken from "0.00x" (highest width of 67), rounded to the nearest tenth.
2020-04-26 19:50:11 -07:00
8a47a615db Remove unranked label from footer 2020-04-26 19:29:22 -07:00
104c61d622 Remove unnecessary scale 2020-04-27 11:06:23 +09:00
48168dddce Adjust editor timeline current marker to promote tick visibility 2020-04-27 10:54:32 +09:00