Commit Graph

29498 Commits

Author SHA1 Message Date
33d731644c Fix test crashing: NullReferenceException 2020-05-31 17:35:53 +02:00
ce360a960f use GameHost's GetStorage instead of local storage
This will now get the IPC Path again as the default path if one is present, else it will fall back to osu! lazer's base path.
2020-05-31 16:50:13 +02:00
0027f44bd0 Moved stableInfo read to FileBasedIPC
DI is also not needed anymore to access StableInfo, this goes through FileBasedIPC.
Note: directory selector now always navigates to the osu! lazer base path.
2020-05-31 16:27:05 +02:00
dbb7651e60 Merge branch 'master' into custom-ipc-location 2020-05-31 15:53:08 +02:00
532c34750e Merge pull request #9160 from mcendu/fix-sprite-scale
Fix osu!mania stage-left and stage-right sprites incorrectly scaling horizontallly
2020-05-31 20:32:36 +09:00
e43217f579 Add test resources 2020-05-31 20:01:13 +09:00
465df1731c Merge pull request #9149 from EVAST9919/beatmap-listing-sort-fix
Fix searching by genre/language not working in beatmap listing overlay
2020-05-31 13:21:42 +09:00
b06017dbf1 supress horizontal scaling of left-and-right stages 2020-05-31 11:28:54 +08:00
e64e44ecf9 Merge pull request #9086 from smoogipoo/results-screen-condensed-panel
Implement contracted score panel and integrate into results screen
2020-05-30 23:46:02 +09:00
d4b7c81f96 Merge branch 'master' into results-screen-condensed-panel 2020-05-30 23:13:52 +09:00
11057cd6a8 CI fix 2020-05-29 21:43:31 +03:00
9aa54ed89e Fix serach control background never being updated 2020-05-29 19:53:32 +03:00
affad47248 Fix genre/language search doesn't work 2020-05-29 19:44:53 +03:00
ac3e804d73 Merge branch 'master' into custom-ipc-location 2020-05-28 15:29:38 +02:00
3731e76b10 Move stable_config declaration, rename testscene 2020-05-28 15:28:27 +02:00
9b277d52e5 Merge pull request #9137 from peppy/fix-gamebase-typo
Fix minor typo in OsuGameBase
2020-05-28 22:28:00 +09:00
6e8a964c45 Merge branch 'master' into custom-ipc-location 2020-05-28 15:07:43 +02:00
7ae2383288 move stable config declaration and initial reading 2020-05-28 15:03:49 +02:00
013461377e Fix potential nullref 2020-05-28 21:46:02 +09:00
47d5974f04 Improve results screen behaviour when changing selected score 2020-05-28 21:40:01 +09:00
ad99d85468 Resolve several positioning errors 2020-05-28 21:29:16 +09:00
666cbd0f40 Allow selected score to be programmatically changed 2020-05-28 21:09:03 +09:00
a55ce26130 Allow null score 2020-05-28 20:46:17 +09:00
912c999f40 Fix minor typo in OsuGameBase 2020-05-28 19:05:35 +09:00
333b03de44 Merge pull request #9129 from peppy/remove-unused-mania-rprop
Remove necessity for custom mania interface caching
2020-05-28 15:34:28 +09:00
1a2392aa83 Merge branch 'master' into remove-unused-mania-rprop 2020-05-28 14:57:10 +09:00
6305157089 Merge pull request #9135 from peppy/update-framework
Update framework
2020-05-28 12:27:55 +09:00
e4de20f0a5 Update framework 2020-05-28 11:54:27 +09:00
6be5917eb0 Remove necessity for custom mania interface caching 2020-05-27 23:15:16 +09:00
919ff92d15 Remove unused resolved composer 2020-05-27 22:56:12 +09:00
74ad734270 Merge pull request #9125 from peppy/fix-save-causing-delete
Fix saving in the editor causing the current beatmap to change
2020-05-27 21:40:58 +09:00
0891c47d09 Merge pull request #9124 from peppy/editor-hide-non-alive-blueprints-default
Hide non-alive selection blueprints by default
2020-05-27 21:29:53 +09:00
c54bebfa11 Merge pull request #9126 from peppy/editor-selection-range-expand
Allow drag selections to occur from outside the playfield
2020-05-27 21:29:46 +09:00
9928bff664 Merge branch 'master' into results-screen-condensed-panel 2020-05-27 21:19:33 +09:00
9a060cfb3a Allow drag selections to occur from outside the playfield 2020-05-27 20:44:15 +09:00
f989f1aa00 Change event flow to avoid firing store delete events on update 2020-05-27 16:08:47 +09:00
f5c974dd89 Hide non-alive selection blueprints by default 2020-05-27 13:40:16 +09:00
ad10a7f0b2 Merge pull request #9114 from peppy/editor-handle-movement-default
Allow HandleMovement by default
2020-05-26 17:34:23 +09:00
c07a33b24f Fix ctor accessibility 2020-05-26 17:31:50 +09:00
7e1e26de2a Allow HandleMovement by default 2020-05-26 17:04:31 +09:00
de0b6ec9f1 Create abstract implementation 2020-05-26 17:00:41 +09:00
c86a003ef9 Adjust transition for smaller sizes 2020-05-26 16:27:41 +09:00
a1ece4f308 Add expansion/contraction test 2020-05-26 16:26:58 +09:00
906a317a3d Reduce casting 2020-05-26 16:26:53 +09:00
1768cbd131 Format score same as expanded panel 2020-05-26 15:56:56 +09:00
b53b97e1cb Merge branch 'master' into results-screen-condensed-panel 2020-05-26 15:54:21 +09:00
aaf5596f9c Cleanup test 2020-05-26 15:54:07 +09:00
51e74687f8 Merge branch 'editor-scrolling-playfield-support' of https://github.com/peppy/osu; branch 'results-screen-condensed-panel' of https://github.com/smoogipoo/osu into results-screen-condensed-panel 2020-05-26 15:39:39 +09:00
c3c2c6c0f5 Merge pull request #9108 from peppy/editor-scrolling-playfield-support
Simplify scrolling ruleset editor implementation by adding base position support
2020-05-26 15:38:10 +09:00
b5de30ef3d Merge branch 'master' into editor-scrolling-playfield-support 2020-05-26 14:46:58 +09:00