OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
200 stars 109 forks source link

Implement `byond://winget?...` #1867

Closed wixoaGit closed 2 months ago

wixoaGit commented 2 months ago

Setting window.location to byond://winget?id=output&property=size&callback=JSFunction does a winget for output's size and executes JSFunction with the result.

Other interface-related fixes:

This fixes tg's chat extending over the command bar. image

Currently breaks goonstation's and paradise's interfaces. I suspect the changes to anchoring. Fixed