Commit Graph

128 Commits

Author SHA1 Message Date
5757eb7529 Update a few more instances of 0.96f scale constants 2023-05-03 18:20:12 +09:00
453143813f Extend input handling of osu! logo to full border area
This is the easiest way to make this happen. It does mean the pink area
is being drawn behind the white border, but I haven't found a scenario
where this is noticeable.

Closes #4217.
2023-05-03 14:57:57 +09:00
750b55d9b7 Update other events to have matching return types (and animate more) 2023-01-08 22:28:19 +09:00
bae3a6851b Block hover events behind logo even if action is null 2023-01-07 11:15:51 -08:00
53d7dcefe5 Fix osu! logo not being draggable on player loader 2023-01-06 09:30:25 -08:00
7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
0efbae6e70 Fix osu! logo drag area being a square 2022-10-26 18:33:07 -07:00
258ad7c6b9 Tidy up kiai time access 2022-08-02 18:18:40 +09:00
07e1763a70 Tweak velocity a bit more (and simplify in multiple places) 2022-07-21 14:25:11 +09:00
2f16174d3d Changed control points set to private; Cleanup 2022-07-21 07:25:44 +03:00
d6c3a52494 Added missing braces 2022-07-21 06:38:33 +03:00
ed8e065a86 Logo triangles speed and beat sync tweaks 2022-07-21 06:13:45 +03:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
22e9620211 Don't block clicks when dragging osu! logo 2022-04-29 12:09:11 +09:00
32ad216669 Allow dragging the osu! logo
Logic borrowed from `NowPlayingOverlay`.
2022-04-28 22:58:34 +09:00
ef5ed262ca Add pitch randomisation to the OsuLogo hover sample 2022-04-15 20:38:47 +09:00
735414bc49 Replace TimeSignatures enum with struct for storage of arbitrary meter 2022-01-22 20:50:31 +01:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
d0fc258886 Remove unused OsuLogo.BeatMatching 2021-07-15 15:11:42 +09:00
d3f0c0730d Merge branch 'master' into non-concurrent-sample-playback 2021-02-12 17:22:15 +09:00
996f1098f6 Use alternate sample on the downbeat while hovering OsuLogo 2021-02-10 18:17:48 +09:00
de9d075f94 Initial sample + samplechannel rework 2021-01-19 17:11:40 +09:00
898e2dae27 Restore kiai time flashing behaviour 2020-11-23 14:27:02 +09:00
cc33b0f2c6 Apply MenuGlow to Visualisation Colour instead of AccentColour 2020-11-22 16:53:53 +01:00
5002d69f69 Update inspections 2020-08-07 20:51:56 +09:00
5c05fe3988 Expose track from MusicController 2020-08-06 16:24:14 +09:00
6e42b8219c Move track to MusicController, compiles 2020-08-06 16:24:14 +09:00
5b724d9659 Adjust damp base component to provide ample tweening 2020-07-27 15:10:32 +09:00
20096f9aea Remove remaining per-Update transform in OsuLogo to reduce allocations 2020-07-18 11:44:18 +09:00
14ad3835ff Update naming 2020-06-23 21:27:01 +09:00
a60bb5feac Rename baseclass, add xmldoc & change access to internal 2020-06-08 23:45:40 +02:00
ed837d3115 Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
bfb056c612 Apply input method signature refactorings 2020-01-20 18:17:21 +09:00
91735ff367 Update MathUtils namespace usages 2020-01-09 13:43:44 +09:00
5695bb670e change back to queuing 2019-08-31 10:55:05 -04:00
1b4ae5a4a4 Spelling fixes 2019-08-31 10:55:05 -04:00
48716f8f2b Update framework 2019-08-21 13:29:50 +09:00
4ca34bd5e8 Update osu! in line with audio subsystem refactor 2019-05-28 17:06:01 +09:00
b1d74e57e5 Add checks guarding against setting tracking on multiple trackingcongtainers and setting facade size 2019-04-05 13:56:08 +09:00
7047f305a1 Apply reviews, add safety for multiple facades 2019-04-05 12:02:47 +09:00
bfe44eb33d Remove SizeForFlow magic number 2019-03-28 15:40:58 +09:00
42be7857d1 Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
0df9fa1e59 Remove pointless default size specification in OsuLogo 2018-12-06 11:56:16 +09:00
f27bd3ef3e OpenTK -> osuTK 2018-11-20 17:14:59 +09:00
99fc04c8af Change signature to new event handler 2018-10-02 12:02:47 +09:00
a8f156584b Update framework with positional/non-positional changes 2018-09-26 14:01:15 +09:00
0f9aa834e5 Fix osu! logo being present throughout the whole game 2018-09-08 16:31:59 +09:00
03084aa04b Revert async changes 2018-08-31 07:07:10 +09:00
e7a5816d27 Use GetAsync for all samples 2018-08-27 17:30:16 +09:00