Commit Graph

21477 Commits

Author SHA1 Message Date
2ae5a95d77 Change opacity value to match master implementation 2020-11-23 13:35:02 +09:00
61078e9ae1 Use 0.2f instead of .2f 2020-11-22 18:59:16 +01:00
ba7ce4c933 Make colour readonly 2020-11-22 18:37:49 +01:00
458016d17d Remove AccentColour member variable from LogoVisualisation 2020-11-22 17:36:59 +01:00
1551402a8d Change IntroWelcome visualiser to use Colour instead of AccentColour 2020-11-22 17:33:40 +01:00
b468f061f1 Remove unused using 2020-11-22 17:20:00 +01:00
cc33b0f2c6 Apply MenuGlow to Visualisation Colour instead of AccentColour 2020-11-22 16:53:53 +01:00
827a089810 Merge branch 'master' into change-taiko-ez 2020-11-22 13:29:02 +01:00
b62a873502 Merge branch 'master' into remove-default-retry-balue 2020-11-22 10:54:40 +01:00
fe4c622041 Make OnUserChanged private 2020-11-21 23:13:46 +03:00
dbfc839df3 Move missing text to PaginatedProfileSubsection 2020-11-21 23:03:54 +03:00
11c3ccfcaa Move rulesets property to PaginatedProfileSubsection 2020-11-21 22:49:56 +03:00
875f986979 Remove default from base ResultsScreen too 2020-11-21 14:38:38 +01:00
718ba9253b Implement ProfileSubsection component 2020-11-21 03:18:24 +03:00
c4cb1440ab Rename PaginatedContainerHeader to ProfileSubsectionHeader 2020-11-21 02:59:01 +03:00
9520cf6481 Merge branch 'master' into fix-judgement-ordering 2020-11-20 22:49:33 +09:00
58fc61aa95 Merge branch 'master' into legacy-judgement-particles 2020-11-20 22:19:11 +09:00
8785da1b41 Merge pull request #10917 from peppy/no-applause-on-autoplay
Don't play flair animations / sounds when watching autoplay or viewing a result directly
2020-11-20 21:48:10 +09:00
79752bcb19 Merge branch 'master' into legacy-jugement-match-stable-transforms 2020-11-20 20:51:27 +09:00
53b6d90ab4 Don't show default judgements in front of objects for now 2020-11-20 16:30:58 +09:00
a00e0d7279 Move CanBeNull specification to the interface 2020-11-20 16:30:48 +09:00
7fe0923fcf Show main judgement content above hitobjects 2020-11-20 16:25:48 +09:00
0e9999ecb1 Merge branch 'remove-dead-playfield-code' into fix-judgement-ordering 2020-11-20 16:12:48 +09:00
2db42f8e67 Remove default allowRetry parameter value from ResultsScreen 2020-11-20 14:35:44 +09:00
8c32d3f781 Don't play flair animations / sounds when watching autoplay or viewing a result directly
I think this is a pretty good place to be for now. The flair will play
if you just watched a play (local, replay or spectator) but will not
play if you are coming from song select (viewing a replay's result
screen from the leaderboard) or in the case of autoplay.

Closes #10762.
2020-11-20 14:32:31 +09:00
1df3f88fc4 Update framework 2020-11-20 12:32:17 +09:00
6356b2dde9 Prevent editor from crashing for rulesets with no compose screen implementation 2020-11-19 22:11:52 +01:00
1c7ee2ca5f Simplify math by making direction a float 2020-11-19 18:46:19 +09:00
84e73e88d5 Use structs for parts for added safety 2020-11-19 18:08:54 +09:00
3a7291c5cf Fix some behavioural regressions 2020-11-19 17:56:11 +09:00
476d0256cc Replace particle explosion implementation with DrawNode version 2020-11-19 17:22:37 +09:00
83024f1ec5 Add back positional randomness from stable 2020-11-19 16:00:20 +09:00
efd5acb8ab Randomise direction every animation playback 2020-11-19 15:55:11 +09:00
9d04ce75cc Make particles additive and consume in judgement explosions 2020-11-19 15:47:02 +09:00
9df93e1f18 Add basic implementation of particle explosion
Using drawables still, just to get things in place and setup the
structure
2020-11-19 14:54:33 +09:00
7f3c8ad744 Merge pull request #10872 from smoogipoo/fix-missing-triangles 2020-11-19 14:11:08 +09:00
ba735584fa Add null check for disposal safety 2020-11-19 14:04:43 +09:00
85c5c68dfa Provide particle drawable as a function (for future use) 2020-11-19 13:20:21 +09:00
24d7fa03d8 Merge branch 'master' into legacy-jugement-match-stable-transforms 2020-11-18 20:33:58 +01:00
5156de3a10 Merge branch 'master' into fix-judgement-transform-logic 2020-11-18 19:20:11 +01:00
ecd6d09600 Merge pull request #10891 from smoogipoo/remove-obsoletes
Remove obsolete method
2020-11-18 23:07:31 +09:00
9f6ca06039 Merge pull request #10889 from peppy/return-null-if-skinnable-sprite-no-exist
Fix SkinnableSprite initialising a drawable even when the texture is not available
2020-11-18 21:35:13 +09:00
cb5d1d0d77 Remove obsolete method 2020-11-18 21:26:35 +09:00
b3bec81b79 Update xmldoc to match new behaviour 2020-11-18 19:38:38 +09:00
8522ddc61e Reduce nesting of skinned component to reduce exposed surface 2020-11-18 19:34:27 +09:00
ee8804b50b Fix animation playback not running on skin change 2020-11-18 19:03:34 +09:00
c47e70da9b Update animations for new/old miss style and add fades 2020-11-18 19:03:34 +09:00
9d3de5bca0 Fix hit lighting dictating lifetime even when not present in skin 2020-11-18 19:03:34 +09:00
9d0a6de26e Fix SkinnableSprite initialising a drawable even when the texture is not available 2020-11-18 19:03:34 +09:00
72a15ef2dc Handle DrawableJudgement lifetime more flexibly 2020-11-18 19:03:34 +09:00