Dean Herbert
|
93ffa1f8a2
|
Fix button alignment and animation
|
2018-01-31 17:36:53 +09:00 |
|
Dean Herbert
|
86f5c9d6f1
|
Add inactive volume ducking, rather than outright mute
|
2018-01-31 16:57:26 +09:00 |
|
Dean Herbert
|
97ae44f23c
|
Remove outwards exposure of mute property
|
2018-01-31 16:56:26 +09:00 |
|
Dean Herbert
|
2865dd3a10
|
Replace missed hardcoded int with enum reference
|
2018-01-31 16:20:01 +09:00 |
|
Dean Herbert
|
5a99651561
|
Remove unnecessary arrays
|
2018-01-31 16:10:55 +09:00 |
|
Dean Herbert
|
042a34e1c2
|
Add migration to ensure database aligns to changed enum
|
2018-01-31 16:10:48 +09:00 |
|
Dean Herbert
|
b47061f43d
|
Merge remote-tracking branch 'upstream/master' into mute-toggle
|
2018-01-31 14:20:15 +09:00 |
|
Dean Herbert
|
2ffe16d3d2
|
Improve clarity and coverage of unit tests
|
2018-01-30 18:57:42 +09:00 |
|
Dean Herbert
|
a94b4a9ea0
|
Merge branch 'master' into url-parsing-support
|
2018-01-30 18:55:50 +09:00 |
|
Dean Herbert
|
340412e470
|
Merge pull request #1944 from ThePyrotechnic/restart-crashfix
Fixed holding retry hotkey at end of map causing hard crash
|
2018-01-30 18:40:09 +09:00 |
|
Dean Herbert
|
df65443f07
|
Merge branch 'master'
Conflicts:
osu-framework
osu.Game/Screens/Play/Player.cs
|
2018-01-30 18:31:03 +09:00 |
|
Dean Herbert
|
9b4546bdc4
|
Update taiko hitsounds (courtesey of cYsmix)
|
2018-01-30 18:23:25 +09:00 |
|
smoogipoo
|
58cdb59a27
|
Fix failing testcase
|
2018-01-30 18:22:40 +09:00 |
|
smoogipoo
|
00001364c3
|
Better judgement visualisations in testcase
|
2018-01-30 18:10:14 +09:00 |
|
Dean Herbert
|
28b67e3d77
|
Merge branch 'master' into url-parsing-support
|
2018-01-30 17:47:55 +09:00 |
|
Dean Herbert
|
53129e5235
|
Fix text getting truncated after last link in chat line
|
2018-01-30 17:47:22 +09:00 |
|
Dean Herbert
|
e5188fd151
|
Add better channel test cases (testing non-existent channels)
|
2018-01-30 17:43:19 +09:00 |
|
Dean Herbert
|
d81d884a01
|
Remove unnecessary paren handling from regex
Can't find a reason for this to exist
|
2018-01-30 17:16:01 +09:00 |
|
smoogipoo
|
cd4a0612c0
|
Properly construct slider ends using HitObject.AddNested
|
2018-01-30 16:53:19 +09:00 |
|
smoogipoo
|
4b63d25871
|
Add hit/miss display to TestCaseSlider
|
2018-01-30 16:45:48 +09:00 |
|
Dean Herbert
|
662c7c5bdc
|
Fix osump links
|
2018-01-30 16:44:43 +09:00 |
|
Dean Herbert
|
dd2731b873
|
Add support for markdown style links
|
2018-01-30 16:38:45 +09:00 |
|
Dean Herbert
|
1dbaf9b7a7
|
Add many more tests
|
2018-01-30 16:38:18 +09:00 |
|
smoogipoo
|
27357e100a
|
Simplify condition
|
2018-01-30 16:28:38 +09:00 |
|
smoogipoo
|
702c4efb88
|
Give Slider a tail hitobject to make slider ends counts towards score
|
2018-01-30 16:28:14 +09:00 |
|
smoogipoo
|
b293408147
|
Construct the head of sliders from Slider
|
2018-01-30 15:50:48 +09:00 |
|
smoogipoo
|
c97ea3ed60
|
Post-process beatmap before applying defaults
|
2018-01-30 15:49:55 +09:00 |
|
Dean Herbert
|
749fb29445
|
Merge pull request #1992 from smoogipoo/rename-inputmanager
Rename "InputManager" to "Container" where keybindings are involved
|
2018-01-30 15:02:17 +09:00 |
|
smoogipoo
|
b4cd8ea716
|
GlobalKeyBindingContainer -> GlobalActionContainer
Consitent with "FrameworkActionContainer".
|
2018-01-30 14:54:30 +09:00 |
|
smoogipoo
|
ef3fb8c05a
|
InputManager -> Container where KeyBindings are involved
|
2018-01-30 14:49:12 +09:00 |
|
Aergwyn
|
f6501e73e3
|
remove unwanted using
|
2018-01-29 12:08:03 +01:00 |
|
Aergwyn
|
373b3871f9
|
update SliderTick calculation + more ticks in tests
math is hard >_<
|
2018-01-29 12:03:44 +01:00 |
|
Dean Herbert
|
1920a4e029
|
Prepare tests for fixing
|
2018-01-29 18:47:14 +09:00 |
|
Dean Herbert
|
f996acd7e6
|
Add back old non-visual tests
|
2018-01-29 18:37:11 +09:00 |
|
Dean Herbert
|
c07a31a484
|
Add new (failing) tests
|
2018-01-29 17:45:39 +09:00 |
|
Dean Herbert
|
df221b6786
|
Remove usage of ValueTuple to allow for dynamic recompilation
|
2018-01-29 17:45:23 +09:00 |
|
Thomas Tan
|
33c5fdcedb
|
AppVeyor fix
|
2018-01-29 16:30:46 +08:00 |
|
Thomas Tan
|
c36859ea3a
|
Create Slider.StackedPositionAt method
|
2018-01-29 16:22:14 +08:00 |
|
Thomas Tan
|
f66ecae3ff
|
Merge remote-tracking branch 'upstream/master' into starrating-fix
|
2018-01-29 16:19:11 +08:00 |
|
Dean Herbert
|
445af2ba7a
|
Merge pull request #1983 from peppy/global-mod-binding
Remember mod selection when re-entering song select
|
2018-01-29 15:26:48 +09:00 |
|
Dan Balasescu
|
2bae22999d
|
Merge branch 'master' into global-mod-binding
|
2018-01-29 15:18:11 +09:00 |
|
Dan Balasescu
|
188fc1e6c2
|
Merge pull request #1991 from peppy/update-framework
Update framework
|
2018-01-29 15:18:01 +09:00 |
|
Dean Herbert
|
6e0cb1adb3
|
Remove redundant arguments
|
2018-01-29 15:05:07 +09:00 |
|
Dan Balasescu
|
ea0ef96557
|
Merge branch 'master' into global-mod-binding
|
2018-01-29 15:04:20 +09:00 |
|
Dean Herbert
|
fc11cac5a0
|
Update framework
|
2018-01-29 15:03:19 +09:00 |
|
Dean Herbert
|
c38f06fd61
|
Merge pull request #1984 from FreezyLemon/add-r#-annotation-support
Add JetBrains.Annotations NuGet package
|
2018-01-29 14:07:17 +09:00 |
|
Dean Herbert
|
b789db3a1e
|
Update framework
|
2018-01-29 13:53:35 +09:00 |
|
Dean Herbert
|
0879366a30
|
Merge remote-tracking branch 'upstream/master' into add-r#-annotation-support
|
2018-01-29 13:52:21 +09:00 |
|
Dean Herbert
|
8425f3ee93
|
Merge branch 'master' into fix-ticks-appearing-late
|
2018-01-29 13:40:30 +09:00 |
|
Dean Herbert
|
2b14438fe4
|
Merge remote-tracking branch 'upstream/master' into url-parsing-support
|
2018-01-29 12:55:32 +09:00 |
|