RobustToolbox
RobustToolbox copied to clipboard
Robust multiplayer game engine, used by Space Station 14
Apparently beridot loaded in box on the same map far away. Might be related to some handlestate nonsense. Relevant screenshot: 
should partially adress both #3052 and #3032 basically nukes all read calls in entityspawning and uses copy instead. should allow us to speed up entityspawning quite a bit since we...
SS14 has several that have gone unnoticed, the most recent one is BoxSurvival.
Proof of concept Todo: - [x] Pausing - [ ] Serializing
## Description #title **Reproduction** Drag a grid in space and peep that console **Screenshots**  **Additional context**
Right now lightmanager is global. Ideally there would be a component that can be put on maps to use specific ambient lighting for it. This shouldn't be too hard to...
It's kind of a weird one because if you scale something down you'd prefer to use the smaller scale but if you scale something up you want to cap it...
Even if we do z-levels on content, thinking about it engine is gonna need some changes. The biggest issue is we need to support cross-map joints to connect grids across...
For planets in ss14 some way to track tiles is very useful. Grid splitting also needs to be selectively turned off for these too. If you want to go real...