Robin Avery
|
133d72a8c0
|
Rename UsingClosestAnchor
It is now "OverridesClosestAnchor". The logic is inverted accordingly.
|
2021-06-07 00:14:36 -04:00 |
|
Robin Avery
|
f28916e30f
|
Remove all UsingClosestAnchor() extension logic
It is replaced with ISkinnableDrawable.UsingClosestAnchor.
|
2021-06-07 00:04:53 -04:00 |
|
Robin Avery
|
ce635af83e
|
Add UsingClosestAnchor to ISkinnableDrawable
Also implement it as an auto property in its inheritors.
The auto properties default to true.
|
2021-06-06 23:47:47 -04:00 |
|
Robin Avery
|
da1c38d5a9
|
Uninvert logic of SkinnableInfo.UsingClosestAnchor
Also rename "IsUsingClosestAnchor" to simply "UsingClosestAnchor".
|
2021-06-06 10:13:35 -04:00 |
|
Robin Avery
|
11b1b8c633
|
Add serialization support via SkinnableInfo
|
2021-06-06 07:18:08 -04:00 |
|
smoogipoo
|
009aa994d0
|
Fix potential race incorrectly pausing the source clock
|
2021-06-04 21:58:51 +09:00 |
|
Dan Balasescu
|
57a38374db
|
Merge branch 'master' into fix-spectator-frame-conversion
|
2021-06-04 21:17:40 +09:00 |
|
Dean Herbert
|
840f084dc4
|
Merge pull request #13303 from LeNitrous/mainmenu-storyboard-backgrounds
Add storyboards as a main menu background source
|
2021-06-04 19:50:40 +09:00 |
|
Dean Herbert
|
23096c58bb
|
Merge branch 'master' into fix-spectator-frame-conversion
|
2021-06-04 15:06:15 +09:00 |
|
Dean Herbert
|
d444fed46f
|
Detach gameplay score from replay recorder before importing
Closes #13320.
|
2021-06-04 02:00:02 +09:00 |
|
smoogipoo
|
e887807ae7
|
Apply review fixes
|
2021-06-03 18:32:05 +09:00 |
|
smoogipoo
|
be03a2d7d2
|
Fix multiple calls to seek method potentially not working
|
2021-06-03 17:47:22 +09:00 |
|
smoogipoo
|
c3280083a2
|
Merge branch 'master' into fix-spectator-frame-conversion
|
2021-06-03 17:42:01 +09:00 |
|
smoogipoo
|
662bbed5d1
|
Fix seeking to gameplay too soon
|
2021-06-03 17:38:51 +09:00 |
|
smoogipoo
|
420df124b5
|
Add framestable-bypassing seek for spectator
|
2021-06-03 17:27:21 +09:00 |
|
Nathan Alo
|
d00fb21188
|
prevent scaling container from creating a storyboard background
|
2021-06-03 13:24:21 +08:00 |
|
Dan Balasescu
|
44b1102241
|
Merge branch 'master' into autoplay-pause-support
|
2021-06-03 13:26:00 +09:00 |
|
Dean Herbert
|
d6656047e3
|
Fix beatmap statistics with value of zero not displaying correctly at song select
Closes #13307.
|
2021-06-03 01:58:51 +09:00 |
|
Dean Herbert
|
e0eb0adb0a
|
Remove unnecessary bind in ReplayPlayer
|
2021-06-02 18:32:14 +09:00 |
|
Nathan Alo
|
dde64adcb5
|
add new background type in BackgroundScreenDefault
|
2021-06-02 15:51:43 +08:00 |
|
Dean Herbert
|
a15cac6f53
|
Change the way Score is initialised in Player to better lend to population of metadata
|
2021-06-02 15:44:04 +09:00 |
|
Dean Herbert
|
289dc00f38
|
Merge branch 'master' into autoplay-pause-support
|
2021-06-01 16:50:44 +09:00 |
|
Dean Herbert
|
3ba0d29108
|
Fix incorrect beatmap being parsed down for autoplay generation
|
2021-06-01 15:44:24 +09:00 |
|
Dean Herbert
|
6ef9b346e1
|
Fix newly found inspections from 2021.1EAP1
|
2021-06-01 14:33:21 +09:00 |
|
Dean Herbert
|
cbf3ef5400
|
Create replay via the ICreateReplay interface instead of explicitly ModAutoplay
|
2021-06-01 14:22:16 +09:00 |
|
Dean Herbert
|
9221213fe5
|
Fix potential nullref is beatmap load failed
|
2021-06-01 14:19:23 +09:00 |
|
Dean Herbert
|
14570b6fb1
|
Merge branch 'master' into autoplay-pause-support
|
2021-06-01 14:19:21 +09:00 |
|
smoogipoo
|
7f24518004
|
Fix spectator crashing when converting mania replay frames
|
2021-05-31 19:24:22 +09:00 |
|
smoogipoo
|
d2d0896298
|
Expose GameplayBeatmap and GameplayRuleset from Player
|
2021-05-31 19:22:20 +09:00 |
|
Dan Balasescu
|
46b6f49a92
|
Merge pull request #13230 from peppy/non-nullable-beatmapset-files
Make `BeatmapSet.Files` non-nullable
|
2021-05-31 19:10:03 +09:00 |
|
Dean Herbert
|
d1ef5483bc
|
Merge pull request #12826 from frenzibyte/catch-hide-combo-workaround
Hide legacy HUD combo counters on osu!catch ruleset
|
2021-05-31 19:04:25 +09:00 |
|
Salman Ahmed
|
4e186b0cf5
|
ContentVisible -> HiddenByRulesetImplementation
|
2021-05-31 09:24:26 +03:00 |
|
Dean Herbert
|
06bd696cc2
|
Remove previous consumption logic in GetWorkingBeatmap
This should not be required since the introduction of `workingCache`,
which does the same thing in a more global way.
|
2021-05-31 14:11:58 +09:00 |
|
Salman Ahmed
|
fb111e23d8
|
Remove "temporarily"
|
2021-05-31 07:24:59 +03:00 |
|
Salman Ahmed
|
3fbd4e276d
|
Add simple xmldoc
|
2021-05-31 00:07:29 +03:00 |
|
Bartłomiej Dach
|
78213e09d4
|
Merge branch 'master' into editor-exit-stability
|
2021-05-30 23:03:50 +02:00 |
|
Salman Ahmed
|
fb81e5133f
|
Merge branch 'master' into catch-hide-combo-workaround
|
2021-05-30 14:16:46 +03:00 |
|
Dean Herbert
|
9b239e308b
|
Merge branch 'master' into beatmap-skin
|
2021-05-29 15:36:43 +09:00 |
|
Dean Herbert
|
f1b5aced6f
|
Merge branch 'master' into editor-exit-stability
|
2021-05-28 14:32:32 +09:00 |
|
Dan Balasescu
|
7e0a4562c9
|
Merge branch 'master' into fix-bad-make-current-call
|
2021-05-28 00:32:51 +09:00 |
|
Dan Balasescu
|
bc4ccb8a21
|
Merge pull request #12916 from peppy/fix-taiko-editor-sample-mutations
Fix osu!taiko editor operations not always updating the menu/visual state correctly
|
2021-05-27 23:55:16 +09:00 |
|
Dean Herbert
|
046087a367
|
Fix access to AliveChildren before IsLoaded
|
2021-05-27 16:58:01 +09:00 |
|
Dean Herbert
|
14a4095140
|
Merge branch 'master' into beatmap-skin
|
2021-05-26 18:39:47 +09:00 |
|
Dean Herbert
|
b3b39c4c13
|
Fix BeatmapCarousel accessing ScreenSpaceDrawQuad of non-loaded children
Fixes failure seen at
https://ci.appveyor.com/project/peppy/osu/builds/39302762/tests.
|
2021-05-26 15:42:27 +09:00 |
|
Dean Herbert
|
268230c8c4
|
Merge branch 'master' into fix-taiko-editor-sample-mutations
|
2021-05-25 19:01:47 +09:00 |
|
Dean Herbert
|
7c89dbcd35
|
Externalise autoplay generation
|
2021-05-25 18:37:04 +09:00 |
|
Dean Herbert
|
7f9318d976
|
Expose GameplayBeatmap to derived Player classes
|
2021-05-25 18:36:47 +09:00 |
|
Dean Herbert
|
c2b938a29f
|
Remove autoplay consideration from Player
|
2021-05-25 18:09:37 +09:00 |
|
Dan Balasescu
|
6263ebf9da
|
Merge pull request #12495 from peppy/localisation-proof-of-concept
Add language selection and general structure for localisation support
|
2021-05-24 23:33:49 +09:00 |
|
Dan Balasescu
|
3b4fbe22f0
|
Merge pull request #12928 from Firmatorenio/fix-colour-hitmeter-not-registering-taiko-misses
Fix colour hit error meter incorrectly assuming taiko hits were of correct colour
|
2021-05-24 23:31:54 +09:00 |
|