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-17 06:32:36 +08:00
Code
Issues
Releases
Wiki
Activity
35,756
Commits
4
Branches
791
Tags
924af58f5b1ba2b5fcdaa00a79db21ce6c19bceb
Commit Graph
401 Commits
Add the ability to import into ArchiveModelManagers from a stream
Dean Herbert
·
2020-12-07 18:09:18 +09:00
eb38bc4b4c
Check state instead of alpha in tests
Joehu
·
2020-12-06 13:18:19 -08:00
15e0ea332b
Rename PaginatedContainerHeader to ProfileSubsectionHeader
Andrei Zavatski
·
2020-11-21 02:59:01 +03:00
c4cb1440ab
Simplify input buttons/keys in tests
Joehu
·
2020-11-09 14:18:20 -08:00
ef3c918a3c
Use BindableList<T>
Andrei Zavatski
·
2020-10-28 19:44:13 +03:00
4f6081c7f3
Use char instead of sting for request parameter creation
Andrei Zavatski
·
2020-10-27 23:57:11 +03:00
c4efceceb2
Implement filtering by rank achieved
Andrei Zavatski
·
2020-10-27 23:14:48 +03:00
008d1d697c
Implement BeatmapSearchMultipleSelectionFilterRow
Andrei Zavatski
·
2020-10-27 22:27:29 +03:00
1710b396e7
Add ability to search by play criteria
Andrei Zavatski
·
2020-10-27 21:30:53 +03:00
1b40b56d41
Implement BeatmapSearchExtraFilterRow
Andrei Zavatski
·
2020-10-27 21:22:20 +03:00
26a60d898c
Merge branch 'master' into mod-customisation-absorb-mouse-input
Bartłomiej Dach
·
2020-10-15 00:40:27 +02:00
c3f1a30447
Fix MultiMod throwing exceptions when creating copies
smoogipoo
·
2020-10-14 18:12:19 +09:00
f04aec538f
Test Class Fixes
Leon Gebler
·
2020-10-13 19:20:15 +02:00
28d3295f9f
CodeAnalysis fixes
Leon Gebler
·
2020-10-12 15:58:34 +02:00
7df9282727
Add testing for clicking mods through customisation menu
Leon Gebler
·
2020-10-12 14:41:05 +02:00
8768891b12
Add the most basic implementation of LabelledSliderBar feasible
Dean Herbert
·
2020-10-06 17:26:06 +09:00
87bf3bdc16
Merge pull request
#10082
from EVAST9919/profile-sections-update
Update section headers in ProfileOverlay in line with web
Dan Balasescu
·
2020-09-11 14:53:17 +09:00
54520faa7e
Add regression test coverage
Bartłomiej Dach
·
2020-09-11 00:12:05 +02:00
97690c818c
Merge remote-tracking branch 'refs/remotes/ppy/master' into profile-sections-update
Andrei Zavatski
·
2020-09-10 20:23:02 +03:00
e5d0f3b657
Implement PaginatedContainerWithHeader component
Andrei Zavatski
·
2020-09-07 23:08:50 +03:00
e39609d3ca
Implement PaginatedContainerHeader component
Andrei Zavatski
·
2020-09-07 22:13:29 +03:00
3a24cc1aa9
Remove now-redundant test case
Salman Ahmed
·
2020-09-04 10:24:54 +03:00
0500f24a1d
Merge branch 'master' into beatmap-track-rework
Dean Herbert
·
2020-08-14 20:02:43 +09:00
e465afa280
Fix mods sharing bindable instances
smoogipoo
·
2020-08-13 19:48:31 +09:00
3cb22fad82
Fix incorrect BeatmapManager construction
smoogipoo
·
2020-08-13 00:29:23 +09:00
91e28b849d
Remove more local music controller caches
smoogipoo
·
2020-08-11 13:11:59 +09:00
322d08af1b
Fix test not having a long enough track
smoogipoo
·
2020-08-07 23:08:51 +09:00
2351701ade
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
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
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 grey-logo-animation
Dean Herbert
·
2020-07-27 14:10:52 +09:00
c1b9b847ec
rename classes
jorolf
·
2020-07-22 22:10:59 +02:00
50f72ac9cb
Apply suggestions
Andrei Zavatski
·
2020-07-21 22:56:44 +03:00
ad9492804a
Make content side padding adjustable for OverlayHeader
Andrei Zavatski
·
2020-07-21 20:02:22 +03:00
e96f8f1cb6
Merge pull request
#9571
from smoogipoo/fix-mod-selection
Dean Herbert
·
2020-07-16 16:04:43 +09:00
61b298d74d
Add test
smoogipoo
·
2020-07-15 19:45:48 +09:00
1a6ae3194e
Merge branch 'master' into logo-shader
Dean Herbert
·
2020-07-15 19:06:35 +09:00
fe68e8276d
Add second layer to test scene
Dean Herbert
·
2020-07-15 18:48:20 +09:00
19ab973bb9
Refactor LoadRepliesButton to inherit LoadingButton
Andrei Zavatski
·
2020-07-14 15:02:29 +03:00
4c2294f0cd
Rename arrow direction method
Andrei Zavatski
·
2020-07-14 03:01:14 +03:00
56349e65f3
Merge remote-tracking branch 'refs/remotes/ppy/master' into comments-buttons
Andrei Zavatski
·
2020-07-14 02:46:29 +03:00
f6e4ecd960
Implement RankingsSortTabControl component
Andrei Zavatski
·
2020-07-13 01:22:05 +03:00
6eec2f9429
First
Previous
1
2
3
4
5
...
Next
Last