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-29 06:49:53 +08:00
Code
Issues
Releases
Wiki
Activity
45,087
Commits
4
Branches
799
Tags
cec063206e5deadab3fd39892bf061d05343b795
Commit Graph
21 Commits
Merge pull request
#15042
from peppy/realm-live
Add realm `Live<T>` implementation
Dan Balasescu
·
2021-10-13 17:01:02 +09:00
a781930135
Add missing licence header
Dean Herbert
·
2021-10-13 15:45:01 +09:00
db5099de3a
Add
Live<>
casting test
Dean Herbert
·
2021-10-11 15:36:41 +09:00
81a0fbfc40
Add
RealmLive
implementation
Dean Herbert
·
2021-10-11 15:36:41 +09:00
b01d82b3fd
Add realm
FileStore
and test coverage
Dean Herbert
·
2021-10-11 15:26:16 +09:00
03bf88ae81
Update tests to run inside a
GameHost
to allow running on update thread
Dean Herbert
·
2021-10-11 15:19:18 +09:00
b946011292
Fix stream being held open causing windows CI failures
Dean Herbert
·
2021-10-04 14:30:22 +09:00
537b29654e
Catch potential file access exceptions also in async flow
Dean Herbert
·
2021-10-02 23:01:44 +09:00
6ec2223b5c
Handle window file access errors
Dean Herbert
·
2021-10-01 10:40:55 +09:00
b5345235ca
Add failing test coverage of realm blocking behaviour
Dean Herbert
·
2021-10-01 01:20:06 +09:00
9c0abae2b0
Refine
RealmContext
implementation API
Dean Herbert
·
2021-09-30 23:56:38 +09:00
9fa901f6aa
Reduce startup overhead during default key binding handling
Dean Herbert
·
2021-09-07 15:19:23 +09:00
5b13b566b5
Update tests in line with thread safety check
Dean Herbert
·
2021-07-04 17:59:39 +09:00
3ec7dc3bb9
Ensure the main realm context is closed when the factory is disposed
Dean Herbert
·
2021-01-15 14:26:06 +09:00
3e366b1f15
Update test to use GetForWrite
Dean Herbert
·
2021-01-15 14:22:48 +09:00
693602513e
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
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
Add basic test coverage
Dean Herbert
·
2021-01-12 15:21:02 +09:00
9a5410e5d2