-
Notifications
You must be signed in to change notification settings - Fork 5
Multiauth #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
DEATHB4DEFEAT
merged 17 commits into
Simple-Station:master
from
DEATHB4DEFEAT:multiauth
Nov 30, 2025
Merged
Multiauth #3
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
85fab17
check launcher data dir
DEATHB4DEFEAT d418c66
allow connecting with multiple of whitelisted auth servers
DEATHB4DEFEAT fc63700
merge RT v246.0.0
DEATHB4DEFEAT 92d3470
readme
DEATHB4DEFEAT dcfc211
Merge branch 'master' of https://github.com/Simple-Station/Supermatte…
DEATHB4DEFEAT 284c897
fix server string rep, replicate auth servers, etc
DEATHB4DEFEAT 0afd177
add auth server to listplayers
DEATHB4DEFEAT 143501f
advertise auths
DEATHB4DEFEAT 28eb8c8
actually advertise auths
DEATHB4DEFEAT b0c8e94
v260.2.0
DEATHB4DEFEAT 7a8bcb0
Merge branch 'master' of https://github.com/Simple-Station/Supermatte…
DEATHB4DEFEAT 196ac47
fixed it fixed it fixed it fixed it fixed it fixed it fixed it fixed …
DEATHB4DEFEAT 16cbf2a
b
DEATHB4DEFEAT ed39970
Version: 0.1.0
DEATHB4DEFEAT b45e475
Version: 0.1.0
DEATHB4DEFEAT 83e0183
Merge branch 'master' of https://github.com/Simple-Station/Supermatte…
DEATHB4DEFEAT d931eeb
Version: 0.2.0
DEATHB4DEFEAT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| <Project> | ||
| <!-- This file automatically reset by Tools/version.py --> | ||
| <PropertyGroup><Version>260.2.0</Version></PropertyGroup> | ||
| </Project> | ||
| <Project> | ||
| <!-- This file automatically reset by Tools/version.py --> | ||
| <PropertyGroup><Version>0.2.0</Version></PropertyGroup> | ||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,23 @@ | ||
|  | ||
| Supermatter Engine is a game engine primarily being developed for [Space Station 14](https://github.com/Simple-Station/Einstein-Engines). | ||
|
|
||
| Robust Toolbox is an engine primarily being developed for [Space Station 14](https://github.com/space-wizards/space-station-14), although we're working on making it usable for both [singleplayer](https://github.com/space-wizards/RobustToolboxTemplateSingleplayer) and [multiplayer](https://github.com/space-wizards/RobustToolboxTemplate) projects. | ||
|
|
||
| Use the [content repo](https://github.com/space-wizards/space-station-14) for actual development, even if you're modifying the engine itself. | ||
| Use the [content repo](https://github.com/Simple-Station/Einstein-Engines) for actual development, even if you're modifying the engine itself. | ||
|
|
||
| ## Project Links | ||
|
|
||
| [Website](https://spacestation14.io/) | [Discord](https://discord.gg/t2jac3p) | [Forum](https://forum.spacestation14.io/) | [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/) | [Standalone Download](https://spacestation14.io/about/nightlies/) | ||
| [Website](https://simplestation.org/) | [Discord](https://discord.gg/X4QEXxUrsJ) | [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/) | [Standalone Download](https://spacestation14.io/about/nightlies/) | ||
|
|
||
| ## Documentation/Wiki | ||
|
|
||
| The [wiki](https://docs.spacestation14.io/) has documentation on SS14s content, engine, game design and more. We also have lots of resources for new contributors to the project. | ||
|
|
||
| ## Contributing | ||
|
|
||
| We are happy to accept contributions from anybody. Get in Discord or IRC if you want to help. We've got a [list of issues](https://github.com/space-wizards/RobustToolbox/issues) that need to be done and anybody can pick them up. Don't be afraid to ask for help either! | ||
| We are happy to accept contributions from anybody. It is recommended to join our Discord if you want to help. We've got a [list of issues](https://github.com/Simple-Station/SupermatterEngine/issues) that need to be done and anybody can pick them up. Don't be afraid to ask for help either! | ||
|
|
||
| ## Building | ||
|
|
||
| This repository is the **engine** part of SS14. It's the base engine all SS14 servers will be built on. As such, it does not start on its own: it needs the [content repo](https://github.com/space-wizards/space-station-14). Think of Robust Toolbox as BYOND in the context of Space Station 13. | ||
| This repository is the **engine** part of SS14. It's an engine SS14 servers are built on. As such, it does not start on its own: it needs the [content repo](https://github.com/Simple-Station/Einstein-Engines). Think of SME as BYOND in the context of Space Station 13. | ||
|
|
||
| ## Legal Info | ||
|
|
||
| See [legal.md](https://github.com/space-wizards/RobustToolbox/blob/master/legal.md) for licenses and copyright. | ||
| See [legal.md](https://github.com/Simple-Station/SupermatterEngine/blob/master/legal.md) for licenses and copyright. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,6 +54,15 @@ END TEMPLATE--> | |
| *None yet* | ||
|
|
||
|
|
||
| ## 0.2.0 | ||
|
|
||
|
|
||
| ## 0.1.0 | ||
|
|
||
|
|
||
| ## 0.1.0 | ||
|
|
||
|
|
||
| ## 260.2.0 | ||
|
|
||
| ### New features | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hardcoding the column index when retrieving the serverUrl makes the code fragile if the query order ever changes. Consider using named columns or defined constants to ensure the correct value is extracted even if the SQL query is updated.