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-09 06:53:40 +08:00
Code
Issues
Releases
Wiki
Activity
7,345
Commits
4
Branches
802
Tags
e051bcc6dfd1895bbbca61dac269a5e59e1cf2bd
Commit Graph
706 Commits
And then everything became one
Dean Herbert
·
2017-09-19 16:06:58 +09:00
6d3d485565
Ensure an OnlineBeatmapID is present before attempting API requests
Dean Herbert
·
2017-09-15 12:44:48 +09:00
b72921b30e
Remove global OsuContextMenuContainer
Dean Herbert
·
2017-09-14 15:41:32 +09:00
396a56ddf4
Update code to support new inspectcode analysis rules
Dean Herbert
·
2017-09-14 12:58:32 +09:00
b1145272d1
Merge remote-tracking branch 'origin/master' into blending-equations
# Conflicts: # osu-framework
smoogipooo
·
2017-09-11 15:02:12 +09:00
58c875bdca
Merge remote-tracking branch 'origin/master' into blending-equations
# Conflicts: # osu-framework
smoogipooo
·
2017-09-11 02:42:23 +09:00
cde22865b9
Merge branch 'master' into beatmap-details-rewrite
Dean Herbert
·
2017-09-10 11:26:00 +09:00
6d33e39c5e
CI fixes.
DrabWeb
·
2017-09-08 14:25:41 -03:00
d95940ed5e
Update visual test.
DrabWeb
·
2017-09-08 14:15:28 -03:00
ce68b6661e
CI fixes.
DrabWeb
·
2017-09-07 15:38:23 -03:00
55e8bdfb05
Cleanup, remove unneeded files.
DrabWeb
·
2017-09-07 15:21:18 -03:00
109531b66c
Adjust fail on missing logic to match original.
DrabWeb
·
2017-09-07 15:09:50 -03:00
2153865de5
Fix .00 being displayed for star difficulty when the value is 0.
DrabWeb
·
2017-09-07 15:01:31 -03:00
fd2700a5b4
Rewrite BeatmapDetails to be more modular for future code sharing.
DrabWeb
·
2017-09-07 14:53:53 -03:00
5e685ff5b1
Merge branch 'master' into leaderboard-scores
MrTheMake
·
2017-09-07 18:25:33 +02:00
a7f874e5b6
Update in line with framework changes.
smoogipooo
·
2017-09-07 22:46:21 +09:00
19db7a8f72
Merge remote-tracking branch 'origin/master' into new-menus
smoogipooo
·
2017-09-05 19:14:42 +09:00
5508fa0fd9
Update in-line with framework changes.
smoogipooo
·
2017-09-04 09:32:35 +09:00
57678a13d9
Fix ObjectDisposal exceptions due to lingering event binds
Dean Herbert
·
2017-09-04 08:21:07 +09:00
543a71efcc
Delete -> Hide
Dean Herbert
·
2017-09-04 07:59:32 +09:00
dd26c80837
Merge branch 'master' into song-select-context-menus
Dan Balasescu
·
2017-09-04 07:56:31 +09:00
19ad5d5328
Fix crash on random selection from a previously null selection
Dean Herbert
·
2017-09-01 18:44:51 +09:00
3ede685ee9
Correctly delay loading of PlaySongSelect-specific components
Dean Herbert
·
2017-09-01 18:22:38 +09:00
3d61cde266
Don't allow selection of a hidden beatmap
Dean Herbert
·
2017-09-01 18:13:21 +09:00
f9d02afb00
Add hiding support for beatmap difficulties
Dean Herbert
·
2017-09-01 17:57:12 +09:00
1f646e6d54
Add framework for deleting difficulties
Dean Herbert
·
2017-08-30 21:12:46 +09:00
3b4b4b669b
Use BeatmapSetInfo instead of WorkingBeatmap
Dean Herbert
·
2017-08-30 20:53:33 +09:00
2fb4126ffc
Add context menu to beatmap set header
Dean Herbert
·
2017-08-30 20:41:41 +09:00
07da29ea1c
Always load background and info wedge when no beatmap available.
Huo Yaoyuan
·
2017-08-28 17:53:57 +08:00
4aa5ce8b41
Merge branch 'master' into leaderboard-scores
MrTheMake
·
2017-08-19 00:00:40 +02:00
6d401b5f21
Add some comments explaining why the Track is being forcefully added to the TrackManager
Shane Woolcock
·
2017-08-18 18:01:18 +09:30
4901ac9e35
Merge branch 'master' into fix-track-not-resetting
Dean Herbert
·
2017-08-18 17:24:22 +09:00
ffc8f763e5
Merge branch 'master' into fix-ruleset-changing
Dan Balasescu
·
2017-08-18 13:40:52 +09:00
cc6a5824f0
Remove usage of HideOnEscape
Dean Herbert
·
2017-08-16 22:56:32 +09:00
7e21ddb5eb
Made modString private and moved the beatmap assignment inside GetScoresRequest
MrTheMake
·
2017-08-15 15:30:53 +02:00
105048500a
Remove all usage of DI to retrieve InputManager
Uses GetContainingInputManager instead, as per framework changes.
Dean Herbert
·
2017-08-15 14:30:50 +09:00
6ded194c53
Assign a score's beatmap and cleanup to the Score class
MrTheMake
·
2017-08-14 13:30:54 +02:00
920710e7d0
Fix leaderboard icons not displaying correctly
Dean Herbert
·
2017-08-14 12:52:20 +09:00
9e1ffa27dc
General formatting
MrTheMake
·
2017-08-14 00:27:54 +02:00
6b1184e8af
Suggested changes
MrTheMake
·
2017-08-13 19:54:07 +02:00
d9c26f98c7
Fix nullref in the leaderboard's test case
MrTheMake
·
2017-08-13 18:00:53 +02:00
e1e4eb78e3
Parse the mods of a leaderboard's score
MrTheMake
·
2017-08-13 17:41:13 +02:00
4c2d7bf343
Merge branch 'master' into fix-ruleset-changing
Dean Herbert
·
2017-08-13 11:14:41 +09:00
94b8d1de8b
Fix some formatting issues
Dean Herbert
·
2017-08-13 10:36:57 +09:00
fe2911f165
Selecting a beatmap set no longer updates the ruleset to the first map of that set (since it causes the carousel to refilter)
Shane Woolcock
·
2017-08-12 19:52:09 +09:30
096e574401
Ensure the Track for the selected beatmap is added to the TrackManager. Fixes the problem where a beatmap would be stuck at 100% if it is replayed.
Shane Woolcock
·
2017-08-11 17:26:30 +09:30
e48c5898bd
Move a lot of code to framework
Dean Herbert
·
2017-08-11 16:11:46 +09:00
48d4ed55e9
Move line inside if
Dean Herbert
·
2017-08-04 17:20:05 +09:00
e8021c2b92
Use removeAutoModOnResume as a field.
Huo Yaoyuan
·
2017-08-04 15:34:11 +08:00
74facb32b4
Merge branch 'master' into fixes
Huo Yaoyuan
·
2017-08-04 13:49:03 +08:00
62b3540fd6
First
Previous
1
2
3
4
5
...
Next
Last