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-25 08:29:54 +08:00
Code
Issues
Releases
Wiki
Activity
31,276
Commits
4
Branches
796
Tags
cc6ae8e3bd2a4ff21dee50dc7cd72f1663f32428
Commit Graph
19 Commits
Select recommended difficulty
Endrik Tombak
·
2020-03-26 00:19:54 +02:00
2f5dc93d61
Fix carousel not remembering last selection correctly
Dean Herbert
·
2020-03-19 18:07:39 +09:00
8f9e97b4cc
Apply more missed cases
Dean Herbert
·
2019-04-01 12:44:46 +09:00
c39c37a18d
Update variable names
Also cleans up some weird code
Dean Herbert
·
2019-02-22 17:51:39 +09:00
3fe4b8fd1c
Update with framework bindable changes
smoogipoo
·
2019-02-21 18:56:34 +09:00
bca347427f
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Normalize all the line endings
Dean Herbert
·
2018-04-13 18:26:38 +09:00
32a74f95a5
Extract random selection logic into CarouselRoot
smoogipoo
·
2018-04-02 15:16:10 +09:00
82a847b820
Use selectNextRandom instead
Endrik Tombak
·
2018-03-30 10:46:46 +03:00
7e30375443
Make selection at random when last was null
Endrik Tombak
·
2018-03-30 00:15:32 +03:00
3f65e3a7e3
Update licence headers
Dean Herbert
·
2018-01-05 20:21:19 +09:00
37d393bca0
Avoid redundant IndexOf calls
Dean Herbert
·
2017-12-18 07:58:34 +09:00
c10288541c
Greatly improve performance when many hidden panels are on-screen
Dean Herbert
·
2017-12-17 05:57:50 +09:00
54cc6fadf9
Improve performance with large numbers of panels visible
Dean Herbert
·
2017-12-17 04:30:56 +09:00
5d7413f19c
Better choose new selection when multiple items are removed including current
Dean Herbert
·
2017-12-16 17:32:21 +09:00
bd9056c709
Ensure correct selection after deletion of currently selected
Also fixes a lot of bad interactions and simplifies further.
Dean Herbert
·
2017-12-16 16:18:44 +09:00
3c406662ed
Add tests for (and fix) removal of last item in carousel
Dean Herbert
·
2017-12-16 00:33:09 +09:00
a8a2c233a0
Add sorting support
Dean Herbert
·
2017-12-15 14:36:51 +09:00
67f05977ea
Initial carousel infrastructue changes
Dean Herbert
·
2017-12-15 14:36:51 +09:00
78dd975a35