Commit 8a8d6d2
committed
Add Steam lobby and relay transport as an optional networking path
- add Steam lobby flow as a parallel option without removing LiteNetLib/direct connect
- add Steam relay transport wiring for Basis client/server networking
- reuse existing Basis world and prop resource pipelines for Steam sessions
- support lobby create/join, invite join, host/leave/rejoin loops
- add world BEE validation and host world bootstrap for Steam-hosted sessions
- preserve existing direct Servers flow and reset transport state correctly when leaving Steam mode
- add Steam settings asset support, optional transport trace, and setup/testing docs1 parent 18623f7 commit 8a8d6d2
120 files changed
Lines changed: 86188 additions & 10678 deletions
File tree
- Basis
- Assets
- Basis
- Settings/Quality Settiings
- Plugins
- Facepunch.Steamworks
- redistributable_bin
- linux32
- linux64
- osx
- win64
- Resources
- Packages
- com.basis.framework
- BasisUI/Menus/Main Menu Providers
- Networking
- com.basis.sdk
- Basis TMP/Resources/Fonts & Materials
- Fonts
- Overlay
- Settings
- com.basis.server
- BasisNetworkClient
- BasisNetworkCore
- BasisNetworkServer
- BasisNetworkMessageProcessor
- BasisNetworkingReductionSystem
- Security
- com.basis.steamtransport
- Docs
- Editor
- Runtime
- Bootstrap
- Integration
- Lobby
- Settings
- Transport
- UI
- Tests
- Runtime
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| 135 | + | |
| 136 | + | |
131 | 137 | | |
132 | 138 | | |
133 | 139 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Lines changed: 81 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments