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.
What this does
This makes the server compilable and playable in BYOND 516. This is a work in progress PR.
/vector
now-native type into a custom subtype to maintain all our featuresdark_plane
for people who wear night vision googles, for grues, and for spiders. The effect isn't directly noticeable.Why it's good
516 liberates us from IE, is faster overall, is a more modern version of BYOND with more features, and has considerable rendering improvments. As a full disclosure I initially wanted to do this to test if Euro/vg/Lights were doable in this iteration of BYOND. They are, but they will be (if ever) the subject of a later PR.
How it was tested
Local test server compilation, some fiddling around with gameplay, test of TG/Nano/Raw HTML interfaces.
Nota Bene
This change would require all clients to migrate to 516 at the same time we migrate to 516 server-side ; the
overdark
changes would make the game unplayable on a non-515 client.Changelog
🆑