1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-09 08:37:18 +08:00

15931 Commits

Author SHA1 Message Date
Dean Herbert
0237153c27
Merge pull request #3452 from smoogipoo/fix-bufferedwedge-localisation
Fix songselect wedge sometimes not updating when localisation changes
2018-09-19 15:31:14 +09:00
smoogipoo
38a3c2a820 Fix song select wedge sometimes not updating when localisation changes 2018-09-19 14:57:32 +09:00
smoogipoo
28f31540c4 Apply changes in-line with framework localisation changes 2018-09-19 14:07:46 +09:00
ekrctb
b790e16217 Use Click instead of now removed TriggerOnClick 2018-09-19 11:42:32 +09:00
ekrctb
a3e6973b41 Replace usage of now removed TriggerKeyPress and similar methods. 2018-09-19 11:36:55 +09:00
ekrctb
c8e9d9375f Use new InputStateChangeEvent for RulesetInputManager 2018-09-19 11:36:55 +09:00
miterosan
bbfd58203a
Merge branch 'master' into Cakefy_osu! 2018-09-18 22:25:45 +02:00
Hanamuke
6d229716e7 Remove unused using directives 2018-09-18 20:42:55 +02:00
Hanamuke
2afcdb1451 Add the file 2018-09-18 20:23:25 +02:00
Hanamuke
e3cc25a96a Implement ConstantScrollingSpeedVisualiser 2018-09-18 20:21:10 +02:00
Dan Balasescu
492b5edb02
Merge pull request #3425 from LastExceed/close-chattabs-with-Mclick
Close chat tabs with middle mouse button
2018-09-18 15:45:46 +09:00
Dan Balasescu
ad31962643
Cleanup, use similar code to everywhere else 2018-09-18 15:27:21 +09:00
LastExceed
27ea6102bc only return true on Mclick 2018-09-18 08:07:19 +02:00
Dan Balasescu
af6618a239
Merge branch 'master' into close-chattabs-with-Mclick 2018-09-18 14:52:56 +09:00
Dan Balasescu
008bafae45
Merge pull request #3420 from Aergwyn/add-rank-status
Add rank status display in song select
2018-09-18 14:23:21 +09:00
Dan Balasescu
d3bb78d139
Merge branch 'master' into add-rank-status 2018-09-18 14:10:42 +09:00
Dan Balasescu
759633d4c8
Merge pull request #3396 from peppy/music-controller-topmost
Bring music controller in front of notification overlay
2018-09-18 14:03:44 +09:00
Dan Balasescu
9f1f879f3d
Merge branch 'master' into music-controller-topmost 2018-09-18 13:56:13 +09:00
Dan Balasescu
3bd719072c
Merge pull request #3424 from Hanamuke/fix_combo
Fruit type now depends on combo (osu!catch)
2018-09-18 13:17:52 +09:00
Dan Balasescu
29e023b252
Merge branch 'master' into fix_combo 2018-09-18 12:54:51 +09:00
smoogipoo
aba1de8b1a Cleanup 2018-09-18 12:54:07 +09:00
Paul Teng
8bfd981a50 Handle directory checking before entering task 2018-09-17 21:05:28 -04:00
Paul Teng
000beea01b
Merge branch 'master' into patch-2 2018-09-17 15:20:54 -04:00
WebFreak001
8a01fc1bff Make random in blinds mod the same every replay 2018-09-17 20:31:50 +02:00
miterosan
5898b779bb
Merge branch 'master' into Cakefy_osu! 2018-09-16 18:13:29 +02:00
miterosan
3870980f3e Seperate the compile from restoring. 2018-09-16 16:57:53 +02:00
WebFreak001
2de3b33780 Readonly fixes 2018-09-16 16:57:43 +02:00
WebFreak001
c9ea5ce817 Made blinds open during breaks and start 2018-09-16 16:51:18 +02:00
miterosan
ead2e38882 Build the projects before testing 2018-09-16 16:40:40 +02:00
miterosan
0491fd581a Reduce the verbosity of the Restore. 2018-09-16 16:25:40 +02:00
miterosan
03ff695a67 Use Dotnet core VSTest
This allows only running one testrun.
2018-09-16 16:25:19 +02:00
WebFreak001
633e8fafee Style & const fix 2018-09-16 12:57:54 +02:00
WebFreak001
91b25870ef Make fruit catcher enter and leave what's behind the blinds 2018-09-16 12:48:36 +02:00
Fayne Aldan
d855e5957a Don't wiggle repeat points independently 2018-09-15 16:16:37 -06:00
WebFreak001
5f3c0549c9 Sprites in blinds mod & gameplay improvements
There are now skinnable actual blinds (shoji screen panels)
The black overlay is still behind them to avoid cheating with skins
The blinds don't open linearly anymore, they are health squared now
When easy mod is on, there is always a little gap open
2018-09-15 23:44:22 +02:00
WebFreak001
040a44d42c Merge branch 'master' of github.com:WebFreak001/osu into mod-fl2 2018-09-15 20:12:06 +02:00
LastExceed
ed01f3067f
Merge branch 'master' into close-chattabs-with-Mclick 2018-09-15 18:05:01 +02:00
LastExceed
fce9740f28 return true since we are handling the action 2018-09-15 18:00:47 +02:00
Dean Herbert
b17bd6aaaa
Merge pull request #3438 from peppy/fix-new-inspections
Fix new resharper redundant parenthesis inspections
2018-09-16 00:16:39 +09:00
Dean Herbert
00d0613053 Fix new resharper redundant parenthesis inspections 2018-09-16 00:09:17 +09:00
Dean Herbert
a34b0d67f8
Merge pull request #3435 from plankp/patch-1
Make Transform and Wiggle incompatible with each other
2018-09-15 23:59:48 +09:00
Joehu
f99eff1192 Use consistent terminology format 2018-09-15 07:30:11 -07:00
Paul Teng
d469748612 Reformat code 2018-09-15 09:53:59 -04:00
Paul Teng
42b2c32222 Catch directory not found exception 2018-09-15 09:47:50 -04:00
Paul Teng
75e6bbc4d8 Revert "Check for skins folder also"
This reverts commit eb86f9de5e2e2db53bf756d5724f0da6ce5125f7.
2018-09-15 09:33:31 -04:00
Paul Teng
eb86f9de5e Check for skins folder also 2018-09-15 09:28:19 -04:00
Paul Teng
1a8665864c Remove redundant explicit array type info 2018-09-15 08:55:29 -04:00
Paul Teng
3e02a36938
Make Wiggle incompatible with Transform 2018-09-15 08:43:22 -04:00
Paul Teng
92c6b570ea
Make Transform incompatible with Wiggle 2018-09-15 08:42:04 -04:00
Dean Herbert
8cb0b5e98d
Merge pull request #3423 from peppy/update-squirrel
Bump squirrel version
2018.915.0
2018-09-15 19:07:00 +09:00