Commit Graph

241 Commits

Author SHA1 Message Date
Oliver Booth 59a9043d97
feat: add action (de)serialization 2024-06-18 15:45:58 +01:00
Oliver Booth 183261fedd
feat: add AvatarJoined handler in integration test 2024-06-18 15:43:30 +01:00
Oliver Booth 9b6890b46f
style: organise using directives 2024-06-18 15:42:58 +01:00
Oliver Booth fa1a71a504
chore: update dependencies
* coverlet.collector 6.0.2
* Microsoft.NET.Test.Sdk 17.10.0
* NUnit 4.1.0
* NUnit.Analyzers 4.2.0
* System.Drawing.Common 8.0.6
* System.Reactive 6.0.1
* X10D 4.0.0
* ZString 2.6.0
2024-06-18 15:41:50 +01:00
Oliver Booth 4e24426a39
chore!: drop net7.0 target 2024-06-18 15:39:11 +01:00
Oliver Booth c381e079c3
refactor!: revert e71494ef83 2024-06-11 17:09:05 +01:00
Oliver Booth e71494ef83
refactor!: revert 63e775855a 2024-06-01 18:14:14 +01:00
Oliver Booth 2669b5083d
refactor!: revert to 397ec2bcf9 2024-05-30 19:36:57 +01:00
Oliver Booth c54dc755ce
test: switch to NUnit 2024-05-23 11:57:56 +01:00
Oliver Booth ff298a8af5
refactor!: extract interface for Message
This commit also amends the previous commit, where files relevant for User were missed
2024-03-17 13:28:42 +00:00
Oliver Booth 3841ad13aa
refactor!: extract interface for User 2024-03-17 13:25:32 +00:00
Oliver Booth a169346f53
refactor!: extract interface for Avatar 2024-03-17 12:56:28 +00:00
Oliver Booth 05b53da5a4
chore: add Directory.build.props to sln 2024-03-17 12:40:55 +00:00
Oliver Booth 338e338155
refactor!: remove VirtualParadise prefix from entities 2024-03-17 12:40:23 +00:00
Oliver Booth 397ec2bcf9
docs: recreate branding assets from vector source 2024-03-17 12:34:20 +00:00
Oliver Booth e91e703098
docs: update nuget version 2024-02-17 15:29:00 +00:00
Oliver Booth 29f5ec8481
Merge branch 'main' into v1.0.0 2024-02-17 15:25:52 +00:00
Oliver Booth 34b8f22826
docs: update license year 2024-02-17 15:25:00 +00:00
Oliver Booth f86cb05266
perf: use pre-evaluated new world flag 2024-02-17 15:14:03 +00:00
Oliver Booth 04412c63c6
fix: use langversion 16.9 for vb sample 2024-02-17 15:13:33 +00:00
Oliver Booth 76d3bba9df
chore: target samples to net8.0 2024-02-17 15:13:09 +00:00
Oliver Booth 982e96595b
chore: add directory.build.props 2024-02-17 15:02:31 +00:00
Oliver Booth 3047c89fdc
fix: fix incorrect interpretation of VP_EVENT_TELEPORT 2024-02-16 17:44:42 +00:00
Oliver Booth d7e3ebf582
chore: use .NET 8 sdk 2024-02-16 17:06:13 +00:00
Oliver Booth db5200bd96
fix: cache new avatar location on teleport 2024-02-16 17:04:59 +00:00
Oliver Booth 850b32c389
fix: fix bug where teleported avatars would lose their world reference 2024-02-16 16:49:06 +00:00
Oliver Booth f6991eb697
fix: match format specifier with parameterless ToString 2024-02-16 16:37:28 +00:00
Oliver Booth 6cca6e6072
fix: fix string formatting of Coordinates when given null provider 2024-02-16 00:34:31 +00:00
Oliver Booth f6a68ad4cd
fix: revert 73ae7e365b
Fixes a bug where GetResult would block the thread leading to EnterAsync failing to enter the world
2024-02-15 23:44:30 +00:00
Oliver Booth 5ffc7a5a3b
refactor: replace throw helper with explicit null check 2024-02-15 22:38:48 +00:00
Oliver Booth 682edbe8c6
chore: bump Commands module to 1.0.0 2024-01-20 17:30:34 +00:00
Oliver Booth d6cd882e0a
fix: amend 63e775855a 2024-01-20 17:30:24 +00:00
Oliver Booth 63e775855a
refactor!: don't fetch user on join. fetch lazily 2024-01-20 17:28:24 +00:00
Oliver Booth 73ae7e365b
refactor: async void is bad and should feel bad 2024-01-20 17:06:25 +00:00
Oliver Booth d9d41e6083
fix: cache avatar only after user is retrieved 2024-01-20 17:02:52 +00:00
Oliver Booth 211d082b7e
fix: fix "rolor" typo 2024-01-06 12:54:27 +00:00
Oliver Booth 98267c5ad7
style: remove unused ns import 2024-01-06 12:46:17 +00:00
Oliver Booth 13d3153a6a
refactor!: remove ReadOnlySpan<double> ctor from Vector3d 2024-01-06 12:46:01 +00:00
Oliver Booth 87c63de53b
fix(ci): test .NET versions separately 2024-01-06 12:36:07 +00:00
Oliver Booth a7d7fee9bc
chore(ci): update to .NET 8 2024-01-06 12:33:06 +00:00
Oliver Booth afc85038c2
fix: remove .ToPointer call in tests project 2024-01-06 12:31:13 +00:00
Oliver Booth 02e4000c63
chore: update dependencies
- Microsoft.Extensions.Hosting 8.0.0
- System.Drawing.Common 8.0.0
- System.Reactive 6.0.0
- X10D 3.3.1
- MIcrosoft.NET.Test.Sdk 17.8.0
- MSTest.TestAdapter 3.1.1
- MSTest.TestFramework 3.1.1
- coverlet.collector 6.0.0
2024-01-06 12:30:03 +00:00
Oliver Booth add68e0a82
feat: add .NET 8 support 2024-01-06 12:26:02 +00:00
Oliver Booth 25416ae6c1
fix: delay vp_state_change until CurrentAvatar is updated 2024-01-06 12:24:30 +00:00
Oliver Booth cc2b7a8964
fix: set world settings after avatar details are set 2024-01-06 12:19:29 +00:00
Oliver Booth a3b6f44ea9
chore: bump to 1.0.0 2024-01-06 12:19:10 +00:00
Oliver Booth fc35034f98
[ci skip] ci: publish nightly on workflow_dispatch 2023-11-14 21:49:56 +00:00
Oliver Booth f385ba867e
fix: suppress events on obj query fail 2023-11-14 21:47:50 +00:00
Oliver Booth 67387f567d
refactor: use Optional nuget instead of custom Optional<> struct 2023-05-25 19:40:39 +01:00
Oliver Booth c824467845
refactor: remove Assembly.cs, define attributes in csproj 2023-05-25 19:29:31 +01:00