This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-26 05:19:56 +08:00
Code
Issues
Releases
Wiki
Activity
60,561
Commits
4
Branches
797
Tags
c40887eee867b8d9bf5312e0df106862435dba39
Commit Graph
1372 Commits
Move skin requery logic into extension methods
Dean Herbert
·
2021-03-15 13:11:58 +09:00
2bdffd1004
Rename and refactor extenion methods to be easier to read
Dean Herbert
·
2021-03-15 13:11:58 +09:00
900da7b891
Explicitly specify SingleQuery behavior
Roman Kapustin
·
2021-03-14 21:43:27 +03:00
28ef64b62a
Extract requerying of navigational properties from DbContext
Roman Kapustin
·
2021-03-14 19:34:53 +03:00
0a1e325fc7
Ignore MultipleCollectionIncludeWarning
Roman Kapustin
·
2021-03-11 22:40:35 +03:00
5a4b0174b1
Workaround InvalidOperation exceptions
Roman Kapustin
·
2021-03-11 20:51:54 +03:00
47b80d2474
Update Microsoft.EntityFrameworkCore
Roman Kapustin
·
2021-03-11 19:23:56 +03:00
f1302d1600
Apply ConfigureAwait changes to game side
Dean Herbert
·
2021-03-08 14:36:35 +09:00
b1cd01ceb8
Remove easy to remove finalizers
Dean Herbert
·
2021-03-02 16:07:09 +09:00
fa95929121
Fix "failed to import" message showing when importing from a stable install with no beatmaps
Dean Herbert
·
2021-02-26 17:30:59 +09:00
7e6bd0e995
Redirect batch imports to a separate task scheduler to avoid contention with interactive actions
Dean Herbert
·
2021-02-17 19:41:18 +09:00
0196ee882a
Improve some xmldoc on ArchiveModelManager for methods which are not going to trigger user interactive flow
Dean Herbert
·
2021-02-17 19:40:56 +09:00
c1db33e075
Merge pull request
#11603
from Game4all/handle-stable-imports-custom-songs-folder
Handle beatmap import from a stable installation with a custom Songs directory
Dean Herbert
·
2021-02-12 21:42:36 +09:00
a080a9bdbc
Revert most of the changes to ArchiveModeManager by using better code
Dean Herbert
·
2021-02-12 12:48:32 +09:00
5f23bd7259
Address remaining reviews suggestions.
Lucas A
·
2021-01-26 20:35:42 +01:00
383c40b992
Rename const and fix unintended tabbing.
Lucas A
·
2021-01-26 18:45:04 +01:00
043385f919
Fix typos.
Lucas A
·
2021-01-26 18:11:54 +01:00
9f9206726a
Fix ArchiveModelManagers lookup paths.
Lucas A
·
2021-01-24 22:25:49 +01:00
51d4da565c
Use StableStorage in ArchiveModelManager.
Lucas A
·
2021-01-24 19:46:10 +01:00
d71ac83428
Add method to block all realm access during migration operation
Dean Herbert
·
2021-01-22 17:28:47 +09:00
d69a4914e0
Add missing licence header
Dean Herbert
·
2021-01-21 20:53:16 +09:00
47a9d2b1c2
Correctly close context before attempting migration
Dean Herbert
·
2021-01-21 19:02:09 +09:00
34a7ce912e
Remove unused using
Dean Herbert
·
2021-01-19 20:10:10 +09:00
f6c2009509
Use realm support for Guid
Dean Herbert
·
2021-01-19 18:22:36 +09:00
68f2e7f61a
Merge branch 'master' into realm-key-binding-store
Dean Herbert
·
2021-01-19 18:22:34 +09:00
f1a785f407
Merge branch 'master' into multiplayer-beatmap-tracker
Salman Ahmed
·
2021-01-18 19:15:45 +03:00
dc91cebce9
Merge branch 'master' into android-multiple-import-support-suppot
Bartłomiej Dach
·
2021-01-16 23:13:11 +01:00
1d7be6a604
Make
ArchiveModelManager
import method overridable (for testing purposes)
Salman Ahmed
·
2021-01-17 00:01:11 +03:00
96feaa027d
Merge branch 'master' into realm-key-binding-store
Bartłomiej Dach
·
2021-01-16 16:48:54 +01:00
7296a6dd84
Dispose realm in RealmWriteUsage cleanup
Bartłomiej Dach
·
2021-01-16 16:39:04 +01:00
ddc63662ba
Update KeyBinding usages in line with interface changes
Dean Herbert
·
2021-01-15 14:57:01 +09:00
86f66727de
Ensure the main realm context is closed when the factory is disposed
Dean Herbert
·
2021-01-15 14:26:06 +09:00
3e366b1f15
Mark the types which have been migrated in OsuDbContext
Dean Herbert
·
2021-01-14 16:31:18 +09:00
df08d964a5
Fix transactions not actually being committed
Dean Herbert
·
2021-01-14 16:13:10 +09:00
8a08d3f4ef
Remove unused variable (but add back pending writes counter)
Dean Herbert
·
2021-01-14 15:51:19 +09:00
af1509d892
Fix broken xmldoc
Dean Herbert
·
2021-01-13 18:38:30 +09:00
674e78fd93
Remove Live<> wrapper until it is needed
Dean Herbert
·
2021-01-13 18:36:37 +09:00
9bf9a8c351
Tidy up write usage class
Dean Herbert
·
2021-01-13 18:36:37 +09:00
8442b34e84
Remove unused RealmBackedStore base class
Dean Herbert
·
2021-01-13 18:36:37 +09:00
5fa3a22f28
Update existing usages to use the main realm context where applicable
Dean Herbert
·
2021-01-13 18:36:37 +09:00
9d744d629f
Pull out thread local contexts and have main realm refresh in update loop
Dean Herbert
·
2021-01-13 18:36:37 +09:00
542f535247
Update all read queries to use direct realm subscriptions/queries
Dean Herbert
·
2021-01-13 18:36:37 +09:00
192e58e0c6
Allow detach to be run against an IQueryable directly
Dean Herbert
·
2021-01-12 17:01:16 +09:00
46a1d99c74
Remove unnecessary mapped type
Dean Herbert
·
2021-01-12 15:50:09 +09:00
f0a9688baa
Add xmldoc for extension methods
Dean Herbert
·
2021-01-12 15:48:26 +09:00
7769d95e7b
Mark classes nullable
Dean Herbert
·
2021-01-12 15:21:02 +09:00
ff16d2f490
Avoid closing initial context after migrations (unnecessary)
Dean Herbert
·
2021-01-12 14:45:36 +09:00
2e4c3c8e39
Tidy up RealmContextFactory; remove delete/dispose method which wouldn't work due to threading
Dean Herbert
·
2021-01-12 14:45:36 +09:00
0dca9c8c46
Add logging of opened and created contexts
Dean Herbert
·
2021-01-12 14:45:36 +09:00
8cbad1dc1c
Move schema version to const
Dean Herbert
·
2021-01-12 14:45:36 +09:00
ffb42c37df
First
Previous
...
14
15
16
17
18
...
Next
Last