Rubat

Results 455 comments of Rubat

I had to revert this PR, and applied a different fix for the initial complaint instead. https://github.com/Facepunch/garrysmod/commit/352f8313bf3a78a4a63d69396f08924f47255061

Prop and brush phong are separate. There aren't enough shader parameter to make phong on brushes work the same as phong on models, which is why it was changed only...

Should be fixed when it next updates.

I appreciate the idea and effort, but I have implemented a different fix, via a newly added `vgui.GetAll()`.

That doesn't sound like an issue with GMod if _other_ programs are having issues? Have you tried the bare minimum of trying to copy test from other programs? From other...

I still don't see how that's possible. As far as I can tell, on Linux SDL is used to set the clipboard text. (GMod uses SDL2 I think) Unless there's...

It does in fact use `lua_createtable` with provided pre-allocation size. I guess the slowdown comes from using the internal wrappers for Lua stuff, as well as perhaps some extra stuff...

Not 2000x, but seems to be around 2x. ![image](https://github.com/user-attachments/assets/a2371dc2-aa25-4aeb-b6d6-bbfddeddd63f)

The benchmark needs retesting when recent changes on `dev` beta.