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-06-02 10:50:55 +08:00
Code
Issues
Releases
Wiki
Activity
61,410
Commits
4
Branches
800
Tags
1bfe5a18cb94de911bb6ecf445abc8d32fe254ca
Commit Graph
941 Commits
Fix wrong index offset
EVAST9919
·
2017-11-07 14:30:44 +03:00
13cc1fcc92
Simplify moving ball behaviour
EVAST9919
·
2017-11-07 13:43:02 +03:00
8e806cd11c
Apply suggested changes
EVAST9919
·
2017-11-07 12:19:23 +03:00
5946585a6f
Undo some useless changes
EVAST9919
·
2017-11-07 03:44:21 +03:00
1b0e7e7145
Use null propagation
EVAST9919
·
2017-11-07 03:26:47 +03:00
60e6177b7f
Don't show graph at all if there's no data to use
EVAST9919
·
2017-11-07 03:16:27 +03:00
1063e18566
CI fixes
EVAST9919
·
2017-11-07 03:05:12 +03:00
461baf3b97
Remove useless calls
EVAST9919
·
2017-11-07 02:53:07 +03:00
28167388d6
Rank Line Graph improvements
EVAST9919
·
2017-11-07 02:39:48 +03:00
d10dcd82bc
CI fix
EVAST9919
·
2017-11-06 22:18:37 +03:00
a12052ac51
Add (temporarily?) subrequest for each item to provide correct beatmap information
EVAST9919
·
2017-11-06 22:05:04 +03:00
5d846bff7b
Apply suggestion concerning the BeatmapSetType enum
EVAST9919
·
2017-11-06 21:46:28 +03:00
b8b5c67cd2
Remove useless variable
EVAST9919
·
2017-11-04 18:38:02 +03:00
729777a7e0
Add "Ranked & Approved Beatmaps" section
EVAST9919
·
2017-11-04 00:53:58 +03:00
48c39b1d19
Add Favourite Beatmaps section in UserProfileOverlay
EVAST9919
·
2017-11-03 20:25:21 +03:00
761d885167
Fix test not working due to null refs
Dean Herbert
·
2017-10-30 20:55:23 +09:00
d871c3fdda
Add some sanity to request/drawable creation logic
Dean Herbert
·
2017-10-30 19:40:42 +09:00
1ae0eff6ad
Remove unnecessary schedule
Dean Herbert
·
2017-10-30 19:16:16 +09:00
a51e64b2d1
Make DrawableScore abstract and move shared class to own file
Dean Herbert
·
2017-10-30 19:15:19 +09:00
069f4b1fcf
Fix user bindable being assigned rather than bound
Dean Herbert
·
2017-10-30 19:08:15 +09:00
096998d5f4
ScoreContainer -> PaginatedScoreContainer
Dean Herbert
·
2017-10-30 19:06:40 +09:00
b660366d96
Move pp score representation to own file
Dean Herbert
·
2017-10-30 19:05:13 +09:00
dce7d1c910
remove redundant stuff
Jorolf
·
2017-10-25 20:15:45 +02:00
b2c3ba05d7
remove inner classes and make User property a bindable
Jorolf
·
2017-10-25 20:07:12 +02:00
0449639f41
remove unused parameters
Jorolf
·
2017-10-24 20:56:05 +02:00
a2dfef301a
don't use c# 7 feature
Jorolf
·
2017-10-24 20:46:15 +02:00
f65d4b626e
show recent scores
Jorolf
·
2017-10-24 20:31:38 +02:00
aadc699e73
CI fixes.
Huo Yaoyuan
·
2017-10-15 16:53:30 +08:00
06fe874594
Use format string for double instead of Math.Round.
Huo Yaoyuan
·
2017-10-15 16:44:15 +08:00
9b3676c562
Use localisation engine instead of asking current culture directly.
Huo Yaoyuan
·
2017-10-15 16:30:52 +08:00
192ebe776f
Construct DwarableScore using null weight.
Huo Yaoyuan
·
2017-10-15 16:15:35 +08:00
bed5a64ee2
Allow scores to open beatmap overlay
Reshuffles depth of beatmap and profile overlays for now.
Dean Herbert
·
2017-10-13 20:09:03 +09:00
15373c71b6
Move ModIcon tooltip to base implementation
Dean Herbert
·
2017-10-13 19:14:43 +09:00
ead88224c5
Make weight nullable rather than using weird negative defaults
Dean Herbert
·
2017-10-13 19:02:50 +09:00
146d800bda
Merge remote-tracking branch 'upstream/master' into ranks-section
Dean Herbert
·
2017-10-13 18:49:05 +09:00
520b806305
Move font and text size to class ProfileLink class
Dean Herbert
·
2017-10-13 17:03:31 +09:00
070aceef1e
Apply suggestions
EVAST9919
·
2017-10-11 15:20:23 +03:00
82b333740d
Add tooltip to username in the profile overlay
EVAST9919
·
2017-10-09 21:12:04 +03:00
d1f02538cb
some more unused stuff
Jorolf
·
2017-09-21 22:28:15 +02:00
9ee824ee66
remove some redundant stuff
Jorolf
·
2017-09-21 22:15:42 +02:00
14b8e9fd77
make pagination work and remove duplication in RanksSection
Jorolf
·
2017-09-21 22:07:23 +02:00
72141935e8
Merge branch 'master' of git://github.com/ppy/osu into ranks-section
Jorolf
·
2017-09-19 21:26:05 +02:00
5b90f45691
Add API retrieval support
Dean Herbert
·
2017-09-14 20:08:07 +09:00
98b847b025
Merge remote-tracking branch 'upstream/master' into ranks-section
Dean Herbert
·
2017-09-14 18:52:44 +09:00
9c4876d135
Update to support newer return structure from osu-web API
Dean Herbert
·
2017-09-14 18:08:12 +09:00
7cd6caacaa
Fix typo in user profile header
Replays watched, not replay watched.
Dean Herbert
·
2017-09-13 15:21:04 +09:00
7681d97f10
I hope this works
Jorolf
·
2017-08-09 22:58:06 +02:00
15e4e487e2
move another thing to LoadComplete instead of the constructor
Jorolf
·
2017-08-09 22:37:05 +02:00
acc9b20b0f
update TestCase
Jorolf
·
2017-08-09 19:26:27 +02:00
c877a5a8b7
fix CI issues
Jorolf
·
2017-08-09 18:57:55 +02:00
c2c9095b02
First
Previous
...
15
16
17
18
19
Next
Last