Dan Balasescu
|
aca99c2c42
|
Merge branch 'master' into player-test-flexibility
|
2019-03-20 14:31:33 +09:00 |
|
David Zhao
|
2646126d86
|
Merge remote-tracking branch 'upstream/master' into visual-settings-container
|
2019-03-20 14:29:20 +09:00 |
|
David Zhao
|
15637f9c4a
|
Rework instant blur logic such that updateVisuals doesn't need to be public
|
2019-03-20 14:17:35 +09:00 |
|
smoogipoo
|
6511234804
|
Fix catch spinners not being allowed for conversion
|
2019-03-20 13:53:22 +09:00 |
|
Dean Herbert
|
936c3e1ed9
|
Add safety type check to DrawableScrollingRuleset
|
2019-03-20 11:34:06 +09:00 |
|
Dean Herbert
|
45b8bfcfd3
|
Better protect not-generic DrawableRuleset
|
2019-03-20 11:31:03 +09:00 |
|
Dean Herbert
|
7b6d882ce6
|
Remove double-generic type
|
2019-03-20 11:29:16 +09:00 |
|
Dan Balasescu
|
e5db0c973e
|
Merge branch 'master' into fix-background-loading
|
2019-03-20 11:25:23 +09:00 |
|
Dean Herbert
|
3b7a76aa4e
|
Fix typo
|
2019-03-20 11:22:34 +09:00 |
|
Dean Herbert
|
7b65d3437f
|
Merge branch 'master' into fix-background-loading
|
2019-03-20 10:33:53 +09:00 |
|
Dean Herbert
|
5b6ac7abdc
|
Merge remote-tracking branch 'upstream/master' into pause-logic-simplification
|
2019-03-20 10:31:42 +09:00 |
|
Dean Herbert
|
461a0a5038
|
Merge branch 'master' into remove-unnecessary-code
|
2019-03-20 10:22:24 +09:00 |
|
Dean Herbert
|
e0ab40b082
|
Rename missed files
|
2019-03-19 23:56:12 +09:00 |
|
Dean Herbert
|
baea7230bc
|
Rename RulesetContainer to DrawableRuleset
|
2019-03-19 23:47:31 +09:00 |
|
Dean Herbert
|
9ca6699c64
|
Merge remote-tracking branch 'upstream/master' into player-test-flexibility
|
2019-03-19 20:33:39 +09:00 |
|
Dean Herbert
|
68f28326a2
|
Refactor RulesetContainer for readability
|
2019-03-19 20:21:31 +09:00 |
|
David Zhao
|
a1000524ee
|
Merge branch 'master' into visual-settings-container
|
2019-03-19 20:17:12 +09:00 |
|
David Zhao
|
a8e2072286
|
Make blurtarget private, improve documentation
|
2019-03-19 20:15:28 +09:00 |
|
Dean Herbert
|
def15645f7
|
Update framework
|
2019-03-19 17:32:36 +09:00 |
|
Dean Herbert
|
025a266112
|
Update framework
|
2019-03-19 17:02:03 +09:00 |
|
Dean Herbert
|
e36ad3eb6b
|
Add initial alpha in case
|
2019-03-19 16:11:22 +09:00 |
|
Dean Herbert
|
d2007cfb38
|
Fix weird transition
|
2019-03-19 16:10:28 +09:00 |
|
Dean Herbert
|
83f3d3abde
|
Merge remote-tracking branch 'upstream/master' into disclaimer-support-text
|
2019-03-19 16:02:34 +09:00 |
|
Dean Herbert
|
3327e2841a
|
Merge branch 'master' into fix-background-loading
|
2019-03-19 16:00:09 +09:00 |
|
David Zhao
|
dc26e90a8d
|
Remove unused usings
|
2019-03-19 13:16:06 +09:00 |
|
David Zhao
|
df37973e84
|
Move showstoryboard into player
|
2019-03-19 13:13:19 +09:00 |
|
David Zhao
|
27a92e017c
|
rename back to UserDimContainer
|
2019-03-19 13:06:14 +09:00 |
|
David Zhao
|
f1b2073bf6
|
Merge remote-tracking branch 'upstream/master' into visual-settings-container
|
2019-03-19 13:01:05 +09:00 |
|
Dean Herbert
|
4390e163fc
|
Merge branch 'master' into storyboard-clock
|
2019-03-18 21:11:41 +09:00 |
|
Dean Herbert
|
4f075f4740
|
Add more comprehensive testing
|
2019-03-18 20:33:43 +09:00 |
|
Dean Herbert
|
9433a97747
|
Add resume requesting support and fix exit scenarios
|
2019-03-18 20:33:43 +09:00 |
|
Dean Herbert
|
536b5e0dab
|
Remove PausableGameplayContainer
|
2019-03-18 20:33:43 +09:00 |
|
Dean Herbert
|
f13003c53b
|
Simplify and localise storyboard logic in Player.cs
|
2019-03-18 20:33:43 +09:00 |
|
Dean Herbert
|
bcaff9f7b4
|
Add basic pause tests
|
2019-03-18 20:33:43 +09:00 |
|
Dean Herbert
|
465c95e952
|
Refactor pause logic so GameplayClockContainer is in control
|
2019-03-18 20:33:43 +09:00 |
|
Dean Herbert
|
15dd132c92
|
Use SetUpSteps attribute
|
2019-03-18 20:32:36 +09:00 |
|
Dean Herbert
|
a81461ba12
|
Add ability to test without nofail enabled
|
2019-03-18 20:32:28 +09:00 |
|
David Zhao
|
acc133896b
|
Correct null check
|
2019-03-18 18:19:59 +09:00 |
|
Dean Herbert
|
8df47bc23e
|
Increase flexibility of player test cases
|
2019-03-18 17:09:48 +09:00 |
|
David Zhao
|
05147768d3
|
Permit nulls
|
2019-03-18 15:50:34 +09:00 |
|
David Zhao
|
6a26972284
|
DI gameplay clock for Storyboards
|
2019-03-18 15:25:54 +09:00 |
|
Dean Herbert
|
14df9f94e2
|
Merge branch 'master' into fix-background-loading
|
2019-03-18 14:59:35 +09:00 |
|
David Zhao
|
0024a0bdb2
|
Remove unused using
|
2019-03-18 14:35:03 +09:00 |
|
David Zhao
|
eac7672c6b
|
Clean up debug logging
|
2019-03-18 14:03:54 +09:00 |
|
Dean Herbert
|
392a0a1d74
|
Merge branch 'master' into update-framework
|
2019-03-18 11:34:59 +09:00 |
|
Dan Balasescu
|
e0b3149e32
|
Merge branch 'master' into api-testability
|
2019-03-18 10:59:06 +09:00 |
|
Dean Herbert
|
9ca4d9d4d1
|
Remove regions
|
2019-03-18 10:48:44 +09:00 |
|
Dean Herbert
|
c496f6e56b
|
Fix usages of OnLoadComplete
|
2019-03-17 13:44:20 +09:00 |
|
Dean Herbert
|
771d676ba1
|
Split RulesetInputManager out to FrameStabilityContainer
|
2019-03-17 13:30:52 +09:00 |
|
Dean Herbert
|
8c6caf0b18
|
Update framework
|
2019-03-16 01:38:42 +09:00 |
|
Dean Herbert
|
14af957599
|
Merge pull request #4468 from smoogipoo/fix-min-tick-distance
Fix ticks not being generated at the minimum tick distance
|
2019-03-15 12:12:48 +09:00 |
|
Dean Herbert
|
36e5c09710
|
Merge pull request #4433 from nekodex/prevent-null-lookup
Don't perform lookup of beatmap stats unless an online id is present
|
2019-03-15 10:39:39 +09:00 |
|
Joehu
|
e31680e373
|
Address styling issues on CodeFactor
|
2019-03-14 16:05:54 -07:00 |
|
Dan Balasescu
|
2c80f73a88
|
Merge branch 'master' into increase-osu-file-validation
|
2019-03-14 18:47:32 +09:00 |
|
David Zhao
|
8fc90bb9a0
|
Remove unused usings
|
2019-03-14 16:26:34 +09:00 |
|
David Zhao
|
8cdfb1fd61
|
Remove BlurrableBackgroundScreen, rework tests
|
2019-03-14 16:09:17 +09:00 |
|
smoogipoo
|
71d79f0a39
|
Fix ticks not being generated at the minimum tick distance
|
2019-03-14 15:20:12 +09:00 |
|
smoogipoo
|
2815c3b07c
|
Remove unused variable
|
2019-03-14 15:12:26 +09:00 |
|
David Zhao
|
8714902349
|
Handle all blurring directly from background
|
2019-03-14 14:02:46 +09:00 |
|
Jamie Taylor
|
69eb4ef983
|
Change updateMetrics parameter to be optional
|
2019-03-14 13:35:49 +09:00 |
|
Dean Herbert
|
0042cc5337
|
Merge branch 'master' into mod-ramp-hotfix
|
2019-03-14 13:02:29 +09:00 |
|
Dean Herbert
|
7d56ce63d3
|
Fix test case failures
|
2019-03-14 12:31:17 +09:00 |
|
Dean Herbert
|
85c518f146
|
Change logic to better handle external adjustments
|
2019-03-14 12:29:16 +09:00 |
|
Dean Herbert
|
843ede2d52
|
Update framework
|
2019-03-14 11:29:46 +09:00 |
|
Dean Herbert
|
108dcd0a92
|
Update framework
|
2019-03-13 21:58:50 +09:00 |
|
Dean Herbert
|
c40e24739b
|
Fix weird application logic
|
2019-03-13 21:37:33 +09:00 |
|
Dan Balasescu
|
5d23a966d7
|
Fix incorrect application logic for rate fallback
Co-Authored-By: peppy <pe@ppy.sh>
|
2019-03-13 20:55:33 +09:00 |
|
Dean Herbert
|
dd6fbccb56
|
Slight refactoring of order for readability
|
2019-03-13 19:57:45 +09:00 |
|
Dean Herbert
|
7fc8e07f12
|
Merge branch 'master' into prevent-null-lookup
|
2019-03-13 19:40:44 +09:00 |
|
Dean Herbert
|
7d637691d7
|
Use non-guest user ID for non-guest user
|
2019-03-13 19:01:42 +09:00 |
|
Dan Balasescu
|
6aa3dc9f55
|
Use non-real domain
Co-Authored-By: peppy <pe@ppy.sh>
|
2019-03-13 18:56:48 +09:00 |
|
Dean Herbert
|
3d4a80957f
|
Improve comment
|
2019-03-13 18:27:54 +09:00 |
|
David Zhao
|
de6d8fc637
|
Move user blurring into VIsualSettingsContainer
|
2019-03-13 18:25:22 +09:00 |
|
Dean Herbert
|
1617e2a729
|
Merge branch 'master' into mania-judgemetns
|
2019-03-13 18:17:42 +09:00 |
|
Dean Herbert
|
8f00f2290a
|
Log issues
|
2019-03-13 14:56:41 +09:00 |
|
Dean Herbert
|
241e336c21
|
Fix break parsing
|
2019-03-13 14:22:16 +09:00 |
|
Jamie Taylor
|
7a2af5634c
|
Merge remote-tracking branch 'upstream/master' into prevent-null-lookup
|
2019-03-13 14:13:50 +09:00 |
|
Jamie Taylor
|
e6449db8e3
|
Null metrics on null beatmap for transition animation
|
2019-03-13 14:13:42 +09:00 |
|
Dean Herbert
|
f4c505709a
|
Use parsing methods in more places
Limiting scope to beatmap decoding for this pass. Can expand to skin/storyboard in the future.
|
2019-03-13 13:56:31 +09:00 |
|
Dean Herbert
|
f8b5cf8c8e
|
Add extra clamping of endTime to startTime
|
2019-03-13 13:46:41 +09:00 |
|
Dean Herbert
|
b1f18481e0
|
Show text to supporters telling them they're cool
Also adds better tests for disclaimer screen.
|
2019-03-13 12:58:42 +09:00 |
|
Dean Herbert
|
f0114d776d
|
Use interface to access API
Allows for better testability.
|
2019-03-13 12:58:18 +09:00 |
|
Dan Balasescu
|
a35d9ccc09
|
Apply clamping suggestion
Co-Authored-By: peppy <pe@ppy.sh>
|
2019-03-13 12:35:05 +09:00 |
|
Dean Herbert
|
93b774104a
|
Fix NaN handling
|
2019-03-13 11:30:33 +09:00 |
|
Dean Herbert
|
73d9aef5bd
|
Fix filename
|
2019-03-12 20:38:04 +09:00 |
|
Dean Herbert
|
cc09ecbfcf
|
Increase validation performed on .osu files to avoid hard crashes
|
2019-03-12 20:31:15 +09:00 |
|
David Zhao
|
7eb253b687
|
Fix incorrect scale duration
|
2019-03-12 19:44:53 +09:00 |
|
David Zhao
|
3b3b1e51ee
|
Move hit animation logic into virtual method
|
2019-03-12 19:41:33 +09:00 |
|
David Zhao
|
9850122245
|
Fix incorrect delay
|
2019-03-12 19:24:46 +09:00 |
|
David Zhao
|
12f334035f
|
Create properties for use in DrawableManiaJudgement
|
2019-03-12 19:23:24 +09:00 |
|
Dean Herbert
|
a10cd2288d
|
Improve ModRamp's handling of external rate changes
|
2019-03-12 18:15:18 +09:00 |
|
Dean Herbert
|
6832e384a9
|
Simplify DT/HT/NC/DC
|
2019-03-12 18:14:41 +09:00 |
|
Dean Herbert
|
c1a356161f
|
Allow use rate adjust to fallback to clock rate adjust
|
2019-03-12 18:14:01 +09:00 |
|
Dean Herbert
|
3c2d8cad0a
|
Add better async logic for ScreenWithBeatmapBackground
|
2019-03-12 17:32:40 +09:00 |
|
Dean Herbert
|
8230d5b52e
|
Ensure initial blur is set on song select background creation
We do not want the blur transition to play here
|
2019-03-12 17:27:20 +09:00 |
|
Dean Herbert
|
ee7169a629
|
Use new non-immediate suspend logic in BackgroundScreenStack
|
2019-03-12 17:26:16 +09:00 |
|
Dan Balasescu
|
e6e0cf1957
|
Merge branch 'master' into direct-stats-offset
|
2019-03-12 16:17:36 +09:00 |
|
smoogipoo
|
059397ac50
|
Remove unnecessary early return for maching beatmap IDs
|
2019-03-12 14:40:13 +09:00 |
|
Dan Balasescu
|
05358fa458
|
Merge branch 'master' into ensure-import-sanity
|
2019-03-12 14:24:07 +09:00 |
|
Dean Herbert
|
00feb34a3d
|
Perform load even if default beatmap
|
2019-03-12 14:02:49 +09:00 |
|