Garry's Mod

Garry's Mod

Wiremod Canary
Showing 261-270 of 368 entries
< 1 ... 25  26  27  28  29 ... 37 >
Update: 15 Apr, 2024 @ 2:42pm

Even more __index call reduction (#3012)

* Reduce E2 __index calls

* Update name usage

* Even more __index call reduction

* Quick linter complaint fix

* Variable cleanup

* Further caching

This also caches the lookup in base_wire_entity for being looked at because that seems to give a decent performance improvement.

Update: 14 Apr, 2024 @ 3:43pm

Optimise wire holograms (#3041)

* Optimise wire holograms

* Use GetColor4Part

* Style

* Use tab indentation

* Use locals instead

Update: 14 Apr, 2024 @ 3:39pm

Fix removing and readding items in EGP (#3040)

* Fix global leak

* Fix removing items definitively hopefully
Reduce additional prf cost of removing (redundant??)

* Remove label

Update: 10 Apr, 2024 @ 1:23pm

Update WireLib.GetVersion (#3032)

Add WIREVERSION and WIREVESRION_STR E2 constants

Update: 10 Apr, 2024 @ 1:22pm

Pod controller refactoring (#3011)

* Pod controller refactoring

* Further cleanup

* Modify output caching method

This also removes a few other sources of __index calls in the Think method and moves the Team output to occur only once upon entering the pod.

Update: 10 Apr, 2024 @ 1:21pm

Fix Friends List would limit to 4 outputted friends (#3033)

* Inline Connected to avoid calling UpdateOutputs

* Fix logic

Update: 10 Apr, 2024 @ 1:21pm

Add fallback to use typename in debugger when no format defined (#3035)

* Add fallback to use typename in debugger when no format defined
Fixed bug with table cutting off a single character
Removed ranger debugger format (was just

Update: 5 Apr, 2024 @ 11:47am

Add string compression functions (#3020)

* Add compression functions

* Add throw for invalid decompression

* Add size limit

Update: 5 Apr, 2024 @ 11:47am

Add tau (#3025)

Update: 5 Apr, 2024 @ 11:37am

More miscellaneous EGP fixes (#3022)

* Harden against case where ret can be erroneously set to false

* Avoid EGP:CreateObject mutating original object

* Fix Poly contains/GetGlobalVertices functions
+ Minor optimizations

* Remove redundant egpobject getter function(???)

* Remove debug print

* Fix egp draw again