|
1 | | -# Acronyms and Nomenclature |
2 | | - |
3 | | -| Shorthand | Meaning | |
4 | | -|:------------------------ |:-------------------------------------------------------------------------------------------------------------- | |
5 | | -| GS14 | Goob Station. The coolest Space Station 14 server. | |
6 | | -| SS14 | Space Station 14. Remake of Space Station 13 (SS13). | |
7 | | -| BYOND | The game engine for SS13. | |
8 | | -| RobustToolbox, Engine | SS14's game engine. (Think BYOND). | |
9 | | -| Content, Content Pack | The "game" running on RobustToolbox. (Think SS13). | |
10 | | -| CVar | Convar/Console Variable. Configurable value that you can change in the config files or through the console. | |
11 | | -| .yml, YAML | YAML Ain't Markup Language. Used to define prototypes. | |
12 | | -| .toml, TOML | Tom's Obvious Minimal Language. Like YAML but for config. | |
13 | | -| ECS | Entity Component System | |
14 | | -| IoC | [Inversion of Control](https://docs.spacestation14.com/en/robust-toolbox/ioc.html) | |
15 | | -| .dmi, DMI | BYOND/SS13's sprite file format. Converted to an RSI for our usage. | |
16 | | -| .rsi, RSI | Robust Station Images. SS14's image "file" format (actually a folder). | |
17 | | -| PVS | Potentially Visible Set. Stops the server from sending out-of-range entities to clients. | |
18 | | -| VSC, VSCode | Visual Studio Code. Not the same as VS. | |
19 | | -| VS | Visual Studio Community 2017/19. Not the same as VSC. The IDE for people who can't get a Rider license. | |
20 | | -| Rider | [A crossplatform IDE for C#.](https://www.jetbrains.com/rider/) (Can be obtained for free as a student). | |
21 | | -| Watchdog | SS14 Server Watchdog. Used for dedicated server logging, updating and general management. | |
22 | | -| Lidgren | Networking library. | |
23 | | -| Box2D | The basis for SS14's (heavily modified) physics system. | |
24 | | -| Avalonia | UI framework used for the launcher. | |
25 | | -| Postgres, SQLite | Databases. | |
| 1 | +# Acronyms and Nomenclature |
| 2 | + |
| 3 | +| Shorthand | Meaning | |
| 4 | +|:------------------------ |:-------------------------------------------------------------------------------------------------------------- | |
| 5 | +| GS14 | Goob Station. The coolest Space Station 14 server. | |
| 6 | +| SS14 | Space Station 14. Remake of Space Station 13 (SS13). | |
| 7 | +| BYOND | The game engine for SS13. | |
| 8 | +| RobustToolbox, Engine | SS14's game engine. (Think BYOND). | |
| 9 | +| Content, Content Pack | The "game" running on RobustToolbox. (Think SS13). | |
| 10 | +| CVar | Convar/Console Variable. Configurable value that you can change in the config files or through the console. | |
| 11 | +| .yml, YAML | YAML Ain't Markup Language. Used to define prototypes. | |
| 12 | +| .toml, TOML | Tom's Obvious Minimal Language. Like YAML but for config. | |
| 13 | +| ECS | Entity Component System | |
| 14 | +| IoC | [Inversion of Control](https://docs.spacestation14.com/en/robust-toolbox/ioc.html) | |
| 15 | +| .dmi, DMI | BYOND/SS13's sprite file format. Converted to an RSI for our usage. | |
| 16 | +| .rsi, RSI | Robust Station Images. SS14's image "file" format (actually a folder). | |
| 17 | +| PVS | Potentially Visible Set. Stops the server from sending out-of-range entities to clients. | |
| 18 | +| VSC, VSCode | Visual Studio Code. Not the same as VS. | |
| 19 | +| VS | Visual Studio Community 2017/19. Not the same as VSC. The IDE for people who can't get a Rider license. | |
| 20 | +| Rider | [A crossplatform IDE for C#.](https://www.jetbrains.com/rider/) (Can be obtained for free as a student). | |
| 21 | +| Watchdog | SS14 Server Watchdog. Used for dedicated server logging, updating and general management. | |
| 22 | +| Lidgren | Networking library. | |
| 23 | +| Box2D | The basis for SS14's (heavily modified) physics system. | |
| 24 | +| Avalonia | UI framework used for the launcher. | |
| 25 | +| Postgres, SQLite | Databases. | |
26 | 26 | | EntityUid | Entity Unique Identifier | |
0 commit comments