Dean Herbert
|
c4916426f5
|
Merge branch 'master' into controlpoint-rework
|
2017-05-24 12:00:22 +09:00 |
|
Dean Herbert
|
53f489b447
|
Remove using
|
2017-05-24 11:50:12 +09:00 |
|
Dean Herbert
|
b1bd88ae71
|
Merge branch 'master' into logo-beat
|
2017-05-24 11:41:02 +09:00 |
|
Dan Balasescu
|
90d54a6cfe
|
Merge branch 'master' into logo-beat
|
2017-05-24 10:36:30 +09:00 |
|
Dean Herbert
|
87a2cc2004
|
Merge branch 'master' into menu-flashes
|
2017-05-24 10:10:29 +09:00 |
|
ColdVolcano
|
207d6e4ac3
|
Update to new syntax of OnNewBeat
|
2017-05-23 20:01:20 -05:00 |
|
ColdVolcano
|
c6d744eb7c
|
Merge branch 'master' of ppy/osu into menu-flashes
|
2017-05-23 20:00:02 -05:00 |
|
Dean Herbert
|
dee6a1e2be
|
Merge branch 'master' into songselect-fix
|
2017-05-24 09:45:34 +09:00 |
|
MrTheMake
|
24f64c8815
|
More formatting
|
2017-05-24 02:38:05 +02:00 |
|
MrTheMake
|
67774192dd
|
Formatting fixes
|
2017-05-24 02:30:32 +02:00 |
|
MrTheMake
|
0616256bd0
|
CI fix
|
2017-05-24 02:23:52 +02:00 |
|
MrTheMake
|
09adb23591
|
Fix scheduled task not being canceled
|
2017-05-24 02:22:30 +02:00 |
|
Dean Herbert
|
b477e5cd9e
|
Fix potential nullref
|
2017-05-24 02:53:21 +09:00 |
|
smoogipooo
|
0a385055dc
|
Remove Func<T>'d-ness.
|
2017-05-24 02:53:08 +09:00 |
|
smoogipooo
|
41824e0179
|
Add comment.
|
2017-05-24 02:24:10 +09:00 |
|
smoogipooo
|
2d1df8fd8a
|
xmldoc fixes.
|
2017-05-24 02:22:28 +09:00 |
|
smoogipooo
|
9e7f384203
|
Fix returning incorrect control points for non-timing points.
|
2017-05-24 02:19:22 +09:00 |
|
Dean Herbert
|
813b09189c
|
Remove unused parameter
|
2017-05-24 02:09:31 +09:00 |
|
Dean Herbert
|
7e827c4f11
|
Add amplitude adjust
|
2017-05-24 01:45:01 +09:00 |
|
Dean Herbert
|
f57b234cc3
|
Expose Beatmap in BeatSyncedContainer
|
2017-05-24 01:44:47 +09:00 |
|
smoogipooo
|
462bbd02ba
|
Simplify expression.
|
2017-05-24 01:38:28 +09:00 |
|
smoogipooo
|
7628cdf522
|
Return first control point in the list if the time is before it.
|
2017-05-24 01:38:04 +09:00 |
|
Dean Herbert
|
b12300391b
|
Merge branch 'master'
|
2017-05-24 01:17:09 +09:00 |
|
Dean Herbert
|
ef1712a5af
|
Merge branch 'master' into beat-sync-container-improvements
|
2017-05-24 00:46:14 +09:00 |
|
Dean Herbert
|
0842e00f13
|
Merge branch 'master' into controlpoint-rework
|
2017-05-24 00:20:15 +09:00 |
|
Dean Herbert
|
a48a03bf38
|
Merge branch 'master' into menu-music-osz
|
2017-05-23 23:56:07 +09:00 |
|
EVAST9919
|
564abc1a5b
|
using autosize instead of constant height
|
2017-05-23 14:32:45 +03:00 |
|
EVAST9919
|
165d6ef1bb
|
Make transition a bit smoother
|
2017-05-23 12:30:39 +03:00 |
|
EVAST9919
|
2e28b10c36
|
CI fixes and removed useless property
|
2017-05-23 12:24:16 +03:00 |
|
EVAST9919
|
c7a241246e
|
Better letterbox settings transition
|
2017-05-23 12:09:32 +03:00 |
|
EVAST9919
|
4b23cc47ea
|
Moved KeyCounter visibility logic to it's own class
|
2017-05-23 11:53:42 +03:00 |
|
EVAST9919
|
eafe215169
|
Simplify Hud visibility change
|
2017-05-23 11:53:12 +03:00 |
|
Dean Herbert
|
0dd52e4e29
|
Various refactoring
|
2017-05-23 17:26:28 +09:00 |
|
Dean Herbert
|
2decb2b2ff
|
Add more flashiness during kiai time
|
2017-05-23 16:42:47 +09:00 |
|
Dean Herbert
|
73320f9a7e
|
Don't bounce the ripple
Also ripple better.
|
2017-05-23 16:42:41 +09:00 |
|
Dean Herbert
|
fe7ac20e29
|
Read menu music from osz resource
|
2017-05-23 16:38:43 +09:00 |
|
smoogipooo
|
aad6f8f5d6
|
Refactoring of BeatSyncedContainer.
|
2017-05-23 16:11:46 +09:00 |
|
smoogipooo
|
1867cbb381
|
Revert a bit of BeatSyncedContainer for smaller changeset.
|
2017-05-23 16:06:30 +09:00 |
|
smoogipooo
|
836bf930a0
|
More cleanups.
|
2017-05-23 15:29:38 +09:00 |
|
smoogipooo
|
2344f37a3c
|
Always add TimingChange control points.
|
2017-05-23 15:26:07 +09:00 |
|
smoogipooo
|
002a0e99a2
|
Use SortedList + BinarySearch to find control points at time values.
|
2017-05-23 15:20:32 +09:00 |
|
smoogipooo
|
6bfd7e0fb0
|
xmldocs.
|
2017-05-23 14:11:37 +09:00 |
|
smoogipooo
|
3cdfd2eef5
|
Split ControlPoint into different types.
# Conflicts:
# osu.Game.Rulesets.Mania/UI/Column.cs
|
2017-05-23 14:03:40 +09:00 |
|
Dean Herbert
|
3e0aaa1aa0
|
Add basic beat response to osu! logo
|
2017-05-23 12:29:43 +09:00 |
|
Dean Herbert
|
1295b0a7e1
|
Merge branch 'master' into ColdVolcano/beat-syncing
|
2017-05-23 10:51:47 +09:00 |
|
smoogipooo
|
adf8bb853e
|
Move load() to be directly below ctor.
|
2017-05-22 20:06:37 +09:00 |
|
smoogipooo
|
de575b3867
|
Early return if beatLength = 0.
|
2017-05-22 20:02:02 +09:00 |
|
smoogipooo
|
95c4704a9e
|
Delay backwards instead of using a millisecond tolerance.
|
2017-05-22 20:01:28 +09:00 |
|
ColdVolcano
|
9235cbff8d
|
Apply suggestions
|
2017-05-22 05:59:16 -05:00 |
|
ColdVolcano
|
63196df541
|
Typo fix
Forgot the pharenteses
|
2017-05-22 05:05:54 -05:00 |
|