Garry's Mod

Garry's Mod

Wiremod Canary
Showing 111-120 of 368 entries
< 1 ... 10  11  12  13  14 ... 37 >
Update: 28 Mar @ 11:50pm

Fixes wire entities not displaying their type/owner if they didn't set an overlay text (#3283)

* Fixes wire entities not displaying their type/owner if they didn't set an overlay text

* Add missing txt check

* Cleanup

Update: 26 Mar @ 5:47pm

Update string.lua (#3287)

Add input strings limit for string_explode gate action

Update: 26 Mar @ 1:53pm

Make most of the core constants (#3286)

* Make most of the core constants

* Also optimize deprecated functions with caching

* Forgot about you

Update: 24 Mar @ 5:49pm

entityRemoved event (#3284)

Update: 18 Mar @ 3:50pm

Fix #3275 (#3281)

* Fix #3275

* Styling

Update: 17 Mar @ 11:35pm

Fix wrong renderbounds (#3282)

Update: 17 Mar @ 11:18pm

Add gimbal gizmo (#3273)

* Add gimbal gizmo

* Use DrawWorldTip

---------

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>

Update: 17 Mar @ 5:33am

Remove dead COLOSSAL_SANDBOX checks (#3280)

* Remove dead COLOSSAL_SANDBOX checks
I don't see the point in these checks, considering that this is some old gamemode and this check is only in 2 entities. So it won't work anyway

* Another dumb check

* Linter pass

* Fix

Update: 14 Mar @ 10:55am

Limit egp font amount (#3279)

* Unify egp font creation, limit font max count

* Limit fonts per player

Update: 14 Mar @ 6:36am

Add Expression2_CanCompile hook (#3278)

* Add hook

* Use self.player instead ply

* Use buffer instead code