mori

Results 6 issues of 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...

good first issue

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: ![1](https://i.imgur.com/Ps1p01J.png) 2. Make 2 forces like this: ![2](https://i.imgur.com/yPd6DTC.png) Saving this map in WorldEdit produces this monstrosity of a function: https://pastebin.com/JED2J7V3...

enhancement
optimization

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...

Future work

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,...

Request

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...

Duplicate