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-16 02:04:00 +08:00
Code
Issues
Releases
Wiki
Activity
67,193
Commits
4
Branches
791
Tags
e2b4e25ffa8ff4e9e67c00a9d8654eadb90ca89b
Commit Graph
24 Commits
Apply NRT to
MemoryCachingComponent
classes
Dean Herbert
·
2023-06-09 19:00:05 +09:00
4685ba83e1
Partial everything
Dan Balasescu
·
2022-11-27 00:00:27 +09:00
7bc8908ca9
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Extract abstract implementation of online lookup cache
Bartłomiej Dach
·
2021-12-21 11:12:51 +01:00
ee89d8643e
Add early abort to avoid sending empty lookup requests
Dean Herbert
·
2021-12-01 17:47:16 +09:00
bf5a186a2b
Rename
User
to
APIUser
and move to correct namespace
Dean Herbert
·
2021-11-07 11:26:01 +09:00
0ecf5f201c
Apply batch fixing of built-in types using
var
Dean Herbert
·
2021-10-27 13:04:41 +09:00
6944151486
Rename
APIRequest.Result
to
Response
Dean Herbert
·
2021-10-05 14:28:56 +09:00
b41fa41c85
Handle nulls and fix missing documentation
Dean Herbert
·
2021-07-05 21:35:37 +09:00
459f9a0465
Add ability to lookup multiple users at once to
UserLookupCache
Dean Herbert
·
2021-07-05 19:56:16 +09:00
9c311a6d8a
Apply ConfigureAwait changes to game side
Dean Herbert
·
2021-03-08 14:36:35 +09:00
b1cd01ceb8
Merge branch 'master' into fix-leaderboard-user-handling
Bartłomiej Dach
·
2020-12-28 13:43:53 +01:00
a376a23ed7
Add null hinting on UserLookupCache query method
Dean Herbert
·
2020-12-28 20:13:24 +09:00
545dcac4ec
Add xmldoc on UserLookupCache's lookup method
Dean Herbert
·
2020-12-28 20:05:48 +09:00
5ca9a6a980
Fix lookup cache throwing a null reference if no matches were successful
Dean Herbert
·
2020-12-28 15:03:44 +09:00
4d61c143db
Use dictionary to avoid linq overhead
Dean Herbert
·
2020-11-17 10:57:11 +09:00
009d666241
Handle duplicate user IDs within the same batch
smoogipoo
·
2020-11-16 21:17:43 +09:00
85b0f71467
Use queue instead of list
smoogipoo
·
2020-11-16 20:52:51 +09:00
87bf168718
Refactor user request to fix threadsafety issues
smoogipoo
·
2020-11-16 20:35:22 +09:00
1b1f4c9c09
Fix API request error handling
Dean Herbert
·
2020-11-09 19:42:00 +09:00
4d6f0a8ea7
Use HashSet instead of ConcurentBag
Dean Herbert
·
2020-11-09 11:54:28 +09:00
dc69eefa51
Add missing async suffix
Dean Herbert
·
2020-11-09 10:40:16 +09:00
90ce1bd5f0
Handle null result
Dean Herbert
·
2020-11-06 18:37:27 +09:00
4bbd3fe886
Add and consume user cache class
Dean Herbert
·
2020-11-06 17:00:29 +09:00
c97c6bbf52