Commit Graph

20 Commits

Author SHA1 Message Date
LA
9917cba56f 只暂存 2025-11-10 00:26:32 +08:00
Dean Herbert
b4ed7217c1 Bring back HasFlagsFast
.NET version performs poorly on debug.
2024-08-19 19:40:59 +09:00
Dan Balasescu
b4aa48697d Remove HasFlagFast 2024-07-02 13:26:53 +09:00
Dean Herbert
63405204eb Apply NRT to all low-hanging fruit 2022-11-16 19:12:44 +09:00
Dan Balasescu
ba1385330c Automated #nullable processing 2022-06-13 21:57:05 +09:00
Salman Ahmed
d5944237a7 Keep anchor and origin when wrapping drawable inside a container 2021-05-10 02:41:06 +03:00
smoogipoo
d924110921 Replace all usages of HasFlag with HasFlagFast 2021-02-25 14:24:14 +09:00
Huo Yaoyuan
b7b25ab0ec CA1715: use prefix for generic parameters. 2019-12-11 19:03:43 +08:00
smoogipoo
061ed71e97 Use IContainerCollection 2019-03-26 13:51:33 +09:00
smoogipoo
13289c5a72 Increase WithChild/WithChildren usability 2019-03-26 12:45:22 +09:00
Dean Herbert
b6f83d64a8 Add container extensions to make adding nested drawables easier 2019-03-25 18:58:20 +09:00
Dean Herbert
fb3029668d Update licence header (and remove year) 2019-01-24 17:59:35 +09:00
smoogipoo
175b2502ad OpenTK -> osuTK 2018-11-20 14:55:29 +09:00
Dean Herbert
6a8d8ea00a User Enum.HasFlag
With .NET core 2.0+ this is as efficient as the ugly code we've been using.
2018-07-16 16:36:43 +09:00
Dean Herbert
7a598af5b9 Normalize all the line endings 2018-04-11 16:34:32 +09:00
Dan Balasescu
d249b1c5ec Code styling cleanup 2018-03-22 19:18:38 +09:00
Thomas Müller
391cdf63c3 Correctly handle rotation in ContainerExtensions.Wrap 2018-03-21 17:26:45 +01:00
Thomas Müller
c2ca8ab6d0 Correctly handle non-1 relative size in ContainerExtensions.Wrap 2018-03-21 17:26:25 +01:00
default0
ac2a93a843 Appease CI gods 2018-03-17 17:33:22 +01:00
default0
535e5f84b2 Add wrap method to remove duplicate code in effects 2018-03-17 17:23:16 +01:00