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-20 06:39:54 +08:00
Code
Issues
Releases
Wiki
Activity
31,261
Commits
4
Branches
793
Tags
59dcdd41aaa26913d653b87ad2aecc145e29a5cc
Commit Graph
520 Commits
Remove PreUpdate, update hash in Save()
smoogipoo
·
2020-06-08 14:40:17 +09:00
443977aa8d
Merge branch 'master' into multiplayer-beatmap-checksum
Dean Herbert
·
2020-06-07 18:05:33 +09:00
b41384dde8
Simplify reuse check using FileInfo IDs
Dean Herbert
·
2020-06-03 23:35:56 +09:00
5ed3cd205f
Add test coverage
Dean Herbert
·
2020-06-03 18:33:41 +09:00
012933545e
Check filenames and timestamps before reusing an already imported model
Dean Herbert
·
2020-06-03 18:03:10 +09:00
c155ab8339
Extract update into PreUpdate(), add test
smoogipoo
·
2020-06-02 17:22:09 +09:00
dfb9687fb5
Change event flow to avoid firing store delete events on update
Dean Herbert
·
2020-05-27 16:08:47 +09:00
f989f1aa00
Fix english
Dean Herbert
·
2020-05-24 23:09:49 +09:00
904d17224f
Ensure export filename is valid
Dean Herbert
·
2020-05-24 22:34:31 +09:00
234fa28445
Add the ability to export skins
Dean Herbert
·
2020-05-24 13:44:11 +09:00
c071fe6140
Convert dangerous events to IBindables
Dean Herbert
·
2020-05-19 16:44:22 +09:00
052ad79fc6
Add connection flushing support
Dean Herbert
·
2020-05-11 21:39:44 +09:00
6c350db097
Add local beatmap lookup cache
Dean Herbert
·
2020-05-02 14:35:12 +09:00
deb87517d0
Fix download failures causing a non-safe drawable change
Dean Herbert
·
2020-03-10 20:11:06 +09:00
ad7cda8735
Fix DownloadTrackingComposite incorrectly receiving cancelled state
Dean Herbert
·
2020-02-15 16:20:44 +09:00
120dab18cf
Cleanup / re-protect file store
smoogipoo
·
2020-01-14 19:24:53 +09:00
0e844b3039
Fix model file infos not being removed
smoogipoo
·
2020-01-14 19:24:53 +09:00
1b3bff6fa5
Remove outdated comment
smoogipoo
·
2020-01-14 19:24:53 +09:00
b91bcaccba
Dereference existing file
smoogipoo
·
2020-01-14 19:24:53 +09:00
5f5878e37e
Improve robustness by always creating a new file
smoogipoo
·
2020-01-14 19:24:53 +09:00
b592b6d80d
Initial file updating implementation
smoogipoo
·
2020-01-14 19:24:53 +09:00
609102bea3
Refactor to support beatmap updates
smoogipoo
·
2020-01-14 19:24:53 +09:00
681a43a318
Merge remote-tracking branch 'upstream/master' into fix-cancelling-request-not-correct
Dean Herbert
·
2020-01-07 11:43:01 +09:00
b3a7b02e3b
Give empty archives a hash based on archive name to avoid duplicate imports
Dean Herbert
·
2019-12-26 18:44:50 +09:00
74d875a2e0
Fix download manager potentially not handling cancel requests
Salman Ahmed
·
2019-12-25 22:55:14 +03:00
89fa1be2c8
Merge branch 'master' into fix-local-score-availability
Dean Herbert
·
2019-12-18 01:15:20 +09:00
886db8eb22
Fix online replays not being available locally
smoogipoo
·
2019-12-17 15:47:08 +09:00
946a202ee5
CA1715: use prefix for generic parameters.
Huo Yaoyuan
·
2019-12-17 13:00:25 +08:00
40b43b85f1
Catch file exception in test reset
Dean Herbert
·
2019-12-12 14:04:57 +09:00
76a7e9cde8
PathStandardise -> ToStandardisedPath
Huo Yaoyuan
·
2019-12-11 16:06:56 +08:00
b86a3dbfab
Remove usages of FileSafety class.
Huo Yaoyuan
·
2019-12-11 16:05:35 +08:00
6b3c7c8421
Add API methods to perform requests out-of-queue
Dean Herbert
·
2019-11-29 20:03:14 +09:00
c49aeb08c4
Use typeparamref.
Huo Yaoyuan
·
2019-11-17 20:48:23 +08:00
f05b83d7d4
Apply other styles.
Huo Yaoyuan
·
2019-11-11 20:27:04 +08:00
e9b8cbb516
Apply brace style.
Huo Yaoyuan
·
2019-11-11 20:13:13 +08:00
ccc8aa6fa4
Cover all non-APIAccess APIRequest calls with exception handling
Dean Herbert
·
2019-10-31 15:04:13 +09:00
0cd912fcd3
Fix download tracking components getting stuck on import failures
Dean Herbert
·
2019-10-28 17:41:42 +09:00
cf3ed42bfc
Remove unused logger provider class
Dean Herbert
·
2019-10-28 12:02:58 +09:00
66b0004448
Only lock database for the duration of a model restoration
smoogipoo
·
2019-10-03 11:24:17 +09:00
f8eb07b211
Only lock the database for the duration of a deletion
smoogipoo
·
2019-10-02 18:48:50 +09:00
dfaa9531f8
Specify model name on initialize and fail import notification m… (
#6192
)
Specify model name on initialize and fail import notification messages
Dean Herbert
·
2019-09-22 15:54:04 +09:00
cdf29b0952
Remove pluralize and use title letter casing
iiSaLMaN
·
2019-09-21 21:00:24 +03:00
9be8bdef52
Move humanizing to the model name instead
iiSaLMaN
·
2019-09-21 20:04:12 +03:00
6bb0f3eb41
Pluralize instead of adding 's'
iiSaLMaN
·
2019-09-20 16:18:55 +03:00
3be03a26c9
Specify model name on import notification messages
iiSaLMaN
·
2019-09-20 15:46:43 +03:00
8300e86f20
Fix scores importing with deleted beatmap sets
smoogipoo
·
2019-09-20 19:39:21 +09:00
dfc0928ebe
Fix importing archives which are nested in a single folder within a zip
Dean Herbert
·
2019-09-19 19:11:04 +09:00
ddff9882cf
Don't share single scheduler across all model managers
smoogipoo
·
2019-08-08 18:26:07 +09:00
3ebfa0505c
Fix zero-length hash models incorrectly creating a unique hash
Dean Herbert
·
2019-07-29 16:57:19 +09:00
cb17007fa7
Force SQLite to multithreading mode
Dean Herbert
·
2019-07-06 12:32:16 +09:00
71e40b4684
First
Previous
1
2
3
4
5
...
Next
Last