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-06-07 02:13:38 +08:00
Code
Issues
Releases
Wiki
Activity
72,936
Commits
4
Branches
802
Tags
ae8fb2ce08ffd82cc098aadfa2c1dc2f8a475813
Commit Graph
1656 Commits
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
Elaborate on comment mentioning migrations
Dean Herbert
·
2021-01-12 14:45:36 +09:00
0789621b85
Add helper method for detaching lists from realm
Dean Herbert
·
2021-01-12 14:45:36 +09:00
fc55d67c66
Expose Live.Detach() method for ease of use
Dean Herbert
·
2021-01-12 14:45:36 +09:00
d810af82ec
Move extensions methods into own class
Dean Herbert
·
2021-01-12 14:45:36 +09:00
dd50b5870e
Remove scheduler being passed in for now
Dean Herbert
·
2021-01-12 14:45:36 +09:00
6736db327a
Remove incorrect default specification from IRealmFactory interface
Dean Herbert
·
2021-01-12 14:45:36 +09:00
a13b6abcff
Perform initial lookup if original is not managed
Dean Herbert
·
2021-01-12 14:45:36 +09:00
70689eee2b
Make Live implement IHasGuidPrimaryKey
Dean Herbert
·
2021-01-12 14:45:36 +09:00
05ca016deb
Add full xmldoc for Live class
Dean Herbert
·
2021-01-11 19:28:19 +09:00
20584c9e16
Rename RealmWrapper to Live
Dean Herbert
·
2021-01-11 16:31:36 +09:00
9f64f6059f
Make RealmWrapper nullable enabled
Dean Herbert
·
2021-01-11 16:31:36 +09:00
5bb4d35982
Remove unnecessary warning suppression
Dean Herbert
·
2021-01-11 16:31:36 +09:00
cdb3d20fc6
Move RealmWrapper to own file
Dean Herbert
·
2021-01-11 16:31:36 +09:00
6c90f9ceed
Fix primary key not being populated for KeyBinding
Dean Herbert
·
2021-01-11 16:31:35 +09:00
86daf65630
Store KeyBinding action to its own field in realm
Also improve the Query method for action types by using generic field
Dean Herbert
·
2021-01-11 15:52:49 +09:00
a77519c6bd
Tidy up some missed inspections in RealmContextFactory
Dean Herbert
·
2021-01-11 15:52:49 +09:00
382a40b243
First
Previous
...
20
21
22
23
24
...
Next
Last