Connor "segfault" Postma
Connor "segfault" Postma
I have installed siriserver on my pc with cygwin. It loads up perfectly and connects to my ipod 4g on ios 6.1.5 fine and says a bunch of info on...
**Describe the bug** sv_pure bypass gets you kicked from casual servers. **To Reproduce** Steps to reproduce the behavior: 1. have sv_pure bypass on 2. play casual 3. play for a...
I have added a fairly simple PlayerList feature which can so far allow you to steal names, or disable aim, chams, or glow for all but "flagged" users. Currently esp...
Tentative initial work for exclusive system refactor. Still in todo: - [ ] quality check some of the changes (spent most of the time fighting the borrow checker). - [...
I am trying to run the bevy api gen crate so that it can update some missing api modules, but it claims that all of the types are missing from...
The documentation generation example isn't remarkably clear about what exactly gets auto generated. Also it does not show any example of submodules. A demonstration of some of the libraries capabilities...
found a build issue with one of the teal examples: https://github.com/makspll/bevy_mod_scripting/blob/48d80128be3089bbf5fc8772492638e618cecdcd/examples/lua/documentation_gen.rs#L25 this macro: https://github.com/makspll/bevy_mod_scripting/blob/48d80128be3089bbf5fc8772492638e618cecdcd/bevy_script_api/src/lua/util.rs#L93C22-L93C22 does not play nice with the re-exported version of bevy_mod_scripting_lua bevy_mod_scripting::lua when trying the example code...
Globals are not being defined on my lua script until partway into it's execution (when a callback is called). Is this how it is supposed to go? and can it...
The bitwise operators overloads are not defined as const for some reason. That results in this janky workaround being needed: `FeatureSupport::from_bits_retain(FeatureSupport::WRITE_KEYBOARD.bits() | FeatureSupport::WRITE_MOUSE.bits()),` when all that should need to happen...
Very odd bug. Was tripping me out the other day and would definitely get in the way of running a server. I don't know the exact cause but when you...