Commit Graph

15143 Commits

Author SHA1 Message Date
96b4cb7821 Merge branch 'master' into texture-dispose-fix 2018-09-13 11:54:23 +09:00
dbcbd82554 Merge pull request #3397 from peppy/fix-collection-modified
Fix thread-safety of queued events list in ArchiveModelManager
2018-09-13 11:53:56 +09:00
04f49200e2 Merge branch 'master' into fix-collection-modified 2018-09-13 11:43:48 +09:00
9a590d5621 Merge pull request #3412 from peppy/fix-leaked-player-failures
Wait longer before confirming test players are cleaned up
2018-09-13 11:41:50 +09:00
60c0428979 Remove redundant empty argument list 2018-09-12 20:54:40 +03:00
a3c3bfb1a8 Fixes hyperdash computation (for nested objects) 2018-09-12 19:48:35 +02:00
749e89bd25 Introduce IdleTracker 2018-09-12 20:34:52 +03:00
761d7629cd Return to large logo after idle period 2018-09-12 18:09:19 +03:00
356a60b561 Fix hitobjects in scrolling rulesets getting masked away 2018-09-12 15:14:51 +09:00
e20b084900 Report the test results to appveyor 2018-09-11 22:11:25 +02:00
2e91b86e00 Remove Redundant parentheses 2018-09-11 22:07:14 +02:00
79c3c826ba Merge branch 'master' of https://github.com/ppy/osu into Cakefy_osu! 2018-09-11 21:49:21 +02:00
399d456edb Pin the addin and tool versions down. 2018-09-11 21:49:10 +02:00
5d264fdbdd Merge remote-tracking branch 'upstream/master' into Private_Messages 2018-09-11 13:56:57 +09:00
02313c6d6e Wait longer before confirming test players are cleaned up 2018-09-11 13:21:05 +09:00
9b0954ab81 Reference whether texture is available rather than disposed 2018-09-11 11:28:02 +09:00
7c7f0e11e3 Merge branch 'master' into fix-logo-overhead 2018-09-11 01:22:44 +09:00
5e5a74293e Merge pull request #3405 from peppy/update-framework
Update framework
2018-09-11 00:45:05 +09:00
144779c698 Update framework 2018-09-11 00:30:13 +09:00
591ce67e24 Merge pull request #3403 from smoogipoo/results-auto-scaling
Scale the results screen score to keep it in view
2018-09-10 18:40:49 +09:00
92386edb32 Scale the results screen score to keep it in view 2018-09-10 18:13:44 +09:00
f0a9801944 Merge pull request #3392 from peppy/online-texture-improvements
Use LargeTextureStore for all online texture retrieval
2018-09-10 12:02:16 +09:00
55372496d1 Fix thread-safety of queued events list in ArchiveModelManager 2018-09-09 22:37:15 +09:00
27ac7685e1 Bring music controller in front of notification overlay 2018-09-09 22:12:37 +09:00
f149a66a4d Use LargeTextureStore for all online texture retrieval
Until now, many online textures were retrieved via the default texture store, which causes them to never be removed from GPU memory. It also has a performance overhead due to mipmap generation (which will be avoided via ppy/osu-framework#1885.
2018-09-09 02:45:37 +09:00
0f9aa834e5 Fix osu! logo being present throughout the whole game 2018-09-08 16:31:59 +09:00
125b569ccb Change AudioClock type to IFrameBasedClock and comment its usage 2018-09-07 21:39:41 +03:00
dae54d252d Remove redundant checks in RestoreState 2018-09-07 21:35:32 +03:00
6c150c9ed7 Remove unnecessary override 2018-09-08 03:21:42 +09:00
b14d5e9fdc Merge pull request #3368 from peppy/framework-image-changes
Update in line with framework Image changes
2018-09-07 20:05:46 +09:00
c1cdff8505 Add default resolution to avoid crashing 2018-09-07 19:29:51 +09:00
cc533a05c5 Update framework 2018-09-07 19:00:43 +09:00
7cca990be4 Merge remote-tracking branch 'upstream/master' into framework-image-changes 2018-09-07 18:56:00 +09:00
20719439c6 Merge pull request #3339 from peppy/add-skin-import-delete
Add skin import and mass delete options
2018-09-07 18:27:47 +09:00
bb67f1a361 Merge remote-tracking branch 'upstream/master' into add-skin-import-delete 2018-09-07 18:18:03 +09:00
75d2cb199c Fix formatting 2018-09-07 18:14:27 +09:00
168dbe9329 Fix error notification 2018-09-07 18:14:23 +09:00
0537875665 Merge pull request #3381 from peppy/click-to-view-import
Add ability to click on imported complete notification to present last import
2018-09-07 17:58:21 +09:00
8bdc700776 Merge branch 'master' into click-to-view-import 2018-09-07 17:39:46 +09:00
e5cad89dd6 Merge pull request #3374 from peppy/visible-long-notes
Increase visibility of osu!mania long notes
2018-09-07 17:39:21 +09:00
f34e3d70d2 Merge branch 'master' into visible-long-notes 2018-09-07 17:27:30 +09:00
ced6e5efd0 Synchronise animation; reduce flashiness 2018-09-07 17:17:03 +09:00
81da7ce298 Merge branch 'master' into add-skin-import-delete 2018-09-07 16:48:01 +09:00
2c0ba401d5 Add ability to click on imported complete notification to present last import 2018-09-07 16:30:11 +09:00
d48e11dbcd Merge pull request #2715 from UselessToucan/select_resolution_in_fullscreen_mode
Add dropdown for selecting fullscreen resolution
2018-09-07 16:28:14 +09:00
bf0ad723f5 Add default fallback for headless operation 2018-09-07 14:35:38 +09:00
f76d00e8ae Simplify null checks 2018-09-07 14:31:38 +09:00
8b217ad803 Merge branch 'master' into select_resolution_in_fullscreen_mode 2018-09-07 14:25:10 +09:00
a2ba68d147 Mention LD_LIBRARY_PATH requirement for linux building in README
Closes #3257.
2018-09-07 03:18:39 +09:00
1e39b84089 Increase visibility of osu!mania long notes 2018-09-06 23:49:54 +09:00