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-25 13:28:17 +08:00
Code
Issues
Releases
Wiki
Activity
61,410
Commits
4
Branches
796
Tags
1bfe5a18cb94de911bb6ecf445abc8d32fe254ca
Commit Graph
9126 Commits
Add expanding options sidebar
Drew DeVault
·
2016-11-08 23:36:06 -05:00
676cdc44b2
Wire up all of the boolean options
Drew DeVault
·
2016-11-08 23:17:08 -05:00
3ad633f363
Use margin instead of padding so mouseDown events on the sidebar buttons don't interrupt scrolling.
Dean Herbert
·
2016-11-09 12:32:38 +09:00
04fa1f897e
Don't derive ScrollContainer unnecessarily.
Dean Herbert
·
2016-11-09 12:10:22 +09:00
d41d7b8e9a
Merge remote-tracking branch 'refs/remotes/upstream/master' into options-fixes
Dean Herbert
·
2016-11-09 11:41:36 +09:00
d70e8806b4
Remove unused constant.
Dean Herbert
·
2016-11-08 20:35:21 +09:00
28a94e2df1
Fix paddings, transitions, const variable names.
Dean Herbert
·
2016-11-08 20:23:18 +09:00
3ef26a6bf0
Handle sidebar buttons onClick not onMouseDown.
Dean Herbert
·
2016-11-08 19:18:31 +09:00
89b11ed099
OptionsSideNav -> OptionsSidebar.
Dean Herbert
·
2016-11-08 19:17:09 +09:00
8c68f9ba93
Max sidebar draggable.
Dean Herbert
·
2016-11-08 19:16:39 +09:00
3b0114671e
Use preload for options (fix icons).
Dean Herbert
·
2016-11-08 18:49:20 +09:00
30323876a8
Updates.
Dean Herbert
·
2016-11-08 18:33:31 +09:00
a851d7b44f
Merge remote-tracking branch 'refs/remotes/upstream/master' into generic-container
Dean Herbert
·
2016-11-08 18:29:21 +09:00
c36b54b35a
Wire up alternative chat font
Drew DeVault
·
2016-11-07 22:37:21 -05:00
743c1bde58
Wire up one of the settings to the config
One step at a time, right
Drew DeVault
·
2016-11-07 22:36:24 -05:00
1bca78f4b6
Remove unnecessary TODO
Drew DeVault
·
2016-11-07 22:28:02 -05:00
fbbd05e606
Say NO to RelativeSizeAxes = Both
Drew DeVault
·
2016-11-07 22:19:02 -05:00
a6593505b3
Rearrange some options a bit, update framework
Drew DeVault
·
2016-11-07 22:15:48 -05:00
4d04eb6fb1
Remove unused using statements
Drew DeVault
·
2016-11-07 21:28:06 -05:00
cbbac0565f
Rearrange options namespaces
Drew DeVault
·
2016-11-07 21:24:41 -05:00
1ce6a7285a
Refactor how the sidebar buttons are created/used
Drew DeVault
·
2016-11-07 18:04:49 -05:00
b2bbdfa284
Implement scrolling to each section
Drew DeVault
·
2016-11-07 17:07:55 -05:00
e6c3fc1091
More robust metadata handling.
Huo Yaoyuan
·
2016-11-07 23:12:49 +08:00
ef5968e243
Fix corner case when shuffling.
Huo Yaoyuan
·
2016-11-07 23:06:14 +08:00
fd977cacb3
Shuffle playlist.
Huo Yaoyuan
·
2016-11-07 22:12:58 +08:00
02b903f1ea
Don't play transition if audio equals.
Huo Yaoyuan
·
2016-11-07 21:58:30 +08:00
dc347a74f5
AudioEquals method for BeatmapInfo.
Huo Yaoyuan
·
2016-11-07 21:52:23 +08:00
c59cad2478
Make external changes into history.
Huo Yaoyuan
·
2016-11-07 21:30:25 +08:00
d1f64cfbfc
Use play history for back and forward.
Huo Yaoyuan
·
2016-11-07 21:25:37 +08:00
ad1dccf6ce
Add a list for play history.
Huo Yaoyuan
·
2016-11-07 20:57:33 +08:00
644e337cf6
Support generic FlowContainer.
Dean Herbert
·
2016-11-07 21:17:29 +09:00
d57d5daac9
Initial updates to make generic containers work.
Dean Herbert
·
2016-11-07 21:13:56 +09:00
a61fb5ef5d
Block click and drag at MusicController level.
Huo Yaoyuan
·
2016-11-07 20:07:45 +08:00
c272041f37
Update FontAwesome usage.
Huo Yaoyuan
·
2016-11-07 19:00:20 +08:00
736079a60d
Merge branch 'master'
Huo Yaoyuan
·
2016-11-07 18:58:35 +08:00
8037f1233f
Update FontAwesome definitions.
Dean Herbert
·
2016-11-07 17:59:00 +09:00
f14a35d480
Minor implementation changes.
Huo Yaoyuan
·
2016-11-06 16:47:37 +08:00
c8a7bd2ece
Make background update happens in update thread, and thread-safer.
Huo Yaoyuan
·
2016-11-06 16:34:47 +08:00
000c2218b8
Fade the options overlay to prevent unnecessary updates to its content.
Thomas Müller
·
2016-11-06 08:54:36 +01:00
8894e5f73a
Add fallback texture of beatmap when getting null;
Huo Yaoyuan
·
2016-11-06 05:37:55 +08:00
d63e3b6724
Adjust visual behavior.
Huo Yaoyuan
·
2016-11-06 05:35:35 +08:00
0c6825bb20
Update font size (*1.25) to follow the design image.
Huo Yaoyuan
·
2016-11-06 01:53:10 +08:00
c53298a3b1
Set font in music controller.
Huo Yaoyuan
·
2016-11-06 01:50:38 +08:00
74000f77ad
Async workflow on music controller.
Huo Yaoyuan
·
2016-11-06 00:46:09 +08:00
a19bb1270d
Set children in constructor.
Huo Yaoyuan
·
2016-11-06 00:24:03 +08:00
859a59a8ab
Update access of WorkingBeatmap.
Huo Yaoyuan
·
2016-11-06 00:13:45 +08:00
5eed07db57
Merge branch 'master'
Huo Yaoyuan
·
2016-11-06 00:11:30 +08:00
c470140d64
Bring framework up-to-date.
# Conflicts: # osu-framework
Dean Herbert
·
2016-11-05 18:18:52 +09:00
2ee5e2efb7
Merge branch 'master'
Huo Yaoyuan
·
2016-11-05 16:21:59 +08:00
2d86cb1e81
Block mouse events from hitting things behind options.
Dean Herbert
·
2016-11-04 12:29:05 +09:00
10e5472624
First
Previous
...
179
180
181
182
183
Next
Last