redpolline
redpolline
Since commit bfec3f62918637ce4aeda2b6a1ebc3c263857c9d Vita3K fails building on Debian 12. That commit introduced a new minimal build dependency on Boost 1.80+ due to using the unordered_set::contains() function in the renderer as...
After commit e3322339f42adac162cce6279f3a8818c50c0782, we now have a lua interpreter in the tree. However, we don't actually _execute_ any lua code from the client data. Which has severe drawbacks: 1) We...
**Describe the bug** Config.js needs to iterate through a loop to load the server's config. This takes time and is done async. As a result, any calls to Config.get() or...