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 02:31:18 +08:00
Code
Issues
Releases
Wiki
Activity
31,178
Commits
4
Branches
796
Tags
e465afa280e0ffa8b1df719bf913efe417a04568
Commit Graph
3097 Commits
Merge branch 'master' into beatmap-track-rework
Dean Herbert
·
2020-08-14 20:02:43 +09:00
e465afa280
Merge branch 'master' into delay-beatmap-load
Dan Balasescu
·
2020-08-14 15:09:30 +09:00
626cd4042f
Merge pull request
#9843
from smoogipoo/fix-playlist-mods
Dean Herbert
·
2020-08-14 11:11:13 +09:00
2c6afce524
Fix playlist items sharing mod instances
smoogipoo
·
2020-08-13 19:48:41 +09:00
0500d82b5b
Fix mods sharing bindable instances
smoogipoo
·
2020-08-13 19:48:31 +09:00
3cb22fad82
Merge branch 'master' into beatmap-track-rework
Dean Herbert
·
2020-08-13 17:56:50 +09:00
9e7a28002d
Add coverage of early exit with null and non-null player
Dean Herbert
·
2020-08-13 13:05:13 +09:00
cf9bda6c19
Remove weird "after load" action
This was pretty pointless anyway and from its usages, doesn't look to need to exist.
Dean Herbert
·
2020-08-13 13:03:18 +09:00
fd7bf70b7d
Add missing null checks and avoid cross-test pollution
Dean Herbert
·
2020-08-13 12:53:37 +09:00
5b536aebe7
Fix incorrect BeatmapManager construction
smoogipoo
·
2020-08-13 00:29:23 +09:00
91e28b849d
Merge branch 'update-framework' into beatmap-track-rework
Dean Herbert
·
2020-08-12 23:35:46 +09:00
429ad783cf
Naming adjustments
Andrei Zavatski
·
2020-08-12 11:24:26 +03:00
f3202fb123
Merge remote-tracking branch 'refs/remotes/ppy/master' into dashboard-news
Andrei Zavatski
·
2020-08-11 20:14:52 +03:00
fdfda453c7
More cleanups
smoogipoo
·
2020-08-12 00:48:38 +09:00
070d71ec27
Cleanup TestSceneScreenNavigation
smoogipoo
·
2020-08-11 13:14:20 +09:00
6aafb3d271
Remove more local music controller caches
smoogipoo
·
2020-08-11 13:11:59 +09:00
322d08af1b
Remove locally-cached music controller
smoogipoo
·
2020-08-11 12:27:32 +09:00
20197e2768
Merge pull request
#9633
from Joehuu/fix-keybind-clearing
Dean Herbert
·
2020-08-11 11:01:03 +09:00
dd2f677aa4
Fix test not having a long enough track
smoogipoo
·
2020-08-07 23:08:51 +09:00
2351701ade
Rename method
smoogipoo
·
2020-08-07 22:31:41 +09:00
e87f50f74f
Fix using the wrong music controller instance
smoogipoo
·
2020-08-07 22:06:04 +09:00
d1765c8a45
Fix possibly setting null track
smoogipoo
·
2020-08-07 22:05:58 +09:00
b6fb7a0d39
Update inspections
smoogipoo
·
2020-08-07 20:51:56 +09:00
5002d69f69
Ensure CurrentTrack is never null
smoogipoo
·
2020-08-07 19:43:16 +09:00
61b632516e
Implement HomeShowMoreNewsPanel
Andrei Zavatski
·
2020-08-07 13:18:31 +03:00
cddd4f0a97
Implement HomeNewsGroupPanel
Andrei Zavatski
·
2020-08-07 12:59:45 +03:00
76d35a7667
Implement HomeNewsPanel component
Andrei Zavatski
·
2020-08-07 11:33:02 +03:00
2e0f567d5d
Pass track from Player to components
smoogipoo
·
2020-08-06 18:31:08 +09:00
2e3ecf71c7
Expose track from MusicController
smoogipoo
·
2020-08-06 16:24:14 +09:00
5c05fe3988
Move track to MusicController, compiles
smoogipoo
·
2020-08-06 16:24:14 +09:00
6e42b8219c
Fix tests
Dean Herbert
·
2020-08-04 21:16:59 +09:00
d7e82efb67
Merge remote-tracking branch 'refs/remotes/ppy/master' into dashboard-beatmap-panel
Andrei Zavatski
·
2020-08-03 09:54:47 +03:00
057d6f03e5
Merge branch 'master' into fix-keybind-clearing
Dan Balasescu
·
2020-08-03 15:26:09 +09:00
6511d6416b
Re-privatise buttons
smoogipoo
·
2020-08-03 15:25:23 +09:00
435c9de8b9
Merge branch 'master' into news
Dean Herbert
·
2020-08-03 14:16:45 +09:00
4189e918a3
Add failing test for another regressing behavior
Joehu
·
2020-08-02 12:47:23 -07:00
d49e54deb6
Add test for clear button
Joehu
·
2020-08-02 12:41:35 -07:00
ba77fa2945
Rename namespace from Dashboard to Home
Andrei Zavatski
·
2020-08-02 21:47:09 +03:00
dc559093cd
Rework padding
Andrei Zavatski
·
2020-08-02 21:44:34 +03:00
bddc61756a
Implement DashboardBeatmapListing component
Andrei Zavatski
·
2020-08-01 07:04:39 +03:00
b5f688e63a
Implement DashboardPopularBeatmapPanel component
Andrei Zavatski
·
2020-08-01 06:23:06 +03:00
7624804edf
Implement DashboardNewBeatmapPanel component
Andrei Zavatski
·
2020-08-01 06:14:24 +03:00
ce47a34991
Implement DashboardBeatmapPanel component
Andrei Zavatski
·
2020-08-01 06:00:24 +03:00
74f70136fd
Merge branch 'master' into multi-position
Dan Balasescu
·
2020-07-31 23:10:25 +09:00
d63f040477
Merge branch 'master' into multi-pagination
Dean Herbert
·
2020-07-31 22:41:24 +09:00
909b38a019
Post-process responses to populate positions
smoogipoo
·
2020-07-31 22:36:44 +09:00
4f3795486d
Rewrite test scene and add more tests
smoogipoo
·
2020-07-31 21:39:50 +09:00
f1e721e396
Split out index-only response
smoogipoo
·
2020-07-31 17:40:58 +09:00
88e179d8aa
Merge master with conflicts resolved
Andrei Zavatski
·
2020-07-30 08:41:45 +03:00
e1856503c2
Update ShowMoreButton in line with web
Andrei Zavatski
·
2020-07-30 04:51:09 +03:00
d4496eb982
First
Previous
1
2
3
4
5
...
Next
Last