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 23:30:51 +08:00
Code
Issues
Releases
Wiki
Activity
19,824
Commits
4
Branches
797
Tags
6539c6da170a3202fbb2818ec96b184e3a97a5ea
Commit Graph
4131 Commits
Merge branch 'master' into beatmap-detail-tabs
Dean Herbert
·
2017-03-23 14:26:00 +09:00
e77229b34b
Use const whenever possible.
Dean Herbert
·
2017-03-23 13:52:38 +09:00
681ed38941
Enforce readonly private members where possible.
Dean Herbert
·
2017-03-23 13:50:08 +09:00
54e1b24fe9
Formatting
DrabWeb
·
2017-03-23 01:35:55 -03:00
b8b45262c5
Even though it was 5 minutes ago what was I thinking
DrabWeb
·
2017-03-23 01:34:06 -03:00
67421cdf1c
Integration
DrabWeb
·
2017-03-23 01:19:29 -03:00
677b8afc1f
Cleanup
DrabWeb
·
2017-03-23 00:29:28 -03:00
87b8015e8f
Tab control
DrabWeb
·
2017-03-23 00:22:31 -03:00
c173c4b7ee
Formatting
DrabWeb
·
2017-03-22 09:33:01 -03:00
5ebbc2c0ba
SongProgress in HudOverlay
DrabWeb
·
2017-03-22 09:27:04 -03:00
818bdd8e88
Formatting
DrabWeb
·
2017-03-22 08:59:44 -03:00
333008e26d
License headers
DrabWeb
·
2017-03-22 08:54:21 -03:00
340ddb59cd
Merge
https://github.com/ppy/osu
into song-progress-graph
DrabWeb
·
2017-03-22 08:50:17 -03:00
29c54d4d8b
Fix usages of CircularContainer in line with framework changes.
Dean Herbert
·
2017-03-22 19:35:03 +09:00
fbe08436d2
Add correct lifetime expiry for leaderboard content
Dean Herbert
·
2017-03-22 09:07:02 +09:00
f3486b7288
Tidy up LeaderboardScore
Dean Herbert
·
2017-03-22 09:04:33 +09:00
7387dbd9fc
Make DrawableRank safer.
Dean Herbert
·
2017-03-22 08:32:28 +09:00
1699daaf7f
Merge branch 'master' into leaderboards
Dean Herbert
·
2017-03-22 08:24:49 +09:00
8983bbcaad
Fix typo in font name declaration.
Dean Herbert
·
2017-03-21 22:51:49 +09:00
0b2bb2ea0e
Hard-code text size in cases it wasn't set.
smoogipooo
·
2017-03-20 13:48:06 +09:00
d27f37beb5
Simplify fade out gradient code.
Dean Herbert
·
2017-03-19 21:49:29 +09:00
09bf014ded
Merge remote-tracking branch 'upstream/master' into DrabWeb/leaderboards
Dean Herbert
·
2017-03-19 18:51:53 +09:00
5d0adc6454
Inline single usage of EdgeEffect.
Dean Herbert
·
2017-03-19 18:51:40 +09:00
256a3268ac
Merge branch 'master' into fix-beatmap-options
Thomas Müller
·
2017-03-19 09:34:53 +01:00
44f71b3975
Adjust sizing a touch.
Dean Herbert
·
2017-03-19 16:34:29 +09:00
8cb334a118
-IHasDrawableRepresentation, User.Region -> Country
DrabWeb
·
2017-03-19 00:09:58 -03:00
b0e7296e25
FIx transition not always being correct.
Dean Herbert
·
2017-03-19 02:33:25 +09:00
3d8ec4fa05
Fix cursor being displayed during disclaimer.
Dean Herbert
·
2017-03-19 01:59:13 +09:00
3c7b4a8ffa
Use Colour for non-faded scores
DrabWeb
·
2017-03-18 01:56:19 -03:00
0bc8ed9c9e
Parenthesis
DrabWeb
·
2017-03-18 01:48:29 -03:00
e78069af12
Only calculate fade for fading leaderboard scores
DrabWeb
·
2017-03-18 01:44:05 -03:00
b9d5ab5d8c
Move ctor above methods
DrabWeb
·
2017-03-17 19:45:51 -03:00
fbb8e79f1a
Use LeaderboardScore height for fade
DrabWeb
·
2017-03-17 19:07:45 -03:00
137611ecf3
Formatting
DrabWeb
·
2017-03-17 18:29:55 -03:00
82c02fa1fc
Merge branch 'master' into leaderboards
Seth
·
2017-03-17 18:23:01 -03:00
4aea06be22
Merge
DrabWeb
·
2017-03-17 18:21:35 -03:00
27ab8e2e86
Made requested changes
DrabWeb
·
2017-03-17 18:16:59 -03:00
0834b5b794
Merge branch 'master' into song-select-loading-reoptimisation
Dan Balasescu
·
2017-03-18 02:12:56 +09:00
e529f5e439
Rename Criteria -> CreateCriteria and make into method.
smoogipooo
·
2017-03-18 02:11:14 +09:00
bcaf12e3d9
Merge branch 'master' into song-select-loading-reoptimisation
Dan Balasescu
·
2017-03-18 01:25:22 +09:00
cd30958086
Fix missing permitNulls.
Dean Herbert
·
2017-03-17 21:21:16 +09:00
3e3cde01ef
Add statefulness to MenuCursor.
Dean Herbert
·
2017-03-17 20:45:27 +09:00
f9f31ca092
Stop cursor moving when paused.
Dean Herbert
·
2017-03-17 20:45:27 +09:00
7110ab8e17
Add missing license header.
Dean Herbert
·
2017-03-17 20:44:02 +09:00
0a03bdc428
Preload song select from main menu.
Dean Herbert
·
2017-03-17 20:11:59 +09:00
6be80c95ae
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
First
Previous
...
69
70
71
72
73
...
Next
Last