Garry's Mod

Garry's Mod

Wiremod Canary
Showing 191-200 of 368 entries
< 1 ... 18  19  20  21  22 ... 37 >
Update: 4 Nov, 2024 @ 1:42am

Update comment lol (#3167)

Update: 31 Oct, 2024 @ 6:48pm

Lambda timers (#3142)

* init

* Add getters + adjust method

* deprecate original timers

* Remove trailing whitespace from e2lib.lua

* Bring back previously removed code lol

* Get Vurv's internals implementations

* Use ent:Execute instead of UnsafeExtCall

* Slight indexing refactor

* Update e2descriptions.lua

* fix

* Return UpdatePerf dep injection in ENT:Execute()

* Use args instead of selfTbl.context when provided

* Update init.lua

Update: 31 Oct, 2024 @ 1:43pm

Add back init code and don't send huds when requesting all (#3163)

Update: 28 Oct, 2024 @ 4:56pm

Micro-optimization for E2Lib.IsOwner (#3162)

Remove the singleplayer check and just define the function right away

Update: 28 Oct, 2024 @ 3:39pm

Replace surface.Screen* with Scr* (#3161)

Update: 28 Oct, 2024 @ 2:02pm

Dont use net.WriteTable for EGP (#3141)

* Dont use net.WriteTable for EGP

* Use von instead of JSON

* Fix var name

* Send first message instantly

* Cancel early if the compressed lenght is too large

* Add uncompressed and decompress limit

* Dont network vonlen

Update: 26 Oct, 2024 @ 8:32pm

Update entity.lua (#3158)

Update: 26 Oct, 2024 @ 8:30pm

e:propNoDupe(n) (#3146)

* e:propNoDupe(n)

* Add additional anti-abuse check

* Not tested in-game

* simplified + tested

Update: 26 Oct, 2024 @ 6:09am

Fix my bad (#3159)

Update: 25 Oct, 2024 @ 3:09pm

Remove arguments overloading in SetDrawColor and SetTextColor (#3157)

* Remove arguments overloading in surface.SetDrawColor and surface.SetTextColor

* Small changes