Commit Graph

21608 Commits

Author SHA1 Message Date
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
1c31a4a6b6 Expose animation start time as mutable in interface 2020-11-22 13:11:22 +01:00
b62a873502 Merge branch 'master' into remove-default-retry-balue 2020-11-22 10:54:40 +01:00
666112cb5a Address @bdach's minor suggestions 2020-11-22 18:51:16 +09:00
c506b438bf Remove more code and make some methods private 2020-11-22 18:51:16 +09:00
b745fb681a Fix incorrect static using placement 2020-11-22 04:40:55 +03:00
4887132947 Adjustments for edge cases support 2020-11-22 04:28:17 +03:00
f07f8089d6 Adjust monthsPerTick value 2020-11-22 03:58:56 +03:00
e6c116f0ab Rework horizontal ticks creation 2020-11-22 03:49:00 +03:00
6e581902cd Simplify column ticks creation 2020-11-22 03:11:38 +03:00
453f0ba675 Make tick lines thicker 2020-11-22 02:34:29 +03:00
3cb1d04667 Move dates fill into it's own method 2020-11-22 02:25:12 +03:00
d4b56aac84 Add missing whitespace 2020-11-22 02:17:54 +03:00
9d7ddf8343 Merge master with conflicts resolved 2020-11-22 02:13:35 +03: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
240c1b0aef Add support for changing animation start time after load 2020-11-21 20:06:30 +01:00
9f997db958 Rewind judgement transforms before clearing 2020-11-21 17:56:49 +01:00
875f986979 Remove default from base ResultsScreen too 2020-11-21 14:38:38 +01:00
295ca38cda Merge remote-tracking branch 'origin/master' into on-drawable-hitobject-added 2020-11-21 15:25:16 +09:00
4345d8dcb6 Event -> virtual method 2020-11-21 15:20:33 +09:00
281ed49332 Add HasInitialized to DHO
As it turned out, `IsLoaded` is not a reliable way.
2020-11-21 11:19:52 +09: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
82aefa3868 Rework and rename to OnNewDrawableHitObject.
The semantics is changed and hopefully more clear.
2020-11-21 00:27:19 +09: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
772f6df668 Add a remark for DrawableHitObjectAdded 2020-11-20 18:00:00 +09:00
c013cd11c9 Add DrawableHitObjectAdded event 2020-11-20 17:56:47 +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