ab3cc9ada4
Add log file location to issue templates
2020-02-22 16:25:00 +01:00
17d4757c3b
Merge pull request #7950 from bdach/fix-direct-panel-scene
...
Fix regressed direct panel test scene
2020-02-22 22:22:32 +09:00
a512226036
Use attribute instead of CreateChildDependencies
2020-02-22 13:47:42 +01:00
f248c0a98e
Fix regressed direct panel test scene
...
Due to unnoticed past changes TestSceneDirectPanel has regressed in that
clicking the preview track button would crash due to an unregistered
IPreviewTrackOwner dependency.
Make the test scene itself implement that empty interface and cache
itself as IPreviewTrackOwner so that preview tracks lower down can
resolve the dependency.
As the test is purely visual and has no assertions, and the important
logic in that area (preview track playing logic) is already well-covered
enough elsewhere, no further changes were made.
2020-02-22 00:58:33 +01:00
e21db7dbbe
Remove linux self-compile recommendation
2020-02-22 00:09:55 +09:00
3296265066
Add linux download link to readme
2020-02-22 00:07:20 +09:00
66bd888227
Merge pull request #7930 from EVAST9919/changelog-comments
...
Add CommentsContainer to ChangelogOverlay
2020-02-21 21:20:35 +09:00
db1e5abad7
Merge pull request #7786 from EVAST9919/subcomments-alter-new
...
Add ability to load long comment trees in CommentsContainer
2020-02-21 21:18:33 +09:00
8baf6a5380
Merge pull request #7933 from peppy/slider-ball-effect
...
Add fill to default skin slider ball when tracking
2020-02-21 21:15:47 +09:00
fea45623cf
Merge pull request #7934 from peppy/catch-explode-effect
...
Add explosion effect when catching fruit
2020-02-21 21:10:53 +09:00
33812d6b53
Merge pull request #7932 from peppy/use-loading-inbeatmap-listing
...
Use new loading layer in beatmap listing overlay
2020-02-21 20:37:48 +09:00
110f7e896e
Merge branch 'master' into catch-explode-effect
2020-02-21 20:07:00 +09:00
de2cf4d2a8
Merge branch 'master' into slider-ball-effect
2020-02-21 20:05:56 +09:00
a97355b02d
Merge pull request #7936 from peppy/add-linux-basic-update-support
...
Add simple updater support for linux AppImages
2020-02-21 20:02:14 +09:00
22a28751d0
Merge branch 'master' into use-loading-inbeatmap-listing
2020-02-21 19:59:04 +09:00
efd9740251
Merge pull request #7931 from peppy/centralise-loading-animations
...
Use a single implementation for all loading animations
2020-02-21 19:58:47 +09:00
7fd71d9b6c
Adjust conditional
2020-02-21 19:50:16 +09:00
d6b6edce02
Merge branch 'master' into centralise-loading-animations
2020-02-21 19:48:50 +09:00
4c083e0e7e
Add back orphaning as a fail-safe
2020-02-21 19:41:25 +09:00
05ff4de944
Remove the concept of orphaning and refactor
2020-02-21 19:30:51 +09:00
4c3468f40e
Reorder file
2020-02-21 19:30:45 +09:00
4fd420e61d
Rename method
2020-02-21 19:30:39 +09:00
a7b5117d88
Fix attempting to add parent comments twice
2020-02-21 19:30:33 +09:00
1cd84754c8
Add back parent-child linking
2020-02-21 19:27:32 +09:00
db78b95228
Remove duplicated api request
2020-02-21 19:27:25 +09:00
957b33b141
Fix included comment properties not being set correctly
2020-02-21 19:27:17 +09:00
cf08e036b3
Merge pull request #7817 from EVAST9919/ingame-rankings
...
Make RankingsOverlay available in-game
2020-02-21 19:24:37 +09:00
000787a766
Merge pull request #7935 from peppy/update-framework
...
Update framework
2020-02-21 19:23:32 +09:00
f9d7e7c6b8
Add simple updater support for linux AppImages
2020-02-21 19:16:08 +09:00
81f9103f9c
Bind with global ruleset for now
2020-02-21 18:54:48 +09:00
556131cd5f
Merge branch 'master' into ingame-rankings
2020-02-21 18:51:54 +09:00
514160e4bb
Update framework
2020-02-21 18:38:25 +09:00
a55b2b8918
Add explosion effect when catching fruit
2020-02-21 18:09:50 +09:00
00b4fc1e1f
Add fill to default skin slider ball when tracking
2020-02-21 17:38:23 +09:00
41c6d2f2e7
Merge remote-tracking branch 'origin/master' into subcomments-alter-new
2020-02-21 17:02:58 +09:00
37e295e4be
Refactor orphaning to better follow osu-web specification
2020-02-21 17:02:48 +09:00
0b589eff45
Merge branch 'centralise-loading-animations' into use-loading-inbeatmap-listing
2020-02-21 17:01:13 +09:00
e7ac37715f
Don't handle non-positional input
2020-02-21 16:31:16 +09:00
7d145a7470
Add test for loading spinner with box
2020-02-21 16:21:44 +09:00
bbac95958c
Fix incorrect test scene name
2020-02-21 16:20:55 +09:00
38d9a46ffb
Add test for relative sizing scenarios
2020-02-21 16:20:17 +09:00
2bda310fa7
Use new loading layer in beatmap listing overlay
2020-02-21 16:13:24 +09:00
dacbbb5eee
Add a maximum size to ensure things don't get out of hand
2020-02-21 16:11:09 +09:00
b94f937f7e
Fill in missing xmldoc
2020-02-21 15:35:40 +09:00
92f6f0207c
Rename LoadingAnimation to LoadingSpinner
2020-02-21 15:33:31 +09:00
623b78d675
Combine all loading animation implementations
2020-02-21 15:32:46 +09:00
da41f4cd3f
Add CommentsContainer to ChangelogOverlay
2020-02-21 08:02:40 +03:00
e18d736e4a
Merge pull request #7795 from EVAST9919/comment-editor
...
Implement CommentEditor component
2020-02-21 13:34:55 +09:00
5acaf9b371
Privatise setter
2020-02-21 12:33:49 +09:00
2cb218c9c4
Merge remote-tracking branch 'origin/master' into comment-editor
2020-02-21 12:27:34 +09:00