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-19 15:33:02 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
793
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
1776 Commits
Update BeatSyncedContainer.cs
Dan Balasescu
·
2017-05-22 17:50:05 +09:00
fc90cfa604
Merge branch 'master' into ColdVolcano/beat-syncing
Dan Balasescu
·
2017-05-22 17:27:22 +09:00
a438a8b8d3
More inversion for logic simplification.
smoogipooo
·
2017-05-22 17:19:39 +09:00
70d7f61f7c
Use BindTo instead of taking the game's beatmap bindable.
smoogipooo
·
2017-05-22 17:18:11 +09:00
f81ffa636d
Better kiai mode detection.
smoogipooo
·
2017-05-22 17:18:05 +09:00
609aac6453
Proper kiai mode detection.
smoogipooo
·
2017-05-22 17:18:00 +09:00
b241140496
Invert if statements.
smoogipooo
·
2017-05-22 17:17:54 +09:00
abe9c464a8
Do not scroll headers to when scrolling position is negative.
Huo Yaoyuan
·
2017-05-22 15:54:58 +08:00
85684e5fee
Merge remote-tracking branch 'refs/remotes/ppy/master' into ingame_options
EVAST9919
·
2017-05-22 09:12:40 +03:00
50e3feb761
Merge branch 'master' into sections
Huo Yaoyuan
·
2017-05-22 12:52:27 +08:00
d0ff9e6576
Move spinner colours to local definition for now
We don't want to start polluting the OsuColours namespace with non-UI colours.
Dean Herbert
·
2017-05-22 09:50:45 +09:00
82cf94bbff
SettingsContainer -> SettingsDropdownContainer
EVAST9919
·
2017-05-21 18:22:27 +03:00
0615f104f0
CI fixes.
Huo Yaoyuan
·
2017-05-21 04:48:43 +08:00
7357076c4d
Use LayoutSize for header and footer layout.
Huo Yaoyuan
·
2017-05-21 04:01:07 +08:00
a98f109d73
Add footer support.
Huo Yaoyuan
·
2017-05-21 03:44:03 +08:00
93668e53a0
Do not make the name confusing.
Huo Yaoyuan
·
2017-05-21 03:02:51 +08:00
201b44dbf1
Handle null and invalidation of headers.
Huo Yaoyuan
·
2017-05-21 02:37:34 +08:00
72621c81dc
Set Masking = false and expose ScrollContainer.
Huo Yaoyuan
·
2017-05-21 02:21:23 +08:00
e040f297c6
Fix margin and offset calculating.
Huo Yaoyuan
·
2017-05-21 02:11:55 +08:00
da47b0a260
Merge branch 'master' of ppy/osu into beat-syncing
ColdVolcano
·
2017-05-20 11:46:51 -05:00
07d148f708
Merge branch 'master' into osu-direct
Dean Herbert
·
2017-05-20 16:17:59 +09:00
0b987be600
Add ReverseDepthFillFlowContainer to remove code duplication
DrabWeb
·
2017-05-19 23:44:36 -03:00
e030573436
Allow custom SectionsContainer.
Huo Yaoyuan
·
2017-05-20 07:20:46 +08:00
ecc222c043
Fix fields being null.
Huo Yaoyuan
·
2017-05-20 07:07:27 +08:00
473441dfd4
Selection support of SectionsContainer.
Huo Yaoyuan
·
2017-05-20 06:39:01 +08:00
e06c917c95
Scrolling support for SectionsContainer.
Huo Yaoyuan
·
2017-05-20 05:48:40 +08:00
058c5e18a4
Basic children management of SectionsContainer.
Huo Yaoyuan
·
2017-05-20 05:15:57 +08:00
24a813e907
Remove duplicate code in SettingsEnumDropdown
DrabWeb
·
2017-05-19 17:04:59 -03:00
1d61fc84c7
moved autosize to ctor and whitespace fix
EVAST9919
·
2017-05-19 16:08:33 +03:00
6f0e1fccdb
More constants
EVAST9919
·
2017-05-19 06:39:39 +03:00
e18f95185f
dropdown-like animation
EVAST9919
·
2017-05-19 06:26:54 +03:00
c3647e4056
Cleanup logic
Javier Flores
·
2017-05-18 20:19:00 -05:00
793b760ff2
Result counts displaying
DrabWeb
·
2017-05-18 17:43:39 -03:00
a5fa7e1a7d
Naming fixes
EVAST9919
·
2017-05-18 20:21:58 +03:00
f2af31aceb
Merge remote-tracking branch 'refs/remotes/ppy/master' into ingame_options
EVAST9919
·
2017-05-18 18:26:38 +03:00
a1b90ee70e
Further colour adjustments
Dean Herbert
·
2017-05-18 22:21:41 +09:00
3004a44b98
Oops colours were wrong
Dean Herbert
·
2017-05-18 21:56:19 +09:00
c78dfb4a13
Design improvements
paired with smoogi
Dean Herbert
·
2017-05-18 21:38:19 +09:00
e3ae2bca6d
Make field readonly
EVAST9919
·
2017-05-18 11:50:15 +03:00
640c940fce
options -> settings
EVAST9919
·
2017-05-18 11:39:22 +03:00
83a89ce22d
Basic direct panel, minor cleanups
DrabWeb
·
2017-05-17 16:37:34 -03:00
5fb445e3fe
Fix having negative beat when it should be 0
Javier Flores
·
2017-05-17 09:23:04 -05:00
f4c7a02a6f
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
More CI fixes
ColdVolcano
·
2017-05-17 01:37:31 -05:00
198542465b
CI Fixes
ColdVolcano
·
2017-05-17 01:26:34 -05:00
387d26a576
Add missing licence header
ColdVolcano
·
2017-05-17 01:18:56 -05:00
5f192cae7b
Add a base container with beat syncing logic
ColdVolcano
·
2017-05-17 01:14:04 -05:00
0801a211da
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
...
24
25
26
27
28
...
Next
Last