Commit Graph

26740 Commits

Author SHA1 Message Date
Dean Herbert 0c3286fa5e Merge branch 'judgement-line-performance' into follow-point-performance 2020-02-23 05:36:22 +09:00
Dean Herbert 560cf21b12 Add lenience to comparison
Noticed that they could still stack up on maps with hitcircles at the same point in time (centipede).
2020-02-23 05:29:17 +09:00
Dean Herbert 4949977d7e Merge branch 'judgement-line-performance' into follow-point-performance 2020-02-23 05:14:21 +09:00
Dean Herbert 187770ee7d Merge branch 'fix-loading-animation' into follow-point-performance 2020-02-23 05:14:18 +09:00
Dean Herbert aaa888a7c1 Adjust spin duration to make rotation more variable 2020-02-23 05:00:38 +09:00
Dean Herbert 8dbcdebd28 Use LoadingLayer at player loading screen 2020-02-23 05:00:08 +09:00
Dean Herbert 090d9d9350 Make FollowPointRenderer a LifetimeManagementContainer 2020-02-23 04:37:04 +09:00
Dean Herbert cb9a7ee0bb Give FollowPointConnections a valid lifetime 2020-02-23 04:36:50 +09:00
Dean Herbert e8ebb31517 Expire old judgement lines if too many exist 2020-02-23 03:53:51 +09:00
Dean Herbert 3daa49f1bd Clean up old judgement lines if too many are already present 2020-02-23 03:39:12 +09:00
Dean Herbert 5aa5a1bbdd Reduce transform time of judgement lines (visually looks almost the same) 2020-02-23 03:36:15 +09:00
Dean Herbert 66317f9fcd
Merge pull request #7961 from bdach/log-location-in-issue-template
Rework issue templates
2020-02-23 01:13:45 +09:00
Bartłomiej Dach b8aef4ad4b Remove mobile issue template 2020-02-22 16:50:56 +01:00
Bartłomiej Dach f696724c1d Mention issue templates in README 2020-02-22 16:26:10 +01:00
Bartłomiej Dach ab3cc9ada4 Add log file location to issue templates 2020-02-22 16:25:00 +01:00
Dean Herbert 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
Bartłomiej Dach a512226036 Use attribute instead of CreateChildDependencies 2020-02-22 13:47:42 +01:00
Bartłomiej Dach 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
Dean Herbert e21db7dbbe
Remove linux self-compile recommendation 2020-02-22 00:09:55 +09:00
Dean Herbert 3296265066
Add linux download link to readme 2020-02-22 00:07:20 +09:00
Dean Herbert 66bd888227
Merge pull request #7930 from EVAST9919/changelog-comments
Add CommentsContainer to ChangelogOverlay
2020-02-21 21:20:35 +09:00
Dean Herbert 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
Dean Herbert 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
Dean Herbert fea45623cf
Merge pull request #7934 from peppy/catch-explode-effect
Add explosion effect when catching fruit
2020-02-21 21:10:53 +09:00
Dean Herbert 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
Dan Balasescu 110f7e896e
Merge branch 'master' into catch-explode-effect 2020-02-21 20:07:00 +09:00
Dan Balasescu de2cf4d2a8
Merge branch 'master' into slider-ball-effect 2020-02-21 20:05:56 +09:00
Dean Herbert 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
Dean Herbert 22a28751d0
Merge branch 'master' into use-loading-inbeatmap-listing 2020-02-21 19:59:04 +09:00
Dean Herbert 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
smoogipoo 7fd71d9b6c Adjust conditional 2020-02-21 19:50:16 +09:00
Dan Balasescu d6b6edce02
Merge branch 'master' into centralise-loading-animations 2020-02-21 19:48:50 +09:00
smoogipoo 4c083e0e7e Add back orphaning as a fail-safe 2020-02-21 19:41:25 +09:00
smoogipoo 05ff4de944 Remove the concept of orphaning and refactor 2020-02-21 19:30:51 +09:00
smoogipoo 4c3468f40e Reorder file 2020-02-21 19:30:45 +09:00
smoogipoo 4fd420e61d Rename method 2020-02-21 19:30:39 +09:00
smoogipoo a7b5117d88 Fix attempting to add parent comments twice 2020-02-21 19:30:33 +09:00
smoogipoo 1cd84754c8 Add back parent-child linking 2020-02-21 19:27:32 +09:00
smoogipoo db78b95228 Remove duplicated api request 2020-02-21 19:27:25 +09:00
smoogipoo 957b33b141 Fix included comment properties not being set correctly 2020-02-21 19:27:17 +09:00
Dean Herbert cf08e036b3
Merge pull request #7817 from EVAST9919/ingame-rankings
Make RankingsOverlay available in-game
2020-02-21 19:24:37 +09:00
Dean Herbert 000787a766
Merge pull request #7935 from peppy/update-framework
Update framework
2020-02-21 19:23:32 +09:00
Dean Herbert f9d7e7c6b8 Add simple updater support for linux AppImages 2020-02-21 19:16:08 +09:00
Dean Herbert 81f9103f9c Bind with global ruleset for now 2020-02-21 18:54:48 +09:00
Dean Herbert 556131cd5f Merge branch 'master' into ingame-rankings 2020-02-21 18:51:54 +09:00
Dean Herbert 514160e4bb Update framework 2020-02-21 18:38:25 +09:00
Dean Herbert a55b2b8918 Add explosion effect when catching fruit 2020-02-21 18:09:50 +09:00
Dean Herbert 00b4fc1e1f Add fill to default skin slider ball when tracking 2020-02-21 17:38:23 +09:00
smoogipoo 41c6d2f2e7 Merge remote-tracking branch 'origin/master' into subcomments-alter-new 2020-02-21 17:02:58 +09:00
smoogipoo 37e295e4be Refactor orphaning to better follow osu-web specification 2020-02-21 17:02:48 +09:00