Dean Herbert
00f390c850
Update framework
2020-04-06 20:13:53 +09:00
smoogipoo
a4208f35c4
Make versionless skins fallback to version 1.0
2020-04-06 19:36:17 +09:00
smoogipoo
8438ee7e07
Improve testing
2020-04-06 19:35:27 +09:00
Dean Herbert
17ed2a4d93
Merge pull request #8641 from smoogipoo/fix-parse-performance
...
Fix performance when parsing mania skins
2020-04-06 19:27:29 +09:00
smoogipoo
db6db861c0
Implement mania note + key image configs
2020-04-06 19:04:02 +09:00
smoogipoo
707a6269b3
Fix incorrect key texture lookup
2020-04-06 19:03:37 +09:00
smoogipoo
eff17c2da5
Allow legacy skin textures from subpaths
2020-04-06 19:03:15 +09:00
smoogipoo
0182448262
Fix performance when parsing mania skins
2020-04-06 18:35:39 +09:00
Dean Herbert
bad1bb6618
Merge pull request #8489 from LittleEndu/test-snaking
...
Write a test for slider snaking
2020-04-06 17:12:20 +09:00
Dean Herbert
49e082b708
Merge branch 'master' into test-snaking
2020-04-06 16:47:29 +09:00
Dean Herbert
a4b4b7df21
Fix follow points not starting at correct time
2020-04-06 13:04:46 +09:00
Dean Herbert
33c64428a8
Fix playback position being set incorrectly for IAnimationTimeReference
2020-04-06 13:04:32 +09:00
Dean Herbert
66b8a8ad2e
Remove stray default value specification
2020-04-06 12:45:58 +09:00
Dean Herbert
cfa2404626
Remove explicit specification of new default
2020-04-06 12:39:49 +09:00
Dean Herbert
8eb47a5aac
Merge branch 'master' into animate-judgements
2020-04-06 12:32:01 +09:00
Joehu
57b6a91449
Remove unnecessary input override on footer button mods
...
Was used when it expanded on hover, but doesn't anymore.
2020-04-05 14:57:44 -07:00
Joehu
0f11ecce01
Make icons container private
2020-04-05 14:53:49 -07:00
Salman Ahmed
7f3ad6d5be
Move default colour fallback to the extension methods itself
2020-04-05 22:15:11 +03:00
Salman Ahmed
1b76a53d32
Move CatchTheBeat section handling to LegacySkinDecoder
...
Best place to reside at
2020-04-05 22:10:35 +03:00
Salman Ahmed
0eaea8ef9d
Create a constructor for break period
...
For simple construction of break periods (e.g. filling a method with an array of break periods inside a test case)
2020-04-05 21:29:03 +03:00
Bartłomiej Dach
3ff27816be
Trim excess newlines
2020-04-05 15:54:50 +02:00
Bartłomiej Dach
25c9674487
Rename method to justify its existence better
2020-04-05 15:54:15 +02:00
Bartłomiej Dach
f9e44ae53e
Bring back comment about AlmostEquals
2020-04-05 15:53:56 +02:00
Bartłomiej Dach
7135c99746
Final cleanups
2020-04-05 15:39:32 +02:00
Bartłomiej Dach
c817cc726a
Rewrite repeat arrow test
2020-04-05 15:37:31 +02:00
Bartłomiej Dach
cbc546905f
Rewrite snaking tests
2020-04-05 15:26:32 +02:00
Bartłomiej Dach
4170c210b2
Centralise hitobject start time calculation
2020-04-05 13:50:27 +02:00
Bartłomiej Dach
d68c45e22b
Use ElementAt() where applicable
2020-04-05 13:47:30 +02:00
Endrik Tombak
23c3be0969
Rename variable
2020-04-05 13:39:31 +03:00
Endrik Tombak
a3626333be
Use DI instead
2020-04-05 13:36:52 +03:00
Endrik Tombak
1f6a4fa4b8
Remove transformations
2020-04-05 12:45:10 +03:00
Endrik Tombak
8d3e228f78
Split and rename tests
2020-04-05 11:22:52 +03:00
Dean Herbert
9477629a56
Merge pull request #8602 from LittleEndu/numer-typo
...
Support HitCircleOverlayAboveNumer typo for old legacy skins
2020-04-05 14:35:39 +09:00
Dean Herbert
bc6c6228ac
Tidy up a touch
2020-04-05 14:13:06 +09:00
Salman Ahmed
42ac0c72ea
Fix grammer issue and more rewording
...
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-04-05 00:46:52 +03:00
Salman Ahmed
f6bbec72bf
Revert "Add custom-coloured osu!catch skin configuration to 'Resources/special-skin'"
...
This reverts commit dfd86e643b
.
2020-04-05 00:20:21 +03:00
Salman Ahmed
dfd86e643b
Add custom-coloured osu!catch skin configuration to 'Resources/special-skin'
2020-04-05 00:14:07 +03:00
Salman Ahmed
b100230538
Test CatchSkinColour transformation on colour retrieval implicitly
2020-04-05 00:13:23 +03:00
Salman Ahmed
55d076d6f3
Transform CatchSkinColour lookup to skin configuration custom colours lookup
2020-04-05 00:10:25 +03:00
Salman Ahmed
10e65c4f53
Add handling for legacy CatchTheBeat section in LegacyDecoder
2020-04-05 00:10:12 +03:00
Salman Ahmed
c4f7b45768
Revert "Add support for custom hyper-dash fruit colouring"
...
This reverts commit 6f2cc5471a
and also its testing cases.
This became dead code after actual correct osu!catch skin colouring, we don't support modern skinning (non-legacy skinning) at the moment, so for what it's worth this can be reverted to default red-coloured
2020-04-05 00:07:25 +03:00
Endrik Tombak
36ad1cbd79
Format the code
2020-04-04 23:17:55 +03:00
Endrik
634a8f9ff4
Return inline
2020-04-04 23:05:10 +03:00
Santeri Nogelainen
da59baa779
Add line break
2020-04-04 22:42:13 +03:00
Santeri Nogelainen
163de36777
Merge remote-tracking branch 'upstream/master'
2020-04-04 22:29:15 +03:00
Santeri Nogelainen
1e8badb14a
Move all logic to TopLocalRank and remove CarouselBeatmapRank
2020-04-04 22:28:36 +03:00
Dean Herbert
e340d2628b
Fix sliderball accent colour not being set correctly
2020-04-05 03:17:11 +09:00
Endrik Tombak
0ebb5a81f9
Fix oversight in testing
2020-04-04 15:59:39 +03:00
Endrik Tombak
8eb5eeedc6
Merge branch 'master' of https://github.com/ppy/osu into test-snaking
2020-04-04 15:35:43 +03:00
Endrik Tombak
a8a52e506d
Review and style changes
2020-04-04 15:35:35 +03:00