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-24 15:42:11 +08:00
Code
Issues
Releases
Wiki
Activity
31,276
Commits
4
Branches
796
Tags
cc6ae8e3bd2a4ff21dee50dc7cd72f1663f32428
Commit Graph
1823 Commits
Fix crash if only one count list is received from API
Bartłomiej Dach
·
2020-08-24 20:41:31 +02:00
cc6ae8e3bd
change switch cases
Keijia
·
2020-08-22 12:10:31 +03:00
b5b2e523ad
add "hp" filter keyword
Keijia
·
2020-08-22 01:09:35 +03:00
0b6185cd14
Fix playlist items sharing mod instances
smoogipoo
·
2020-08-13 19:48:41 +09:00
0500d82b5b
Remove local cancellation token
smoogipoo
·
2020-07-24 16:11:28 +09:00
877b985e90
Change method signatures to remove tracked/untracked
smoogipoo
·
2020-07-24 13:52:43 +09:00
b10b99a670
Move cancellation out of condition
smoogipoo
·
2020-07-23 23:18:51 +09:00
76284a0f01
Add support for bindable retrieval
smoogipoo
·
2020-07-21 23:13:04 +09:00
107b5ca4f2
Update carousel beatmap SR on mod/ruleset changes
smoogipoo
·
2020-07-16 21:08:24 +09:00
9a52058a7a
Update beatmap details SR on ruleset/mod changes
smoogipoo
·
2020-07-16 21:08:08 +09:00
24f14751ce
Check sub screen's OnBackButton instead
Joehu
·
2020-07-14 13:19:48 -07:00
73e1bf0d89
Fix back button not working correctly with multi song select's mod select
Joehu
·
2020-07-14 00:29:57 -07:00
36041fc245
Fix mod select blocking home and alt f4 in song select
Joehu
·
2020-07-14 00:00:10 -07:00
4caf4d31d4
Update outdated comment
Dean Herbert
·
2020-07-13 13:08:41 +09:00
0718e9e4b6
Fix correct filter criteria not being applied to beatmap carousel if beatmaps take too long to load
Dean Herbert
·
2020-07-12 22:33:41 +09:00
ab11a112b7
Add "show converted" checkbox to song select for convenience
Dean Herbert
·
2020-07-09 13:47:23 +09:00
f231b5925f
Remove group selector for now, tidy up code somewhat
Dean Herbert
·
2020-07-09 13:47:11 +09:00
bbbe8d6f68
Improve quality of song select beatmap wedge
smoogipoo
·
2020-06-29 13:58:35 +09:00
af7494b232
Move check inside next difficulty selection
smoogipoo
·
2020-06-26 21:03:34 +09:00
099416b4c3
Fix potential exception if button is pressed before selection
smoogipoo
·
2020-06-26 20:32:13 +09:00
8f6d52550f
Remove double schedule
smoogipoo
·
2020-06-26 20:14:08 +09:00
1b4c31a84f
Cleanup
smoogipoo
·
2020-06-26 20:14:02 +09:00
e3d654d33f
Use existing helper function for key repeat
Dean Herbert
·
2020-06-25 21:33:02 +09:00
d704a4597d
Add key/press repeat support to carousel
Dean Herbert
·
2020-06-25 19:47:23 +09:00
d7742766d0
Added text explaining a second copy will be made
Viktor Rosvall
·
2020-06-24 11:29:38 +02:00
9e1bf71233
Move some suggestions to warnings, resolve issues
smoogipoo
·
2020-06-03 16:48:44 +09:00
f3b5149648
Fix crash in testing environment.
Lucas A
·
2020-06-02 16:01:01 +02:00
275d95082a
Apply review suggestions.
Lucas A
·
2020-06-02 13:32:52 +02:00
f63c66396f
Fix crashing if selected ruleset doesn't have an autoplay mod.
Lucas A
·
2020-06-01 17:41:04 +02:00
e9b09373e7
Merge branch 'master' into results-screen-condensed-panel
Dean Herbert
·
2020-05-30 23:13:52 +09:00
d4b7c81f96
Change event flow to avoid firing store delete events on update
Dean Herbert
·
2020-05-27 16:08:47 +09:00
f989f1aa00
Create abstract implementation
smoogipoo
·
2020-05-26 17:00:41 +09:00
de0b6ec9f1
Convert dangerous events to IBindables
Dean Herbert
·
2020-05-19 16:44:22 +09:00
052ad79fc6
Fix null reference in difficulty recommender
Dean Herbert
·
2020-05-12 11:14:51 +09:00
a5c1b461f6
Expose searchable terms from beatmap info instead
smoogipoo
·
2020-05-07 13:04:08 +09:00
401c516503
Fix potential song select nullref
smoogipoo
·
2020-05-07 11:37:04 +09:00
5186da8412
Merge branch 'master' into master
Dan Balasescu
·
2020-05-05 13:33:29 +09:00
0eae8d078b
Add spaces to comments
alex
·
2020-05-04 18:36:24 -07:00
0e2ccac33b
Ensure correct beatmap and ruleset when presenting a score from song select
Dean Herbert
·
2020-05-04 15:20:43 +09:00
06f58dd3e3
Move recommender to field construction
Dean Herbert
·
2020-04-30 21:01:53 +09:00
000c34dc26
Show loading spinner when carousel is not ready to be displayed
Dean Herbert
·
2020-04-30 11:51:06 +09:00
cf4e79cf38
Reduce database includes where possible
Dean Herbert
·
2020-04-28 21:43:35 +09:00
119000f1ab
Merge branch 'master' into fix-select-new-from-sub-screen
smoogipoo
·
2020-04-21 14:36:53 +09:00
fcfb2b9026
Merge branch 'master' into scroll-to-center
Dan Balasescu
·
2020-04-21 10:21:08 +09:00
3b3a7bdd85
Convert to auto-properties
Bartłomiej Dach
·
2020-04-20 21:43:07 +02:00
e3cd3cf1da
Add xmldocs
Bartłomiej Dach
·
2020-04-20 21:42:43 +02:00
9b6e26583b
Fix in a slightly different and hopefully more understandable way
Dean Herbert
·
2020-04-20 14:03:55 +09:00
ee1ccb8bcb
Don't use Parent
Endrik Tombak
·
2020-04-19 18:29:06 +03:00
b57d709d15
Merge branch 'master' of
https://github.com/ppy/osu
into scroll-to-center
Endrik Tombak
·
2020-04-19 18:21:34 +03:00
a8bfd21f3f
Fix presenting new ruleset and beatmap at once causing wedge display desync
Dean Herbert
·
2020-04-17 18:56:17 +09:00
5833a7ac91
First
Previous
1
2
3
4
5
...
Next
Last