mori
mori
I've read through the troubleshooting guide, and it suggests to report crates with a save-analysis file of over 1 MB. I decided to check just in case, and I found...
What the title says. Right now, checked dispatch is inserted at every class method call, heavily bloating up the code, and dragging down the excellent inlining system that has been...
Steps to reproduce: 1. Make a 24-player map like this:  2. Make 2 forces like this:  Saving this map in WorldEdit produces this monstrosity of a function: https://pastebin.com/JED2J7V3...
I'm trying to have some userdata with `Rc` in it. Obviously, the userdata type becomes non-`Send`, and so cannot be passed to rlua without going through a `Scope`. However, I...
Currently, GM:EntityEmitSounds gets called clientside only for clientside-only sounds. If it was called for all sounds clientside (if this is at all possible), it would allow for some interesting effects,...
Right now, when the camera is outside the map, skybox rendering is disabled, and instead the screen seems to be cleared to black color on that stage. There seems to...