Rubat

Results 442 comments of Rubat

It's been enough time. You can open a new one if you ever get around to it.

I have implemented this suggestion myself. https://github.com/Facepunch/garrysmod/commit/25204540c754ae503c7624fe5beccc6406248ba1

This wouldn't allow you to use .png kill icons, as the texture field is a texture ID that is still bound to limitations of this function: https://wiki.facepunch.com/gmod/surface.SetTexture This PR is...

Clearly there's an impasse in how I would expect (and I am going to assume everyone else as well) this to work, and how it actually works, in regards to...

Superseded by https://github.com/Facepunch/garrysmod/pull/1609

I think this is too niche to be included with the base game. Not every math function you use in your addon(s) needs including in the base game.

I have ultimately decided against this, sorry. Most of the soundscapes already work as is with the ZPS mounted (the ones named `soundscapes_.txt`, such as `soundscapes_zpo_aquatica.txt`). Ideally they would've all...

I am going to deny this request solely based on the fact that `AccountID` should be avoided altogether. It contains less information that a `STEAM_0:0:0` SteamID and theoretically could have...

I agree with @thegrb93, this is a quite narrow use case function, we already have a linear interpolation function (https://wiki.facepunch.com/gmod/Global.Lerp, vector and angle versions also exist), you can generate a...

I had to remove most of the changes as they would conflict with existing addons. The only 2 safe places to change this, I have also changed to use SteamID64,...