DrabWeb
|
84701846ec
|
Merge https://github.com/ppy/osu into osu-direct-search
|
2017-07-11 00:26:49 -03:00 |
|
Dean Herbert
|
d6d79432c9
|
Update framework
|
2017-07-11 09:59:08 +09:00 |
|
Thomas Müller
|
e8ce3e16b0
|
Address CI concern
|
2017-07-10 12:52:29 +03:00 |
|
Thomas Müller
|
d9b362489b
|
Fix incorrect TimeUntilNextBeat and add TimeSinceLastBeat
|
2017-07-10 12:07:38 +03:00 |
|
Thomas Müller
|
c4e378571b
|
Update framework
|
2017-07-10 11:54:23 +03:00 |
|
Dean Herbert
|
0e0c32008b
|
More changes
|
2017-07-10 15:40:40 +09:00 |
|
Dean Herbert
|
0e2dc9388a
|
More changes in-line with framework changes.
|
2017-07-10 12:55:47 +09:00 |
|
Dean Herbert
|
f856e89b58
|
Fix CI issues
|
2017-07-10 03:37:51 +09:00 |
|
Dean Herbert
|
7952e7caa9
|
Fix typos
|
2017-07-10 03:22:08 +09:00 |
|
Dean Herbert
|
2c8b8c3f9c
|
Update loop logic in line with framework changes
|
2017-07-09 18:23:34 +09:00 |
|
Thomas Müller
|
1b55692368
|
Merge branch 'master' into better-fill-mode
|
2017-07-08 12:49:46 +03:00 |
|
Thomas Müller
|
45d07e39c1
|
Update framework & change logic slightly
|
2017-07-08 12:41:15 +03:00 |
|
EVAST9919
|
33206fcf0e
|
Use Hide instead of FadeTo(0)
|
2017-07-08 12:34:24 +03:00 |
|
EVAST9919
|
adb88a8d49
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into mods_overlay_fix
|
2017-07-08 12:28:41 +03:00 |
|
Thomas Müller
|
d1ae12b4f7
|
Merge branch 'master' into settingsoverlay-scrollto
|
2017-07-08 12:26:08 +03:00 |
|
Thomas Müller
|
178685292a
|
Merge branch 'master' of https://github.com/ppy/osu into better-fill-mode
|
2017-07-08 12:25:08 +03:00 |
|
Thomas Müller
|
b6f90dada5
|
Merge branch 'master' into settingsoverlay-scrollto
|
2017-07-08 12:21:11 +03:00 |
|
Dean Herbert
|
3c425dd07f
|
Fix CI issue
|
2017-07-08 18:06:59 +09:00 |
|
Thomas Müller
|
22a987f6cc
|
Update test cases to new framework and fix old crashes
|
2017-07-07 15:05:55 +03:00 |
|
Thomas Müller
|
6de9776e05
|
Update framework with tooltip changes
|
2017-07-07 08:59:17 +03:00 |
|
Thomas Müller
|
d68f17b697
|
Use tooltip and context menu containers as newly required
|
2017-07-06 15:15:12 +03:00 |
|
Dean Herbert
|
724e5aa99e
|
Merge master into better-input
|
2017-07-05 13:59:40 -07:00 |
|
Dean Herbert
|
2f8e6f20a6
|
Fix CI issues
|
2017-07-05 13:46:53 -07:00 |
|
Dean Herbert
|
ecfaac4eac
|
Merge remote-tracking branch 'jai-sharma/master' into better-caching
|
2017-07-05 13:37:43 -07:00 |
|
Jorolf
|
5df33ad2d7
|
use Length instead of Count()
|
2017-07-02 13:33:42 +02:00 |
|
Jorolf
|
c9784f57d3
|
fix mod button samples
|
2017-07-02 13:16:22 +02:00 |
|
Thomas Müller
|
2d7eefa6fe
|
Update Cached usage according to framework
|
2017-07-02 13:00:02 +03:00 |
|
Dean Herbert
|
3a82d77e5b
|
Add missing tab
|
2017-07-01 07:10:04 -07:00 |
|
Dean Herbert
|
043c7756f7
|
public -> protected
|
2017-07-01 07:09:26 -07:00 |
|
Thomas Müller
|
bbae6e2590
|
Remove unnecessary using
|
2017-06-30 10:02:07 +03:00 |
|
Thomas Müller
|
bb15bc0467
|
Use ReceiveMouseInputAt whenever possible
|
2017-06-30 09:54:03 +03:00 |
|
Thomas Müller
|
5c02f1812f
|
Remove now unneeded Contains overrides
|
2017-06-30 09:53:52 +03:00 |
|
Dean Herbert
|
f3f3952ba5
|
More unused usings
|
2017-06-29 12:20:05 -07:00 |
|
Dean Herbert
|
6865f9b231
|
Remove unused parameters
|
2017-06-29 12:05:37 -07:00 |
|
Dean Herbert
|
1e50840a8e
|
Fix unused usings
|
2017-06-29 12:04:04 -07: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
|
28f0da606a
|
Add OsuFocusedOverlayContainer with predefined sounds.
|
2017-06-28 10:18:12 -07:00 |
|
Thomas Müller
|
40225238d9
|
Set RelativeSizeAxes for updated FillMode behavior
|
2017-06-28 12:24:23 +03:00 |
|
DrabWeb
|
24283b9500
|
Remove animation from ModeTypeInfo layout (was causing visual issues).
|
2017-06-27 22:22:14 -03:00 |
|
Dean Herbert
|
480cdba023
|
Add OsuClickableContainer with generic sounds
|
2017-06-27 21:05:49 +09:00 |
|
EVAST9919
|
2ad6d3fa77
|
Simplify property
|
2017-06-27 05:41:24 +03:00 |
|
EVAST9919
|
714d53f329
|
Hide "Unranked" text in ModDisplay if play is ranked
|
2017-06-27 05:17:21 +03:00 |
|
Dan Balasescu
|
803bb3c780
|
Cleanup.
|
2017-06-26 23:05:35 +09:00 |
|
Dean Herbert
|
cbf188c293
|
Add new main menu backgrounds
|
2017-06-26 19:10:13 +09:00 |
|
EVAST9919
|
127c473f3b
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into cancel-select-random
|
2017-06-25 23:38:39 +03:00 |
|
Dean Herbert
|
df74a84b35
|
Merge branch 'master' into drawable-room-update
|
2017-06-25 15:55:36 +09:00 |
|
Dean Herbert
|
ec99d83f6d
|
Merge branch 'master' into fix_logo_sound
|
2017-06-25 15:13:57 +09:00 |
|
Dean Herbert
|
7baa2b7421
|
Fix CI issues
|
2017-06-25 14:46:59 +09:00 |
|
DrabWeb
|
5e1cb14e62
|
Use Vertical instead of Top and Bottom.
|
2017-06-24 19:11:02 -03:00 |
|
DrabWeb
|
091d786d47
|
Split long MarginPadding onto multiple lines.
|
2017-06-24 18:37:28 -03:00 |
|
MrTheMake
|
d914a1b00e
|
Added animation parameter
|
2017-06-24 13:47:34 +02:00 |
|
MrTheMake
|
ba783f984c
|
Change usage of ScrollIntoView to ScrollTo in the setttings overlay
|
2017-06-24 13:36:57 +02:00 |
|
Thomas Müller
|
1bca9ca0e9
|
Update framework with better children list
|
2017-06-24 12:56:35 +02:00 |
|
DrabWeb
|
68915d79a6
|
Remove unused fields.
|
2017-06-24 06:03:40 -03:00 |
|
DrabWeb
|
9f417743b6
|
Cleanup.
|
2017-06-24 05:54:00 -03:00 |
|
DrabWeb
|
bcd82a02f4
|
Licenses.
|
2017-06-24 05:45:34 -03:00 |
|
DrabWeb
|
fe875957a7
|
Share ruleset and type displaying, fix tag team icon.
|
2017-06-24 05:43:52 -03:00 |
|
DrabWeb
|
35951ffc40
|
Line endings.
|
2017-06-24 05:23:31 -03:00 |
|
DrabWeb
|
05b5fe8ae7
|
Share host/participant info displaying.
|
2017-06-24 05:21:42 -03:00 |
|
DrabWeb
|
0de55776c0
|
Update DrawableRoom design.
|
2017-06-24 05:05:48 -03:00 |
|
Thomas Müller
|
e3489928b7
|
Remove now obsolete InternalContains
|
2017-06-24 09:21:08 +02:00 |
|
DrabWeb
|
b2c516238e
|
Cleanup.
|
2017-06-24 01:48:55 -03:00 |
|
DrabWeb
|
0133f9c086
|
Medal sprite, make MedalOverlay auto-show when loaded.
|
2017-06-24 01:19:44 -03:00 |
|
DrabWeb
|
c71f34c507
|
Make the background strip expand from the disc edges.
|
2017-06-23 23:51:28 -03:00 |
|
DrabWeb
|
3c97f04826
|
Particles.
|
2017-06-23 23:18:44 -03:00 |
|
DrabWeb
|
e09625e49d
|
Merge https://github.com/ppy/osu into medal-splash
|
2017-06-23 22:42:36 -03:00 |
|
DrabWeb
|
15cd4f77b2
|
Proper dismissing.
|
2017-06-23 22:35:06 -03:00 |
|
EVAST9919
|
817d2c3da1
|
Fixed logo heartbeat playing even without beating
|
2017-06-23 23:57:57 +03:00 |
|
Thomas Müller
|
f5829860a2
|
Get rid of AlwaysReceiveInput
|
2017-06-23 18:02:24 +02:00 |
|
Dean Herbert
|
1a8f207db3
|
Code formatting
|
2017-06-23 22:19:41 +09:00 |
|
Dean Herbert
|
81de1bd5a7
|
Merge branch 'master' into multiplayer-room-inspector
|
2017-06-23 21:55:18 +09:00 |
|
Dean Herbert
|
a0e7751cd1
|
Merge branch 'master' into fix-invalid-depth
|
2017-06-23 14:48:12 +09:00 |
|
EVAST9919
|
be94163d21
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into cancel-select-random
|
2017-06-22 04:28:47 +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 |
|
smoogipooo
|
3389c8a4dc
|
CI fixes.
|
2017-06-21 20:17:15 +09:00 |
|
Dean Herbert
|
89c8a34025
|
Merge branch 'master' into better-drawablehitobject-lifetimes
|
2017-06-21 20:13:57 +09:00 |
|
Dean Herbert
|
d0d0f11857
|
Merge branch 'master' into heartbeat
|
2017-06-21 15:35:54 +09:00 |
|
smoogipooo
|
b191d96aab
|
CI fixes.
|
2017-06-21 11:35:19 +09:00 |
|
smoogipooo
|
fc0e44b214
|
Update framework.
|
2017-06-21 11:28:27 +09:00 |
|
paparony03
|
c8720bc5d5
|
Oops
|
2017-06-20 16:00:09 +10: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 |
|
smoogipooo
|
34ac932fe2
|
Reduce pollution in DrawableHitObject in favor of a loosely-coupled IScrollingHitObject.
|
2017-06-19 10:54:23 +09:00 |
|
ColdVolcano
|
ccac2e9a75
|
Add a visualizer around the logo
|
2017-06-18 19:33:50 -05:00 |
|
smoogipooo
|
1d5c5a0a4d
|
Fix an invalid depth operation.
|
2017-06-19 07:50:26 +09:00 |
|
Dean Herbert
|
8c0850d679
|
Merge branch 'master' into better-drawablehitobject-lifetimes
|
2017-06-16 21:57:41 +09:00 |
|
smoogipooo
|
38f2bd47c5
|
Even saner default.
|
2017-06-16 20:00:16 +09:00 |
|