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-22 19:00:07 +08:00
Code
Issues
Releases
Wiki
Activity
36,018
Commits
4
Branches
794
Tags
8a08d3f4efe807ca77f0d4fe893962a3d6ec9bfc
Commit Graph
36018 Commits
This Branch
This Branch
All Branches
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
Update framework
Dean Herbert
·
2021-01-14 15:51:07 +09:00
4759797d15
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
Rename realm persisted properties to avoid casting necessity
Dean Herbert
·
2021-01-13 18:36:37 +09:00
fcb4a53f37
Update write usages
Dean Herbert
·
2021-01-13 18:36:37 +09:00
9086d75542
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
Remove unused event
Dean Herbert
·
2021-01-13 18:36:37 +09:00
78707c3b06
Update all read queries to use direct realm subscriptions/queries
Dean Herbert
·
2021-01-13 18:36:37 +09:00
192e58e0c6
Use direct access for query pattern
Dean Herbert
·
2021-01-12 17:01:40 +09:00
765d9cfae1
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
Add basic test coverage
Dean Herbert
·
2021-01-12 15:21:02 +09:00
9a5410e5d2
Move ruleset key binding registration to an explicit method rather than the constructor
Dean Herbert
·
2021-01-12 15:21:02 +09:00
a6997a6fc6
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
Detach at point of usage, rather than point of retrieval
Dean Herbert
·
2021-01-12 14:45:36 +09:00
8f9b19a76e
Remove unused EF class and unnecessary interface
Dean Herbert
·
2021-01-12 14:45:36 +09:00
536e7229d0
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 key binding update method support all kinds of realm object states
Dean Herbert
·
2021-01-12 14:45:36 +09:00
406e640fa9
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
Add full xmldoc to RealmKeyBindingStore
Dean Herbert
·
2021-01-11 16:31:36 +09:00
6fd098ca7c
Don't migrate existing key bindings across if realm is already populated
Dean Herbert
·
2021-01-11 16:31:36 +09:00
f9717e8b69
Move public members up
Dean Herbert
·
2021-01-11 16:31:36 +09:00
56d34432f9
Add basic migration logic of key bindings to realm
Dean Herbert
·
2021-01-11 16:31:36 +09:00
1abed11fb7
Remove unnecesssary local conversion method
Dean Herbert
·
2021-01-11 16:31:36 +09:00
a1cb6d8c54
Fix primary key not being populated for KeyBinding
Dean Herbert
·
2021-01-11 16:31:35 +09:00
86daf65630
Use IKeyBinding for all key binding usages (and add update flow via primary key)
Dean Herbert
·
2021-01-11 16:31:35 +09:00
8765aaf9e6
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
Add and consume IKeyBindingStore interface
Dean Herbert
·
2021-01-11 15:52:49 +09:00
43f417b53a
Replace KeybindingStore with realm version
Dean Herbert
·
2021-01-11 15:52:49 +09:00
a9a3a95991
First
Previous
1
2
3
4
5
...
Next
Last