Rubat

Results 448 comments of Rubat

I don't know if there's anything I can really do about it. It works on Windows and native Linux builds as far as I know. This is probably an issue...

Wouldn't it be more sensible to add a new function with the new functionality as `table.InheritDeep` or `table.InheritRecursive`, rather than changing an existing function and unnecessary risk breaking existing scripts...

Duplicate of https://github.com/Facepunch/garrysmod-issues/issues/5166

I don't see anything wrong besides the font (and the size?).

Fair enough, I have missed that the original had no arguments. Still, I do not think we need those other 2 functions, and I am still not sure about the...

The point is not what format is common or what your preference is, the point is what it already is before your changes. Changing it can have adverse effects on...

Bad naming aside, ``` local myUsergroup = 'user' if table.HasValue( { 'user', 'vip' }, myUsergroup ) then -- ... end ``` I understand this is less efficient than the proposed...

This is an unfortunate reality of what `PhysObj:SetMass` does. Since we can't even retrieve the buoyancy ratio from the physics engine, this cannot be fixed properly.

Oh yeah, on gm_construct if you look at the top corner where the sun is you can see a black flickering corner. I am just gonna say this right now,...

@donho Easy enough to fix, adding ```c++ // Allow non admin NP++ to send this message to admin NP++ mono instance ChangeWindowMessageFilter( NPPM_INTERNAL_RESTOREMONOINSTANCE, MSGFLT_ADD ); ``` Somewhere in WinMain (for...