Dean Herbert
|
3bdd4d7d02
|
Centralise TrackManager.AddItem logic to avoid duplicate adds
|
2017-07-20 17:46:33 +09:00 |
|
Dean Herbert
|
67b95926c4
|
Remove usage of SetExclusive
Also immediately disposes WorkingBeatmaps on ValueChanged.
|
2017-07-20 16:45:44 +09:00 |
|
MrTheMake
|
fd518e2294
|
Don't start a beatmap's track until the intro is done playing
|
2017-07-20 01:57:46 +02:00 |
|
Dean Herbert
|
8ce71ef235
|
Fix broken test case
|
2017-07-19 18:48:27 +09:00 |
|
Dean Herbert
|
da92fccdb0
|
Merge branch 'master' into non-null-beatmap
|
2017-07-19 18:32:42 +09:00 |
|
Dean Herbert
|
c34856922c
|
Gratify CI
|
2017-07-19 16:34:18 +09:00 |
|
Dean Herbert
|
2a2f4e2a8b
|
Ensure side flashes are not visible during moving transitions
|
2017-07-19 16:13:01 +09:00 |
|
Dean Herbert
|
2b1e19814c
|
Side flashes should not be affected by parallax
|
2017-07-19 16:07:11 +09:00 |
|
Dean Herbert
|
64ebc01a3b
|
Remove many now unnecessary null-checks
|
2017-07-19 15:45:23 +09:00 |
|
Dean Herbert
|
d0dea33faa
|
Make Beatmap (bindable) non-nullable.
|
2017-07-19 15:16:53 +09:00 |
|
Dean Herbert
|
0322e66c25
|
Merge remote-tracking branch 'upstream/master' into container-collection-readonlylist
|
2017-07-12 13:07:23 +09:00 |
|
Thomas Müller
|
9d523ea012
|
Update framework
|
2017-07-12 11:06:13 +09:00 |
|
Thomas Müller
|
4045083dcd
|
Update sorting comparers in line with framework changes
|
2017-07-11 21:21:58 +03:00 |
|
Dean Herbert
|
a9c50786b2
|
Fix osu! logo on main menu ending up in the wrong place
Also switch to using BeginDelayedSequence where possible.
|
2017-07-11 13:27:45 +09:00 |
|
Dean Herbert
|
2c8b8c3f9c
|
Update loop logic in line with framework changes
|
2017-07-09 18:23:34 +09:00 |
|
Thomas Müller
|
6de9776e05
|
Update framework with tooltip changes
|
2017-07-07 08:59:17 +03:00 |
|
Dean Herbert
|
724e5aa99e
|
Merge master into better-input
|
2017-07-05 13:59:40 -07:00 |
|
Dean Herbert
|
3a82d77e5b
|
Add missing tab
|
2017-07-01 07:10:04 -07:00 |
|
Thomas Müller
|
bb15bc0467
|
Use ReceiveMouseInputAt whenever possible
|
2017-06-30 09:54:03 +03:00 |
|
Dean Herbert
|
7469d0e3ba
|
Merge remote-tracking branch 'upstream/master' into new-samples
|
2017-06-29 11:51:51 -07:00 |
|
Dean Herbert
|
ee96d39b93
|
Shuffle sound samples around and make more conformant
|
2017-06-28 10:19:04 -07:00 |
|
Dean Herbert
|
cbf188c293
|
Add new main menu backgrounds
|
2017-06-26 19:10:13 +09:00 |
|
Dean Herbert
|
ec99d83f6d
|
Merge branch 'master' into fix_logo_sound
|
2017-06-25 15:13:57 +09:00 |
|
Thomas Müller
|
e3489928b7
|
Remove now obsolete InternalContains
|
2017-06-24 09:21:08 +02:00 |
|
EVAST9919
|
817d2c3da1
|
Fixed logo heartbeat playing even without beating
|
2017-06-23 23:57:57 +03:00 |
|
ColdVolcano
|
c619de7f9b
|
Rename const in all of the code
|
2017-06-21 18:55:44 -05:00 |
|
ColdVolcano
|
1978a4e8a6
|
Boost visualiser performance
Also fixes amplitudes being set wrongly if kiai was false.
|
2017-06-21 18:32:31 -05:00 |
|
Dean Herbert
|
d0d0f11857
|
Merge branch 'master' into heartbeat
|
2017-06-21 15:35:54 +09:00 |
|
paparony03
|
62dee59672
|
Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
|
2017-06-20 15:54:23 +10:00 |
|
EVAST9919
|
a991cff908
|
OsuLogo beat sound
|
2017-06-19 17:37:00 +03:00 |
|
Dean Herbert
|
17cb043cb2
|
Visualiser
|
2017-06-19 18:41:35 +09:00 |
|
Dean Herbert
|
a1b9499480
|
More documentation and constants
|
2017-06-19 18:41:11 +09:00 |
|
Dean Herbert
|
8c063fe2b8
|
Simplify AccentColour property for now
|
2017-06-19 18:38:39 +09:00 |
|
Dean Herbert
|
e269bdbad7
|
Use additive colour; adjust constants a bit
|
2017-06-19 18:30:13 +09:00 |
|
Dean Herbert
|
359cb4c083
|
Add kiai support
|
2017-06-19 18:29:44 +09:00 |
|
ColdVolcano
|
77ca48c1bd
|
CI Fixes
|
2017-06-18 23:52:42 -05:00 |
|
ColdVolcano
|
84aa17dea3
|
Attempt to fix possible loss of fraction
|
2017-06-18 23:08:27 -05:00 |
|
ColdVolcano
|
63aabc162b
|
Fix TestCaseMenuButtonSystem not starting up
|
2017-06-18 22:34:45 -05:00 |
|
ColdVolcano
|
3764c1d799
|
Make bar length and visualizer count floats
|
2017-06-18 22:28:18 -05:00 |
|
ColdVolcano
|
cea8dc5602
|
Fix possible loss of fraction
|
2017-06-18 22:13:21 -05:00 |
|
ColdVolcano
|
d3662636d6
|
CI fixes
|
2017-06-18 22:01:07 -05:00 |
|
ColdVolcano
|
ccac2e9a75
|
Add a visualizer around the logo
|
2017-06-18 19:33:50 -05:00 |
|
smoogipooo
|
ffbb46f668
|
Update in line with framework.
|
2017-06-12 12:48:47 +09:00 |
|
John Neijzen
|
431d225a60
|
Keyword Spacing and Brackets Fixing
|
2017-06-08 14:35:10 +08:00 |
|
John Neijzen
|
aa3a231763
|
Review Changes
|
2017-06-07 22:00:14 +08:00 |
|
John Neijzen
|
9b0e1c26a3
|
Clean Up Code
|
2017-06-07 19:53:37 +08:00 |
|
Dean Herbert
|
bdeaf2dbb4
|
Update method names in line with framework changes
|
2017-05-28 18:34:12 +09:00 |
|
Dean Herbert
|
0dbb2220e0
|
Add missing early activation to menu flashes
|
2017-05-24 21:07:12 +09:00 |
|
Dean Herbert
|
45a964cebe
|
Merge branch 'master' into osu-direct
|
2017-05-24 15:33:53 +09:00 |
|
Dean Herbert
|
03f9a86366
|
Add missing readonly
|
2017-05-24 13:29:12 +09:00 |
|