Commit Graph

27 Commits

Author SHA1 Message Date
Dan Balasescu
2c9e7a6d7c Upgrade to .NET 8 SDK 2024-02-02 16:21:16 +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
Dean Herbert
5b3253a3e4 Move NetAnalysers spec back to Directory.Build.props 2022-02-10 18:55:27 +09:00
Dean Herbert
5a33521f09 Update safe looking nuget packages in line with net6.0 2022-02-10 18:34:33 +09:00
Dean Herbert
4d13d7cd41 Update basics for net6.0 support 2022-02-10 15:18:28 +09:00
Dean Herbert
f34ab37720 Rename GetSuitableHost to avoid ambiguous invocation 2022-01-06 15:26:10 +09:00
Dean Herbert
cd25bc122e Move gameName out of HostOptions 2022-01-06 15:25:34 +09:00
Dean Herbert
7ccc172384 Rename HostConfig to HostOptions
In line with microsoft naming standards, and also avoid conflict with
the term "Config" which we use in completely different circumstances
around the same code. Would lead to a lot of confusion.
2022-01-05 15:06:29 +09:00
Speykious
152cb1e60d Fix (probably only) remaining deprecated ctor usage 2022-01-03 22:24:24 +01:00
Dean Herbert
48d2119242 Move BannedAnalysers update to props file 2021-10-26 11:00:40 +09:00
Dean Herbert
0279cc1723 Update SDL (and other dependencies) 2021-10-25 23:47:23 +09:00
Dean Herbert
887706bf16 Remove useOsuTK argument support 2021-03-11 13:39:00 +09:00
Dan Balasescu
549c63bb7b Merge branch 'master' into net5.0 2020-11-30 11:13:03 +09:00
Roman Kapustin
9adb4c853d Target net5.0 instead of netcoreapp3 2020-11-20 14:07:37 +03:00
Dean Herbert
a6eff735e0 Invert startup variable to favour sdl 2020-11-13 15:32:59 +09:00
Dean Herbert
a3baa0bfa2 Default to using SDL backend 2020-11-12 18:25:41 +09:00
Dean Herbert
fd8319419f Add SDL support to SampleGame 2020-11-09 17:06:08 +09:00
Huo Yaoyuan
fa1edd4fc7 Update project targets to netcoreapp3.1 2019-12-20 19:34:01 +08:00
Huo Yaoyuan
f48ab597dd Move common properties to props.
It's no-op to include nuget packaging properties into unpackable projects.
Package license url is deprecated. Using license expression instead.
2019-10-15 20:08:27 +08:00
Dean Herbert
9c9569d35f Update to .NET core 3.0
Note that this does not yet bump .net standard version, which we will reconsider after non-beta release of 3.0.
2019-09-13 13:32:34 +09:00
Dean Herbert
1a359f560f Move SpriteIcon to framework side
Optimise
2019-03-27 14:19:58 +09:00
Dean Herbert
6079e4cd28 Change order of game/host creation to be more sensible 2019-02-12 19:59:46 +09:00
Dean Herbert
fb3029668d Update licence header (and remove year) 2019-01-24 17:59:35 +09:00
Shane Woolcock
64d3cdbc5f Update SampleGame.Desktop to netcoreapp 2.2 2018-12-14 19:59:04 +10:30
Shane Woolcock
ef34b13959 Code sanity 2018-11-20 21:07:53 +10:30
Shane Woolcock
907a4859b6 Split SampleGame to a library and desktop project 2018-11-20 20:56:15 +10:30