|
b13a68592f
|
Merge branch 'master' into localisation-proof-of-concept
|
2021-05-22 17:07:23 +09:00 |
|
|
b0a113a36b
|
Merge branch 'master' into localisation-proof-of-concept
|
2021-05-21 17:57:54 +09:00 |
|
|
dabe8bd4c7
|
Fix code inspections and remove now unused code.
|
2021-05-17 12:55:58 +02:00 |
|
|
851e33fd15
|
Hook up StableImportManager.
|
2021-05-17 12:55:57 +02:00 |
|
|
cd25d76dbe
|
Merge branch 'master' into localisation-proof-of-concept
|
2021-05-08 18:11:07 +09:00 |
|
|
aff32b0d19
|
Merge branch 'master' into skin-components-list
|
2021-05-06 14:17:33 +09:00 |
|
|
df8609b3dc
|
Move private field for skin editor overlay to where others exist
|
2021-05-03 15:17:04 +09:00 |
|
|
f3b305bbe6
|
Rename and improve xmldoc of SkinEditorOverlay
|
2021-05-03 14:58:25 +09:00 |
|
|
20ff05c9ff
|
Fix crosstalk between notification/setting overlay nudge padding and skin overlay position adjust
|
2021-04-30 13:10:42 +09:00 |
|
|
63435ba548
|
Ensure toolbar doesn't overlap editor content
|
2021-04-29 17:41:07 +09:00 |
|
|
b936043956
|
Add the skin editor to the game
|
2021-04-29 17:20:22 +09:00 |
|
|
623eae1576
|
Add basic language switching ability
|
2021-04-20 17:06:01 +09:00 |
|
|
ffc1e841e0
|
Fix sessionIdleTracker not being properly added to OsuGame
|
2021-04-19 01:06:26 -04:00 |
|
|
dbb8f7f4a9
|
Tidy up initialisation code and avoid using DI on inherited class
|
2021-04-19 11:30:55 +09:00 |
|
|
9c6914d29d
|
Fix redundant lambda parentheses
|
2021-04-16 06:26:45 -04:00 |
|
|
ec0211809f
|
Apply peppy's suggestions
|
2021-04-16 05:53:27 -04:00 |
|
|
43e6e5e049
|
increase GameIdleTracker time to 5 minutes
|
2021-04-16 05:15:58 -04:00 |
|
|
7d23973ef8
|
Reset SessionStatics on activity
Closes #12424
|
2021-04-16 05:01:58 -04:00 |
|
|
beebdb0734
|
Clean up implementation
|
2021-04-05 22:30:51 +09:00 |
|
|
a2f50af424
|
Fix fall-through scroll redirection
|
2021-03-30 19:42:40 +09:00 |
|
|
f95175983a
|
Make code more concise and move method to a more appropriate place
|
2021-03-24 13:37:37 +09:00 |
|
|
c8542d2434
|
Merge branch 'master' into default-fullscreen
|
2021-03-23 19:44:22 -05:00 |
|
|
437dadc85f
|
Changed comment on GetFrameworkConfigDefaults() to be more accurate
|
2021-03-23 19:37:55 -05:00 |
|
|
67a03ebc23
|
Fixed formatting issues to be in line with osu coding standards
|
2021-03-23 19:31:16 -05:00 |
|
|
fbb992fc7e
|
Added a comment to new method
|
2021-03-23 19:18:32 -05:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
8ea7271d5c
|
moved windowmode code to LoadComplete (?)
|
2021-03-22 19:48:52 -05:00 |
|
|
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 |
|
|
f7bf23dbe9
|
first attempt at changing windowMode to be fullscreen on default
|
2021-03-21 21:50:19 -05:00 |
|
|
095b7f8668
|
Rewrite code to account for non-loaded edge case
|
2021-03-19 20:09:12 +09:00 |
|
|
bd1e2da1c2
|
Always hide other overlays, even if the new one is not loaded
|
2021-03-19 19:09:39 +09:00 |
|
|
a9c4fa442a
|
Avoid potential crash if an overlay is toggled before it has been loaded
|
2021-03-19 16:49:09 +09:00 |
|
|
249ab8ab3d
|
Merge branch 'master' into input-handler-configuration
|
2021-03-17 18:05:14 +09:00 |
|
|
da3dc61aae
|
Remove newline
|
2021-03-16 10:58:42 +09:00 |
|
|
3dd72d6f7d
|
Fix disable mouse buttons setting not showing default indicator when using keybind
|
2021-03-14 22:47:05 -07:00 |
|
|
0ba5312a40
|
Move blocking show logic to UpdateState
|
2021-03-13 00:05:26 -08:00 |
|
|
62f2a823f6
|
Hide toolbar forever when the user hides it
|
2021-03-12 15:48:50 -08:00 |
|
|
6c0734a09f
|
Handle global action in toolbar instead of osugame
|
2021-03-12 15:48:49 -08:00 |
|
|
86164c027a
|
Update the method we use to reset input settings
|
2021-03-12 18:44:10 +09:00 |
|
|
b1cd01ceb8
|
Apply ConfigureAwait changes to game side
|
2021-03-08 14:36:35 +09:00 |
|
|
fe64c3dbd4
|
Refrain from disabling cursor sensitivity at config-level
|
2021-03-04 17:00:44 +03:00 |
|
|
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 |
|
|
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 |
|
|
36e1fb6da8
|
Add flow to allow MatchSubScreen to handle beatmap presentation locally
|
2021-03-03 14:13:51 +09:00 |
|
|
d85a4a22e5
|
Allow beatmap imports from any derived version of SongSelect, rather than only PlaySongSelect
|
2021-02-18 19:19:28 +09:00 |
|
|
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 |
|
|
2ee634d173
|
Create subclass for "Error" notifications to allow them to have a unique pop-in sound
|
2021-02-11 13:55:43 +09:00 |
|
|
630c5bb747
|
Avoid potential crashes when lease is held on SelectedMods
|
2021-02-05 16:46:21 +09:00 |
|