Dean Herbert
|
09899819c9
|
Merge pull request #22914 from Susko3/remove-arbitrary-extension-limitation
Remove arbitrary extension limitation from drag and drop imports
|
2023-03-20 14:55:03 +09:00 |
|
Dean Herbert
|
11f52d5bf4
|
Remove unused using statement
|
2023-03-20 14:01:35 +09:00 |
|
Susko3
|
b254dbd7ca
|
Remove arbitrary extension limitation from drag and drop imports
`OsuGameBase` already properly handles multiple extensions in the same import.
|
2023-03-19 17:37:49 +01:00 |
|
Susko3
|
48b6e214af
|
Fix URL handling on macOS
|
2023-03-19 17:14:25 +01:00 |
|
Susko3
|
5087377da6
|
Use IPC archive import in OsuGameDesktop
|
2023-02-03 18:57:50 +01:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Salman Ahmed
|
27ce3d8342
|
Fix input settings not displaying in visual test browser
|
2022-10-21 01:52:19 +03:00 |
|
Dean Herbert
|
e06ece7531
|
Update framework
|
2022-10-05 14:19:51 +09:00 |
|
Susko3
|
38a8b9cf0a
|
Add battery info for desktop platforms
|
2022-07-30 14:26:19 +02:00 |
|
Susko3
|
cf7af0061c
|
Add Touch input handler settings section
|
2022-07-16 15:20:15 +02:00 |
|
Bartłomiej Dach
|
6807d0e44f
|
Merge branch 'master' into osu-link-ipc
|
2022-06-21 07:27:35 +02:00 |
|
Bartłomiej Dach
|
ee96d84ffa
|
Merge branch 'master' into input-settings
|
2022-06-20 22:55:43 +02:00 |
|
Bartłomiej Dach
|
330af7ec74
|
Handle osu:// scheme links via IPC in desktop game
|
2022-06-20 21:26:22 +02:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Dean Herbert
|
6a4d731eb3
|
Update obsolete usages in line with Clowd.Squirrel changes
|
2022-03-02 17:43:51 +09:00 |
|
Susko3
|
214b2724de
|
Merge branch 'master' into input-settings
# Conflicts:
# osu.Game/OsuGameBase.cs
# osu.iOS/OsuGameIOS.cs
|
2022-02-12 11:48:46 +01:00 |
|
Susko3
|
6e4214de4d
|
Move VersionManager from osu.Desktop to osu.Game
|
2022-01-15 19:42:38 +01:00 |
|
Susko3
|
f3eaa95041
|
Move input handler settings creation to OsuGameBase
|
2022-01-15 14:53:41 +01:00 |
|
Salman Ahmed
|
d92f5039cd
|
Reorder version overlay to display behind game-wide overlays
|
2021-12-13 06:53:18 +03:00 |
|
Dean Herbert
|
3fe89293af
|
Add update manager which performs no update action
This is to be used in cases where updates are handled by an external
means. See
https://github.com/flathub/flathub/pull/2619#issuecomment-969731305 for
initial usage.
|
2021-11-16 12:11:13 +09:00 |
|
Dean Herbert
|
6944151486
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +09:00 |
|
Dean Herbert
|
d5d5a4d0d7
|
Actually combine the path
|
2021-06-02 15:13:21 +09:00 |
|
Dean Herbert
|
bf216687e1
|
Fix osu!stable directory selection failing if no Songs folder is present at install location
|
2021-06-02 15:05:06 +09:00 |
|
Christine Chen
|
a2723f3f57
|
Perform elevated check asynchronously, use a separate function w/ switch statement
|
2021-04-26 22:44:22 -04:00 |
|
Christine Chen
|
c3bad1d4c5
|
Rename AdminChecker to ElevatedPrivilegesChecker, refactor elevated check
|
2021-04-26 21:05:18 -04:00 |
|
Christine Chen
|
260dd06f47
|
Move AdminChecker to osu.Desktop.Admin
|
2021-04-26 20:04:34 -04:00 |
|
Christine Chen
|
9ad30da729
|
Show a notification if game is run as administrator
|
2021-04-26 16:41:26 -04:00 |
|
Dean Herbert
|
30cae46cbd
|
Group large drag drop imports into a single operation
|
2021-03-31 14:57:28 +09:00 |
|
Dean Herbert
|
6eadae8aaf
|
Remove remnants of OsuTK
|
2021-03-12 18:35:42 +09:00 |
|
Lucas A
|
d71ac83428
|
Use StableStorage in ArchiveModelManager.
|
2021-01-24 19:46:10 +01:00 |
|
Lucas A
|
9a5790cd31
|
Implement StableStorage class.
|
2021-01-24 19:18:16 +01:00 |
|
Dean Herbert
|
3f88340304
|
Restore previous exception handling flow for stable path lookup
|
2021-01-15 15:17:38 +09:00 |
|
Dean Herbert
|
53da137425
|
Merge branch 'master' into net5.0
|
2020-12-10 17:14:21 +09:00 |
|
Bartłomiej Dach
|
c9429632f4
|
Resolve new NRE inspections
|
2020-12-01 22:39:10 +01:00 |
|
Dean Herbert
|
285e62be9a
|
Bring code in line with SDL2 defaults
|
2020-12-01 17:47:07 +09:00 |
|
Roman Kapustin
|
1feda1152d
|
Fix InspectCode warnings
|
2020-11-21 02:06:20 +03:00 |
|
Roman Kapustin
|
1a676ef0d8
|
Resolve CA1416 properly using new API
|
2020-11-20 12:06:08 +03:00 |
|
Roman Kapustin
|
044622036c
|
Disable CA1416
|
2020-11-20 11:53:17 +03:00 |
|
Dean Herbert
|
efc18887c8
|
Update framework
|
2020-11-18 18:01:55 +09:00 |
|
Dean Herbert
|
2e3fdf8116
|
Update reference to TK game window class
|
2020-11-09 20:50:36 +09:00 |
|
Shane Woolcock
|
7359c422dd
|
Hoist icon stream
|
2020-10-03 12:58:43 +09:30 |
|
Shane Woolcock
|
42f666cd24
|
Set icon for SDL desktop window
|
2020-09-29 23:04:03 +09:30 |
|
Dean Herbert
|
dbe9180c55
|
Rename class and remove screen conditionals
|
2020-07-24 16:38:48 +09:00 |
|
Lucas A
|
5e6adfff99
|
Disable windows key only while in gameplay.
|
2020-07-23 12:45:14 +02:00 |
|
Lucas A
|
fc1eb42a65
|
Disable windows key while in gameplay.
|
2020-07-01 17:15:41 +02:00 |
|
Shane Woolcock
|
fca6a6d69f
|
Implement file drop with DragDrop event
|
2020-06-12 09:46:21 +09:30 |
|
Shane Woolcock
|
b89dcb6a77
|
Fix cursor not hiding with SDL2 backend
|
2020-06-11 13:08:41 +09:30 |
|
smoogipoo
|
8aa8d2c880
|
Resolve NREs
|
2020-06-03 16:59:37 +09:00 |
|
Dean Herbert
|
d6840d880a
|
Update StableStorage implementation in line with framework changes
|
2020-05-08 10:40:04 +09:00 |
|
Dean Herbert
|
6477a7b73e
|
Centralise creation of UpdateManagers
|
2020-03-05 13:34:04 +09:00 |
|