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 08:49:54 +08:00
Code
Issues
Releases
Wiki
Activity
19,824
Commits
4
Branches
800
Tags
6539c6da170a3202fbb2818ec96b184e3a97a5ea
Commit Graph
3466 Commits
Added download button animations
DrabWeb
·
2017-05-19 19:02:53 -03:00
6cc7602db1
Fix ranked status dropdown expanding below the panels
DrabWeb
·
2017-05-19 18:54:47 -03:00
649fc8362b
Proper dropdown expansion, DisplayModeToggleButton -> DisplayStyleToggleButton
DrabWeb
·
2017-05-19 18:32:04 -03:00
2f10b72cb2
Added switching between grid/list and little transitions for the panels
DrabWeb
·
2017-05-19 17:52:34 -03:00
05b8fc5126
Remove duplicate code in SettingsEnumDropdown
DrabWeb
·
2017-05-19 17:04:59 -03:00
1d61fc84c7
Indentation
DrabWeb
·
2017-05-19 16:22:54 -03:00
1bd13a8361
More cleanup
DrabWeb
·
2017-05-19 16:19:23 -03:00
74ed4cf0e3
Move constructor above methods in DirectPanel
DrabWeb
·
2017-05-19 16:12:47 -03:00
6eac19e76b
DifficultyIcons -> GetDifficultyIcons()
DrabWeb
·
2017-05-19 16:11:45 -03:00
c3d753a585
Remove enclosing background container
DrabWeb
·
2017-05-19 16:07:05 -03:00
a86d07cac7
+BeatmapOnlineInfo, +OnlineWorkingBeatmap, minor cleanups, panel beatmap backgrounds
DrabWeb
·
2017-05-19 15:43:18 -03:00
e1c4c36122
Merge remote-tracking branch 'refs/remotes/ppy/master' into ingame_options
EVAST9919
·
2017-05-19 19:49:48 +03:00
9f803de9d5
Oops
Dean Herbert
·
2017-05-20 01:14:51 +09:00
a34d9d8b09
Clean up DirectPanel and it's subclasses
DrabWeb
·
2017-05-19 12:52:23 -03:00
3b8cadd4df
Merge branch 'master' into debug-config-rename
Dean Herbert
·
2017-05-20 00:45:16 +09:00
9c9c0a64fd
Merge branch 'master' into osd-fixes
Dan Balasescu
·
2017-05-20 00:12:10 +09:00
7e8ffe8f34
FrameworkDebugConfig -> DebugSetting
Dean Herbert
·
2017-05-19 22:53:26 +09:00
528d79be51
Correctly display default audio device on OSD
Dean Herbert
·
2017-05-19 22:51:09 +09:00
0332348b24
Add padding to setting value on on screen display
Long audio device names were destroying all padding.
Dean Herbert
·
2017-05-19 22:49:47 +09:00
5bcef91b89
Add setting checkbox to toggle debug logs
Dean Herbert
·
2017-05-19 22:47:15 +09:00
04f7acb68a
use AddTabItem instead + Bindable for ChannelSelectorTabItem
Jorolf
·
2017-05-19 11:59:23 +02:00
94484974f9
Result counts displaying
DrabWeb
·
2017-05-18 17:43:39 -03:00
a5fa7e1a7d
Remove commented line
DrabWeb
·
2017-05-18 17:13:53 -03:00
1d1375c4d4
Fix incorrect height between sort tabs and ruleset toggle buttons
DrabWeb
·
2017-05-18 17:12:57 -03:00
ca6826f3ba
Fix visual test crash
DrabWeb
·
2017-05-18 16:54:50 -03:00
c8102db780
Fix ruleset toggle buttons not updating when changing from the toolbar
DrabWeb
·
2017-05-18 16:34:34 -03:00
065f4faa70
ModeToggleButton -> RulesetToggleButton
DrabWeb
·
2017-05-18 16:17:16 -03:00
0b480fe327
Added displaying sets
DrabWeb
·
2017-05-18 16:15:49 -03:00
c2880676db
Mapper -> Author, use BeatmapSetInfo for metadata
DrabWeb
·
2017-05-18 15:01:01 -03:00
c3fb1ab7c6
Added result counts (visually)
DrabWeb
·
2017-05-18 14:08:14 -03:00
ab1401054d
More cleanup
DrabWeb
·
2017-05-18 13:57:19 -03:00
9f36a39c59
usage of constant and formatting
Jorolf
·
2017-05-18 17:02:11 +02:00
0e3fb55d5e
Added temporary difficulties on the panels
DrabWeb
·
2017-05-17 18:42:40 -03:00
b26c8dd1c7
Design updates
DrabWeb
·
2017-05-17 18:10:29 -03:00
b3ef8b8fd4
Changed DirectPanel to a base class for DirectGridPanel and DirectListPanel
DrabWeb
·
2017-05-17 18:02:33 -03:00
cabfe72c92
Tidy up DrawableChannel.
Huo Yaoyuan
·
2017-05-18 04:08:47 +08:00
ffbab6bfeb
Basic direct panel, minor cleanups
DrabWeb
·
2017-05-17 16:37:34 -03:00
5fb445e3fe
add tab item
Jorolf
·
2017-05-17 21:16:53 +02:00
67806c4247
Use GroupBy in ChatOverlay.
Huo Yaoyuan
·
2017-05-18 02:40:36 +08:00
23e2d3ef07
Expire placeholder text.
Huo Yaoyuan
·
2017-05-18 02:40:29 +08:00
b5d7211cd6
CI fixes
EVAST9919
·
2017-05-17 17:14:09 +03:00
a21343da23
Merge remote-tracking branch 'refs/remotes/ppy/master' into ingame_options
EVAST9919
·
2017-05-17 17:14:00 +03:00
eec813ad65
Fix CI warning
Dean Herbert
·
2017-05-17 22:13:56 +09:00
d606b5b3a7
Merge remote-tracking branch 'refs/remotes/ppy/master' into ingame_options
EVAST9919
·
2017-05-17 16:12:38 +03:00
e785f1ddf1
Moved collectionsDropdown to it's own class
EVAST9919
·
2017-05-17 15:32:16 +03:00
fd2150aa49
Added osu!direct header and filter control
DrabWeb
·
2017-05-17 05:58:34 -03:00
9ba356f2c6
Moved music controller buttons to it's own class
EVAST9919
·
2017-05-17 10:36:24 +03:00
5fb8830e3a
Fix channels being unnecessarily recycled on disconnect
Resolves
#768
Dean Herbert
·
2017-05-17 12:42:02 +09:00
231f7939a6
Use generic IEqutable to avoid typeless Equals.
Huo Yaoyuan
·
2017-05-16 21:49:38 +08:00
f1d5a92950
Use IsAssignableFrom.
Huo Yaoyuan
·
2017-05-16 21:04:54 +08:00
b9a40a841b
First
Previous
...
52
53
54
55
56
...
Next
Last