metalgearsloth
metalgearsloth
See https://github.com/space-wizards/space-station-14/pull/27317#issuecomment-2079660444 Just copy ss13 a wee bit.
Requires https://github.com/space-wizards/RobustToolbox/pull/5077
Title, rather than printing each one individually.
This reverts commit 4903bc2. Resolves https://github.com/space-wizards/space-station-14/issues/27561 Apparently dozens to hundreds of these can be made in a round which the server is not made for. Botany's been a long-standing problem...
- Reduce the delta state size by 1/4 by just storing each chunk key as an array instead of as a separate chunk. - Stop doors opening / closing sending...
There's massive amounts of copy-paste, it needs redesigning as this is just unmaintainable long-term.
- Fix muzzle flash rotations. - Fix effects so they update every frame. - Fix effects tanking client performance. Requires https://github.com/space-wizards/RobustToolbox/pull/5091 :cl: - fix: Fix muzzle flash rotations.
Okay so this one's my fault. Relying upon people to clean their stuff up is too error prone, instead overlays should just call setmatrix / useshader themselves and reset state....
- It's using a Dictionary for flags when you can just use an array instead and get much faster speeds. - The delta states still send every component key which...