Zaurzo

Results 9 issues of Zaurzo

- Localize the cl_drawhud convar and replace the use of the deprecated GetConVarNumber function with it - Don't reset the Deaths table if there's nothing in it - Don't iterate...

Enhancement

Due to `debug.getregistry()` being removed, it broke the `PANEL:Pre/PostAutoRefresh()` hooks. This PR adds `vgui.FindByClass()` for `derma` to use to fix this problem.

Fix

### Changes **Added Arguments** `copyVecAngMx` - Will make the function copy Vector, Angle, and VMatrix objects. `noMeta`- Will not set the metatable of the given table to the copy result,...

Enhancement

The notice material types are hard-coded and we have such a small arsenal of these materials, it would be nice to have an easy way to add our own. This...

Addition

Fixes https://github.com/Dragoteryx/drgbase/issues/10 The problem was that the weapon is left at worldspawn and parented, so for example, if you spawned the NextBot in a map like gm_flatgrass, you would almost...

Small optimization + to stop adding unnecessary files to the stringtable

This improves it by: - No longer creating a new table every draw - Fixes a bug where halo's stack if multiple players are physgunning entities at the same time...

Enhancement

Some files have `if CLIENT then return end` or `if SERVER then return end` when you can just not include them on those realms. It's a small optimization, and stops...

This pull request wants to add these 3 functions: `hook.Listen( string eventName, any name, bool isPostHook, function func )` `hook.Forget( string eventName, any name, bool isPostHook )` `hook.GetListenTable()` There is...

Addition