DBot
DBot
> The actual code changes however do not reflect that at all as the BooleanSupplier would always return true for any vanilla element You didn't carefully read the code, specifically...
> could at best be considered a "may render" indicator which is in my opinion of questionable usefulness. If you are saying this should be improved further to be effective...
After discussion in discord channel (this pr will require drastic changes in patches) and changed approach in our codebase regarding layered render events, this pr is no longer feasiable. However,...
The only thing you can do here is to update `RenderGuiLayerEvent` docs to clear any confusion, because fixing one issue (not firing events for not rendered gui elements/providing "going to...
This is not a bug actually but a design flaw. Since on full update we delete everything outside of our current PVS, this is intended that we also delete all...
Those are C functions, i suspect this is indeed caused by newer LuaJIT when it stumble on FUNCC
Both server and client are on amd64 branch 
After more measurements in best case scenario around 93% of loading time is spent on `file.Find(..., 'Lua')` calls + (CompileFile/include - CompileString) time (e.g. the file read time (from virtual...
> I think this is a really nice improvement! I've been confused before by the current PrintTable in some scenarios, specifically when dealing with tables in tables. I think you...
Gmod actually follow source engine's behavior on filenames case-sensivity (source engine lowercase all paths on both platforms when it tries to access assets). For *dirty* workaround you might want to...