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-23 11:40:28 +08:00
Code
Issues
Releases
Wiki
Activity
19,824
Commits
4
Branches
796
Tags
6539c6da170a3202fbb2818ec96b184e3a97a5ea
Commit Graph
1338 Commits
Made requested changes
DrabWeb
·
2017-03-17 18:16:59 -03:00
0834b5b794
Rename Criteria -> CreateCriteria and make into method.
smoogipooo
·
2017-03-18 02:11:14 +09:00
bcaf12e3d9
Fix missing permitNulls.
Dean Herbert
·
2017-03-17 21:21:16 +09:00
3e3cde01ef
Add missing license header.
Dean Herbert
·
2017-03-17 20:44:02 +09:00
0a03bdc428
Fix nullref.
Dean Herbert
·
2017-03-17 20:09:23 +09:00
c7fa79b027
Move filtering to BeatmapCarousel (but actual logic is now in FilterCriteria.
Dean Herbert
·
2017-03-17 19:54:51 +09:00
907236e475
CarouselContainer -> BeatmapCarousel.
Dean Herbert
·
2017-03-17 19:12:54 +09:00
4b97304603
Remove all external access to BeatmapGroup.
Dean Herbert
·
2017-03-17 19:12:15 +09:00
dc28f8c79e
Reorganise song select methods to allow for more flexibility.
Dean Herbert
·
2017-03-17 11:52:54 +09:00
9c664e5b05
Update TabControl in line with framework changes.
Dean Herbert
·
2017-03-17 00:39:40 +09:00
e78bcf8739
Merge branch 'master' into beatmap_timinginfo
Dean Herbert
·
2017-03-16 23:08:24 +09:00
60fc782e93
Make everything share DropDown implementations again. Remove unnecessary files.
Dean Herbert
·
2017-03-16 21:17:14 +09:00
110bdbd0c1
AlwaysReceiveInput and InternalContains.
Dean Herbert
·
2017-03-16 17:38:36 +09:00
ab8a5afdb9
Replace List<ControlPoint> with TimingInfo in Beatmap.
smoogipooo
·
2017-03-16 17:11:24 +09:00
5137338c7c
Fix CI.
Dean Herbert
·
2017-03-16 17:04:03 +09:00
e17f728282
Size FilterControl relatively now that we can.
Dean Herbert
·
2017-03-16 17:01:02 +09:00
1a7c2eda5e
Add back correct defaults.
Dean Herbert
·
2017-03-16 16:44:14 +09:00
bd5493fb25
Tidy up OsuTabControl and FilterControl.
Dean Herbert
·
2017-03-16 16:35:44 +09:00
334e389518
Block input behind FilterControl.
Dean Herbert
·
2017-03-16 14:33:31 +09:00
4bedd4d2d7
fixup! Filter doesn't need to be public, nor have a property.
Dean Herbert
·
2017-03-16 14:23:48 +09:00
da6b98db10
Reword some comments.
Dean Herbert
·
2017-03-16 14:08:37 +09:00
269c1a5e5c
Filter doesn't need to be public, nor have a property.
Dean Herbert
·
2017-03-16 14:08:29 +09:00
352de22590
Change difficulty sort to be based on MaxStarDifficulty.
Dean Herbert
·
2017-03-16 13:59:23 +09:00
4d84bf7350
Index -> Rank + some formatting.
Dean Herbert
·
2017-03-16 13:15:06 +09:00
ff37d2da03
Isolate leaderboard retrieval code into its own method.
Dean Herbert
·
2017-03-16 12:56:59 +09:00
8e5d83b857
Merge branch 'master' into leaderboards
Dean Herbert
·
2017-03-16 11:12:53 +09:00
a22b34817c
Refactor color handling
colour*
Drew DeVault
·
2017-03-15 20:52:31 -04:00
01cca1a4d2
Don't crash on unimplemented sorts
Drew DeVault
·
2017-03-15 20:18:20 -04:00
db5a1e241a
Rearrange things somewhat
Drew DeVault
·
2017-03-15 20:15:40 -04:00
3aecbf5739
Merge remote-tracking branch 'upstream/master' into tab-control
Drew DeVault
·
2017-03-15 20:15:28 -04:00
cac6c42aac
Move fade start out of loop
DrabWeb
·
2017-03-15 14:00:31 -03:00
cf81467e13
Fading
DrabWeb
·
2017-03-15 13:57:41 -03:00
cd37ebdff2
Formatting
DrabWeb
·
2017-03-15 08:53:36 -03:00
efd617dd34
Adjust delays to start at 0
DrabWeb
·
2017-03-15 08:51:07 -03:00
20685d51cd
Remove schedules
DrabWeb
·
2017-03-15 08:49:17 -03:00
847d485d5f
LeaderboardScore state, initial delay handled by leaderboard
DrabWeb
·
2017-03-15 08:44:29 -03:00
aea9a7b795
Badge -> Team
DrabWeb
·
2017-03-15 08:09:44 -03:00
7572947214
Merge branch 'master' into beatmap_parsing
Dan Balasescu
·
2017-03-15 19:29:45 +09:00
a3906820ec
Make a few more strings literals.
Dean Herbert
·
2017-03-15 19:21:55 +09:00
56868e3c06
Add cancellation support for API requests.
Dean Herbert
·
2017-03-15 18:07:26 +09:00
1855f48997
Add leaderboard to song select.
Dean Herbert
·
2017-03-15 17:11:08 +09:00
295f821025
Add fade out of previously displayed scores.
Dean Herbert
·
2017-03-15 17:10:54 +09:00
4f95378f27
Remove Alpha 0.001 hack.
Dean Herbert
·
2017-03-15 17:07:56 +09:00
78efecb89d
Add null-checks and fallbacks to make display work with current API version.
Dean Herbert
·
2017-03-15 15:22:46 +09:00
775a86e798
Remove a lot of customisation from Avatar (and add it in individual usages).
Dean Herbert
·
2017-03-15 15:22:28 +09:00
1ae4c2dfbb
Use fixed-width for score display.
Dean Herbert
·
2017-03-15 15:21:07 +09:00
7bc0a1fdfe
Add some padding to leaderboard.
Dean Herbert
·
2017-03-15 14:42:56 +09:00
dfc4bccbe0
Scores should be enumerable.
Dean Herbert
·
2017-03-15 14:38:38 +09:00
c1f56c7c0e
Add a left content area to song select.
Dean Herbert
·
2017-03-15 14:34:19 +09:00
15e713899d
Rename ScoreRanks to be in line with current API.
Dean Herbert
·
2017-03-15 13:55:29 +09:00
d96a78459d
First
Previous
...
19
20
21
22
23
...
Next
Last