Commit 83d7fd5
authored
feature: all in one (single) (#202)
* CHG use keyed options to allow multiple definitions in one app
* CHG make packet provider and related services keyed so they can be registered multiple times and injected by key
* ADD Single executable to host both auth and game in one executable
* feat(single): implement single exe
* refactor(build): renamed Game + Auth to Game.Server + Auth.Server
Executables are now just a tiny wrapper around the library to make QuantumCore.Single not depend on executables (causes many issues with build output)
* feat(ci): single exe
* feat(single): Add commandline parser to allow --version and --help
* chore: Set author to MeikelLP to make auto generated copyright more useful
* refactor(single): Moved Game.Server + Auth.Server to Libraries/ dir
* fix: launchSettings.json
* fix: project references
* feat: Use IFileProvider
Additionally removed the proto loaders and merged them with their respective manager
* refactor(game): Use IFileProvider
* refactor(game): Remove additional config files from data dir
* fix: tests
* refactor(game): Use IFileProvider
* refactor(game): Use IFileProvider
* refactor(game): Use ILoadable
* fix(game): Duplicate service registration
* fix: tests
* fix: startup crash if no data/ dir existed
* docs: renamed API to configuration
* docs: Improve configuration docs
* chore(docs): Add recommended truncate for blog posts
* fix(tests)
Bumped FluentAssertions to 7.0.0-alpha.5 for fluentassertions/fluentassertions#2565
* fix: InMemory cache wrong expiry
* fix(game): service registration
* fix: default IP is loopback
* fix(auth): startup
* fix(tests)
* fix(game): remove unnecessary file IO
* refactor: use constants for "auth" and "game" named options
* chore: cleanup csproj
* fix(single): bump GitVersion.MsBuild to latest to possibly fix CI issue
* fix(ci): unshallow fetch
* fix(ci): unshallow fetch
* fix(single): app launch
* fix(ci): self-contained publish for single
* chore(ci): rename publish artifacts job
* fix(game): ping handler casting wrongly
* chore(docs): clarify the client directory
* fix(ci): run single builds only on master/tag1 parent 112a309 commit 83d7fd5
File tree
322 files changed
+1892
-1462
lines changed- .github/workflows
- docs/docs/Getting Started
- src
- Core.Networking
- CorePluginAPI
- Game
- World
- Core
- Core
- Networking
- Utils
- Extensions
- Data
- Auth.Persistence
- Extensions
- Core.Caching
- InMemory
- Core.Persistence/Extensions
- Game.Persistence
- Extensions
- Executables
- Auth
- Properties
- DocsGenerator
- Game
- Packets
- General
- Shop
- Skills
- Properties
- Single
- Properties
- Game.Benchmarks
- Benchmarks
- Libraries
- Auth.Server
- Extensions
- PacketHandlers
- Packets
- Game.Server
- Commands
- Guild
- Drops
- Events
- Extensions
- PacketHandlers
- Game
- Guild
- Loading
- Select
- Packets
- General
- Guild
- Quest
- QuickBar
- Shop
- Skills
- PlayerUtils
- Quest
- Services
- Skills
- Types
- World
- AI
- Entities
- Tests
- Auth.Tests
- Core.Caching.Tests
- Core.Networking.Generators.Tests
- Core.Tests
- Data.Auth.Tests
- Fixtures
- Game.Commands.Tests
- Game.Tests
- Fixtures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
322 files changed
+1892
-1462
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
33 | 59 | | |
34 | 60 | | |
35 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | | - | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
| 163 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
119 | | - | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
123 | | - | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
| |||
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
| 194 | + | |
191 | 195 | | |
192 | 196 | | |
193 | | - | |
| 197 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
19 | 55 | | |
20 | 56 | | |
21 | 57 | | |
22 | 58 | | |
23 | 59 | | |
24 | | - | |
25 | 60 | | |
26 | 61 | | |
27 | 62 | | |
28 | 63 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 64 | | |
33 | 65 | | |
34 | 66 | | |
| |||
50 | 82 | | |
51 | 83 | | |
52 | 84 | | |
53 | | - | |
54 | 85 | | |
55 | 86 | | |
56 | 87 | | |
| |||
112 | 143 | | |
113 | 144 | | |
114 | 145 | | |
115 | | - | |
| 146 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments