DrabWeb
|
518dec0c68
|
Merge https://github.com/ppy/osu into drawable-room-improvements
|
2018-05-11 13:41:50 -03:00 |
|
Dean Herbert
|
cfa18bdf1f
|
Fix song progress time counters wrapping after an hour
Resolves #2466.
Supersedes and closes #2487.
|
2018-05-11 22:10:26 +09:00 |
|
Dean Herbert
|
c19432dc6d
|
Merge branch 'master' into ruleset-beatmap-statistics
|
2018-05-11 17:37:50 +09:00 |
|
smoogipoo
|
fd9796d08c
|
Remove some unnecessary changes
|
2018-05-11 14:13:52 +09:00 |
|
smoogipoo
|
816ad5c426
|
Pass down ruleset to the buffered wedge
|
2018-05-11 14:10:53 +09:00 |
|
smoogipoo
|
73465c35fa
|
Merge remote-tracking branch 'origin/master' into ruleset-beatmap-statistics
# Conflicts:
# osu.Game/Beatmaps/Beatmap.cs
|
2018-05-11 14:05:40 +09:00 |
|
DrabWeb
|
a241ff1c05
|
Cleanup.
|
2018-05-10 22:50:03 -03:00 |
|
DrabWeb
|
ec53927d8e
|
Add selection to DrawableRoom.
|
2018-05-10 22:48:07 -03:00 |
|
DrabWeb
|
d87ac5a1cb
|
Create the drawable hierarchy for DrawableRoom in load.
|
2018-05-10 22:12:25 -03:00 |
|
DrabWeb
|
a86843ccc9
|
Remove unused usings caused by multiplayer folder restructuring.
|
2018-05-10 20:49:42 -03:00 |
|
DrabWeb
|
bc9ac8f72a
|
Move multiplayer screens to osu.Game/Screens/Multi/Screens
|
2018-05-10 20:47:25 -03:00 |
|
DrabWeb
|
2d206d258a
|
Move multiplayer screen components to osu.Game/Screens/Multi/Components
|
2018-05-10 20:44:24 -03:00 |
|
DrabWeb
|
c35760fdef
|
Rename osu.Game/Screens/Multiplayer to Multi.
|
2018-05-10 20:39:05 -03:00 |
|
Roman Kapustin
|
86430da6d6
|
Update CircularProgress.FillTo calls
|
2018-05-10 21:08:02 +03:00 |
|
Roman Kapustin
|
93029fd548
|
Remove mouseWheelCheckbox from InputSettings player overlay
|
2018-05-10 20:38:55 +03:00 |
|
Dean Herbert
|
8a6ef0dabb
|
Merge branch 'master' into beatmap-conversion-rework
|
2018-05-10 19:10:07 +08:00 |
|
Dean Herbert
|
9e26bcd571
|
Merge remote-tracking branch 'upstream/master' into smoogipoo-i-beatmap
|
2018-05-10 19:51:52 +09:00 |
|
Dean Herbert
|
5df9f126d1
|
Implement a hold-to-confirm screen when exiting game using escape key
|
2018-05-10 17:07:19 +09:00 |
|
Roman Kapustin
|
ccf82cacb0
|
Show InputSettings on the PlayerLoader screen
|
2018-05-09 17:31:52 +03:00 |
|
Roman Kapustin
|
6676c55fe0
|
Introduce InputSettings
|
2018-05-09 17:22:37 +03:00 |
|
AlFasGD
|
e44062b77a
|
Fix tests and implementation
|
2018-05-08 16:37:06 +03:00 |
|
AlFasGD
|
dd9b9a18ac
|
Prevent user from scrolling outside the timeline in the editor
|
2018-05-08 16:21:54 +03:00 |
|
Roman Kapustin
|
44bbb8700e
|
Handle mouse back button using OnMouseDown override instead of using GlobalAction
|
2018-05-08 00:22:11 +03:00 |
|
smoogipoo
|
674e45d49b
|
Fix beatmap/ruleset being changeable while in the editor
|
2018-05-07 16:32:15 +09:00 |
|
smoogipoo
|
fbd7ccc03f
|
Make BeatmapInfoWedge display properly for converts
|
2018-05-07 15:51:08 +09:00 |
|
smoogipoo
|
5489976c20
|
Implement ruleset-specific beatmap statistics
|
2018-05-07 15:51:08 +09:00 |
|
smoogipoo
|
9128e64c9a
|
Rename OriginalBeatmap back to Beatmap
|
2018-05-07 10:29:38 +09:00 |
|
smoogipoo
|
4ecdea8b2e
|
Remove now-unnecessary IsForCurrentRuleset property of RulesetContainer
|
2018-05-07 10:17:54 +09:00 |
|
smoogipoo
|
77e661489d
|
Merge branch 'i-beatmap' into beatmap-conversion-rework
|
2018-05-07 10:00:24 +09:00 |
|
smoogipoo
|
1aefd71b65
|
Merge remote-tracking branch 'origin/master' into i-beatmap
|
2018-05-07 09:58:53 +09:00 |
|
Roman Kapustin
|
b08b24b6da
|
Introduce OsuScreen.AllowBackButton property
|
2018-05-04 21:18:48 +03:00 |
|
Roman Kapustin
|
39db1e8cbb
|
Rename HoldToQuit to QuitButton
|
2018-05-03 23:50:30 +03:00 |
|
Roman Kapustin
|
f8630115d6
|
Do not expose HoldToQuit.HoldToQuitButton
|
2018-05-03 23:29:58 +03:00 |
|
TocoToucan
|
804b59ee80
|
Handle GlobalAction.Back
|
2018-04-29 20:15:09 +03:00 |
|
UselessToucan
|
d18a8ec9f5
|
Merge branch 'master' into exit_replay_button
|
2018-04-28 20:48:16 +03:00 |
|
TocoToucan
|
c78c5195f3
|
HoldToQuitButton cleanup
|
2018-04-28 20:43:41 +03:00 |
|
Dean Herbert
|
4f53185d43
|
Invert logic to match existing toggles
|
2018-04-25 16:18:55 +09:00 |
|
Dean Herbert
|
c517b73375
|
Merge branch 'master' into ignore_beatmap_skin
|
2018-04-25 15:57:39 +09:00 |
|
Dean Herbert
|
45810e6220
|
Merge branch 'master' into ignore_beatmap_skin
|
2018-04-24 17:15:39 +09:00 |
|
Dean Herbert
|
3886e75959
|
Fix potentially missing group headers in beatmap carousel
|
2018-04-24 01:52:25 +09:00 |
|
Dean Herbert
|
93b77d9cfe
|
Remove annotation
|
2018-04-23 22:22:31 +09:00 |
|
UselessToucan
|
254e9929be
|
Merge branch 'master' into ignore_beatmap_skin
|
2018-04-23 13:06:24 +03:00 |
|
Dean Herbert
|
2d1cef79d6
|
Fix instability in carousel item sorting
|
2018-04-23 19:01:01 +09:00 |
|
Dean Herbert
|
ff3d3379f0
|
Merge remote-tracking branch 'upstream/master' into async-screens
|
2018-04-23 18:29:37 +09:00 |
|
Dean Herbert
|
194992936d
|
Use exceptions
|
2018-04-23 17:57:47 +09:00 |
|
Dean Herbert
|
0709a0926b
|
Merge branch 'master' into misc-fixes
|
2018-04-23 17:46:58 +09:00 |
|
Dean Herbert
|
2d82c0b5cd
|
Fix logical regression
|
2018-04-23 16:41:15 +09:00 |
|
Dean Herbert
|
6e16f2a3c3
|
Add assert to appease rider/r#
|
2018-04-23 15:03:41 +09:00 |
|
Dean Herbert
|
36a671e306
|
Fix new detections in rider 2018.1
|
2018-04-23 14:56:45 +09:00 |
|
Dean Herbert
|
2c9b2aa0e7
|
Fix intro setting beatmap in background thread causing race conditions
|
2018-04-22 02:46:20 +09:00 |
|