Owen Young
|
fbb992fc7e
|
Added a comment to new method
|
2021-03-23 19:18:32 -05:00 |
|
Owen Young
|
254b0f5dc3
|
removed line (?) - tried doing testing to see if it launched in fullscreen (i.e., overriding the method ppy mentioned), but to no avail :(
|
2021-03-23 00:24:33 -05:00 |
|
Owen Young
|
d9e2c44a34
|
implemented GetFrameworkConfigDefaults for overriding framework default, removed previous code that added a new OsuSetting and modified settings layout.
|
2021-03-22 23:36:55 -05:00 |
|
Owen Young
|
9f788f5854
|
removed code from OsuGameBase for fullscreen.....OsuSetting still exists but cannot figure out a way to set it to a default and have it actually work
|
2021-03-22 22:52:16 -05:00 |
|
Owen Young
|
8ea7271d5c
|
moved windowmode code to LoadComplete (?)
|
2021-03-22 19:48:52 -05:00 |
|
Owen Young
|
fc632fd48a
|
Added WindowSetting setting to OsuSetting enum so that it can be set by default at startup. Modified LayoutSettings.cs so that when it is changed in the settings, it is written to the local settings as well.
|
2021-03-22 01:30:20 -05:00 |
|
owen-young
|
f7bf23dbe9
|
first attempt at changing windowMode to be fullscreen on default
|
2021-03-21 21:50:19 -05:00 |
|
Joehu
|
0ba5312a40
|
Move blocking show logic to UpdateState
|
2021-03-13 00:05:26 -08:00 |
|
Joehu
|
62f2a823f6
|
Hide toolbar forever when the user hides it
|
2021-03-12 15:48:50 -08:00 |
|
Joehu
|
6c0734a09f
|
Handle global action in toolbar instead of osugame
|
2021-03-12 15:48:49 -08:00 |
|
Dean Herbert
|
b1cd01ceb8
|
Apply ConfigureAwait changes to game side
|
2021-03-08 14:36:35 +09:00 |
|
Salman Ahmed
|
fe64c3dbd4
|
Refrain from disabling cursor sensitivity at config-level
|
2021-03-04 17:00:44 +03:00 |
|
Dean Herbert
|
7c59040082
|
Re-present even when already the current beatmap
This feels better and closer to what a user would expect.
|
2021-03-03 14:17:07 +09:00 |
|
Dean Herbert
|
fcea900a53
|
Move main menu (song select) presentation logic to a local implementation
Reduces cross-dependencies between OsuGame and MainMenu.
|
2021-03-03 14:13:51 +09:00 |
|
Dean Herbert
|
36e1fb6da8
|
Add flow to allow MatchSubScreen to handle beatmap presentation locally
|
2021-03-03 14:13:51 +09:00 |
|
Dean Herbert
|
d85a4a22e5
|
Allow beatmap imports from any derived version of SongSelect, rather than only PlaySongSelect
|
2021-02-18 19:19:28 +09:00 |
|
Dean Herbert
|
a080a9bdbc
|
Merge pull request #11603 from Game4all/handle-stable-imports-custom-songs-folder
Handle beatmap import from a stable installation with a custom Songs directory
|
2021-02-12 21:42:36 +09:00 |
|
Jamie Taylor
|
2ee634d173
|
Create subclass for "Error" notifications to allow them to have a unique pop-in sound
|
2021-02-11 13:55:43 +09:00 |
|
Dean Herbert
|
630c5bb747
|
Avoid potential crashes when lease is held on SelectedMods
|
2021-02-05 16:46:21 +09:00 |
|
Dean Herbert
|
425dc8a210
|
Ensure mods are always in a valid state at a game level
|
2021-02-01 20:20:19 +09:00 |
|
Lucas A
|
a4a7f0c578
|
Address CI inspections.
|
2021-01-25 19:05:16 +01:00 |
|
Lucas A
|
d71ac83428
|
Use StableStorage in ArchiveModelManager.
|
2021-01-24 19:46:10 +01:00 |
|
Bartłomiej Dach
|
1d7be6a604
|
Merge branch 'master' into android-multiple-import-support-suppot
|
2021-01-16 23:13:11 +01:00 |
|
Shivam
|
e5c670f843
|
Merge branch 'master' into tourney-switching-ui
|
2021-01-10 17:33:52 +01:00 |
|
Dean Herbert
|
3b08faa0ea
|
Fix RemoveBlockingOverlay causing transform mutation from disposal threads
|
2021-01-04 17:49:11 +09:00 |
|
Lucas A
|
7ae4979882
|
Fix merge conflicts.
|
2020-12-27 13:52:45 +01:00 |
|
Shivam
|
a933483848
|
Merge branch 'master' into tourney-switching-ui
|
2020-12-26 15:45:29 +01:00 |
|
Shivam
|
9e15dccc56
|
Move graceful exit to OsuGameBase
|
2020-12-26 15:36:21 +01:00 |
|
Dean Herbert
|
323da82477
|
Add website root URL and update most links to use it
For what it's worth, I intentionally didn't include news / changelog /
supporter, because these should never change.
|
2020-12-24 18:11:42 +09:00 |
|
Dean Herbert
|
8cc2ed3fae
|
Move from OsuGameBase to OsuGame
Also moves to a more suitable namespace.
|
2020-12-22 14:28:27 +09:00 |
|
Dean Herbert
|
dff865f335
|
Tidy up comments, code, and multiple linq enumeration
|
2020-12-22 14:12:02 +09:00 |
|
Dean Herbert
|
d229fbba6e
|
Merge branch 'master' into present-recommended
|
2020-12-22 13:52:29 +09:00 |
|
Lucas A
|
4fba0c8e6a
|
Remove not used using statement.
|
2020-12-19 10:55:39 +01:00 |
|
Lucas A
|
a397db4f15
|
Resolve merge conflicts
|
2020-12-19 10:55:18 +01:00 |
|
Dean Herbert
|
206bf3713e
|
Make IAPIProvider read-only bindables into IBindables
|
2020-12-18 15:16:36 +09:00 |
|
Lucas A
|
5d7294451f
|
Refactor Import() overload to take a list of import tasks instead.
|
2020-12-16 14:28:16 +01:00 |
|
Dean Herbert
|
c5112edd08
|
Add comment regarding the reasoning for encapsulating the task in another
|
2020-12-14 18:03:01 +09:00 |
|
Dean Herbert
|
f3e6c586f7
|
Change waitForReady back to private implementation
|
2020-12-14 17:59:04 +09:00 |
|
Lucas A
|
08b79bb921
|
Store and return unstarted task for consumers to await on.
|
2020-12-12 17:12:15 +01:00 |
|
Lucas A
|
6da854e37c
|
Move scheduled import logic to OsuGame.
|
2020-12-09 13:32:59 +01:00 |
|
Lucas A
|
2ea8b105d5
|
Apply review suggestions
|
2020-12-06 18:46:30 +01:00 |
|
Endrik Tombak
|
cbbcf36eaa
|
Merge branch 'master' of https://github.com/ppy/osu into present-recommended
|
2020-12-03 19:38:32 +02:00 |
|
Lucas A
|
827e957568
|
Allow importing osz files / osk files from Downloads directory.
|
2020-12-02 18:03:49 +01:00 |
|
Endrik Tombak
|
72d9da5fac
|
Apply review suggestions
|
2020-11-21 14:26:09 +02:00 |
|
Endrik Tombak
|
944f3480c2
|
Merge branch 'master' of https://github.com/ppy/osu into present-recommended
Conflicts:
osu.Game/OsuGameBase.cs
osu.Game/Screens/Select/DifficultyRecommender.cs
osu.Game/Screens/Select/SongSelect.cs
|
2020-11-21 14:01:01 +02:00 |
|
Dean Herbert
|
2db42f8e67
|
Remove default allowRetry parameter value from ResultsScreen
|
2020-11-20 14:35:44 +09:00 |
|
Bartłomiej Dach
|
96fbfc33fa
|
Merge branch 'master' into perform-from-menu-dialog-aware
|
2020-11-12 15:05:45 +01:00 |
|
Dean Herbert
|
6fa0cc9bda
|
Merge pull request #10792 from peppy/remove-double-external-link-opener
Remove duplicate instantiation of externalLinkOpener
|
2020-11-11 16:58:35 +09:00 |
|
Dean Herbert
|
804450e707
|
Remove duplicate instantiation of externalLinkOpener
|
2020-11-11 15:49:45 +09:00 |
|
Dean Herbert
|
c308eb75d9
|
Move logic for performing actions from specific screen to its own component
|
2020-11-11 14:45:50 +09:00 |
|