Davran Dilshat
|
ea3be927d7
|
convert to method group
|
2021-09-04 20:02:10 +01:00 |
|
Davran Dilshat
|
4c006333e0
|
add /chat command
|
2021-09-04 19:42:14 +01:00 |
|
Bartłomiej Dach
|
1a90fb1ef3
|
Fix cached property being assigned twice
|
2021-09-04 19:52:42 +02:00 |
|
apollo-dw
|
3fce3f620f
|
use OsuHitWindows, amend comment
|
2021-09-04 16:56:15 +01:00 |
|
Dean Herbert
|
4fb3a1d641
|
Update check to inflate in the correct direct
Also handles previously unhandled edge cases by comparing all four
corners, instead of only two.
|
2021-09-05 00:46:29 +09:00 |
|
Dean Herbert
|
94b34a5474
|
Add test coverage of invalid cases too
|
2021-09-05 00:46:22 +09:00 |
|
Dean Herbert
|
7b26e480e6
|
Add extended tests
|
2021-09-04 22:55:14 +09:00 |
|
Dean Herbert
|
66daa553de
|
Fix bounds check running too early causing tablet area to show incorrect validity
|
2021-09-04 19:34:55 +09:00 |
|
Dean Herbert
|
8d44f059ec
|
Add test coverage of failing validity checks
|
2021-09-04 15:35:54 +09:00 |
|
Dean Herbert
|
16beb2c90c
|
Expose more pieces of TabletSettings
|
2021-09-04 15:35:46 +09:00 |
|
smoogipoo
|
88158b79f8
|
Change to using top scores
|
2021-09-03 20:37:38 +09:00 |
|
smoogipoo
|
1f7f8bb189
|
Add description to workflow
|
2021-09-03 20:13:33 +09:00 |
|
smoogipoo
|
c6d71e1ae8
|
Add back ruleset check
|
2021-09-03 20:10:17 +09:00 |
|
smoogipoo
|
893a4d4365
|
Fix incorrect quoting
|
2021-09-03 19:23:55 +09:00 |
|
smoogipoo
|
54389561aa
|
Revert "Match against individual rulesets"
This reverts commit b8ada31d7d .
|
2021-09-03 19:12:55 +09:00 |
|
smoogipoo
|
33dcb4915b
|
Revert "Fix if condition"
This reverts commit 789c108e8d .
|
2021-09-03 19:12:41 +09:00 |
|
smoogipoo
|
789c108e8d
|
Fix if condition
|
2021-09-03 18:56:56 +09:00 |
|
smoogipoo
|
b8ada31d7d
|
Match against individual rulesets
|
2021-09-03 18:47:15 +09:00 |
|
smoogipoo
|
176c414c11
|
More accurate data retrieval
|
2021-09-03 18:10:16 +09:00 |
|
smoogipoo
|
000b85a860
|
Add GH Actions workflow for diffcalc checks
|
2021-09-03 17:56:56 +09:00 |
|
apollo-dw
|
8654a0af05
|
remove unnecessary min & renamed variable so its more descriptive
|
2021-09-03 03:01:25 +01:00 |
|
apollo-dw
|
bf87a4b2d3
|
interpolate the doubletap cheese nerf instead
|
2021-09-03 02:39:21 +01:00 |
|
apollo-dw
|
0beef9c1e7
|
made double cheese detection stricter
|
2021-09-03 02:20:22 +01:00 |
|
Bartłomiej Dach
|
565f147a5c
|
Add special style setting for osu!mania
|
2021-09-02 23:29:14 +02:00 |
|
Bartłomiej Dach
|
a2d2ed2ef6
|
Add stack leniency setting for osu!
|
2021-09-02 23:29:14 +02:00 |
|
Bartłomiej Dach
|
ce1912781e
|
Add extension point for ruleset-specific beatmap setup sections
|
2021-09-02 23:29:14 +02:00 |
|
apollo-dw
|
57a2ba9aa8
|
remove "straintime"
|
2021-09-02 18:29:55 +01:00 |
|
apollo-dw
|
0d60076f34
|
fix doubletap cheese detect (base on hitwindow)
|
2021-09-02 17:14:23 +01:00 |
|
apollo-dw
|
d9cc497801
|
refactoring
|
2021-09-02 17:02:23 +01:00 |
|
apollo-dw
|
3e98c71ece
|
cap deltatime to hitwindow sorta
|
2021-09-02 16:48:34 +01:00 |
|
apollo-dw
|
711baa12ba
|
emu's doubletap cheese nerf
|
2021-09-02 16:31:31 +01:00 |
|
Dean Herbert
|
cdd0262ca1
|
Merge pull request #14598 from smoogipoo/adjust-classic-scoring
Make classic scoring a constant multiple of standardised scoring
|
2021-09-02 19:18:03 +09:00 |
|
Dan Balasescu
|
f8d2740670
|
Merge pull request #14578 from peppy/no-more-sample-control-points-info
Move `SampleControlPoint` to legacy class
|
2021-09-02 18:33:45 +09:00 |
|
Dan Balasescu
|
6c649b7bbe
|
Merge branch 'master' into no-more-sample-control-points-info
|
2021-09-02 18:09:05 +09:00 |
|
Dan Balasescu
|
c692268886
|
Merge pull request #14615 from peppy/fix-double-judgement-scaling-osu-ruleset
Fix osu! judgements getting scaled twice over different durations
|
2021-09-02 18:05:52 +09:00 |
|
smoogipoo
|
e3ec7e3ddc
|
Adjust test values
|
2021-09-02 17:01:09 +09:00 |
|
smoogipoo
|
e2f7aaeb71
|
Fix 0 score with bonus-only maps
|
2021-09-02 17:00:13 +09:00 |
|
Dean Herbert
|
b907c2f4f6
|
Fix osu! judgements getting scaled twice over different durations
|
2021-09-02 16:31:43 +09:00 |
|
smoogipoo
|
31433c4b89
|
Apply @spaceman_atlas' quadratic factor
|
2021-09-02 16:26:17 +09:00 |
|
Dan Balasescu
|
aadef41182
|
Merge pull request #14601 from peppy/fix-editor-setup-screen-pixel-leakage
Fix pixels poking out of the top edge of editor setup screen
|
2021-09-02 14:03:37 +09:00 |
|
Dean Herbert
|
315bbbea4f
|
Merge pull request #14612 from ppy/dependabot/nuget/Microsoft.AspNetCore.SignalR.Client-5.0.9
Bump Microsoft.AspNetCore.SignalR.Client from 5.0.8 to 5.0.9
|
2021-09-02 13:10:50 +09:00 |
|
Dean Herbert
|
d1e5602a79
|
Merge pull request #14608 from ppy/dependabot/nuget/Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson-5.0.9
Bump Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson from 5.0.8 to 5.0.9
|
2021-09-02 13:10:46 +09:00 |
|
Dean Herbert
|
e88026bfc0
|
Merge pull request #14613 from ppy/dependabot/nuget/HtmlAgilityPack-1.11.36
Bump HtmlAgilityPack from 1.11.34 to 1.11.36
|
2021-09-02 13:10:36 +09:00 |
|
dependabot[bot]
|
e176babb25
|
Bump Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson
Bumps [Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.8...v5.0.9)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-02 02:34:24 +00:00 |
|
dependabot[bot]
|
be379051f2
|
Bump Microsoft.AspNetCore.SignalR.Client from 5.0.8 to 5.0.9
Bumps [Microsoft.AspNetCore.SignalR.Client](https://github.com/dotnet/aspnetcore) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.8...v5.0.9)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.SignalR.Client
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-02 02:34:19 +00:00 |
|
dependabot[bot]
|
8ba00f6737
|
Bump HtmlAgilityPack from 1.11.34 to 1.11.36
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.34 to 1.11.36.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.34...v1.11.36)
---
updated-dependencies:
- dependency-name: HtmlAgilityPack
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-02 02:33:56 +00:00 |
|
Dan Balasescu
|
a3110885c9
|
Merge pull request #14611 from ppy/dependabot/nuget/Microsoft.NET.Test.Sdk-16.11.0
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0
|
2021-09-02 11:33:22 +09:00 |
|
Dan Balasescu
|
70114584fa
|
Merge pull request #14589 from peppy/fix-traceable-sliders
Fix traceable sliders incorrectly being opaque
|
2021-09-02 11:31:53 +09:00 |
|
dependabot[bot]
|
5a1eccd8e3
|
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.10.0...v16.11.0)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-01 18:17:37 +00:00 |
|
Dean Herbert
|
f2d36b1be8
|
Merge pull request #14609 from ppy/dependabot/nuget/BenchmarkDotNet-0.13.1
Bump BenchmarkDotNet from 0.13.0 to 0.13.1
|
2021-09-02 03:16:46 +09:00 |
|