Dr. Romayne
Dr. Romayne
How should I open these files? Never used it before and trying to use to add Prefixes for minecraft staff, ranks, etc in a singleplayer world as practice for... Other...
## About the PR Improves the quality of the code for the VR bomb simulator, and gives it a snazzy new look! To not go overboard, I'll have outputting the...
## About the PR Allows materials, namely Cerenkite, to decay fallout on their same tile into fallout gas above a certain temperature threshold. The radioactive material will begin to lose...
## About the PR This PR not only converts the Pump Control Computer to a TGUI interface, but refactors and improves upon underlying code to make the computer more responsive...
## About the PR Drastic change of UI for fabricator, as well as major refactor and performance optimization to internal code. On top of all that, improvements to code quality...
## About the PR Ports the tgui benchmark stuff in a weird hacky way Uses IEChooser.exe (under MIT license, see https://github.com/LesFerch/LaunchIE/blob/main/LICENSE for the license and https://github.com/LesFerch/LaunchIE/tree/main for the project itself...
When the container attempts to execute `git clone --recursive https://github.com/aseprite/aseprite.git` on a device which is slow (hard disk, slow internet connection, bogged down by other software running, etc.), the clone...
## About the PR writing commands adds them to the history, and sets the current command to the front-most entry. restarting the console clears the history. up and down arrow...
This is an attempt to support code like ``` for (var/atom/A as mob|obj|turf|area in view(null, null)) ``` to continue the implementation parity between OD and DM
Very simple one-liner piggybacking off jointext and spltitext, with an update to Splittext so that it functions properly. Basically, splittext has been updated in 515 to include the start and...