Garry's Mod

Garry's Mod

Wiremod Canary
Showing 161-170 of 368 entries
< 1 ... 15  16  17  18  19 ... 37 >
Update: 10 Dec, 2024 @ 11:34am

Remove dead code (#3212)

It just deletes what should already be deleted.

Update: 7 Dec, 2024 @ 11:46am

fix EGP Emitter calling draw with nil (#3209)

Update: 5 Dec, 2024 @ 6:57pm

Remove cmd argument from flex/eyetarget functions (#3204)

Update: 5 Dec, 2024 @ 6:55pm

Add holo local pos/ang (#3203)

Update: 5 Dec, 2024 @ 4:21pm

Some improvements in color core (#3206)

Do not create new colors where possible

Update: 4 Dec, 2024 @ 12:37pm

Change autoupdate rendering in editor (#3202)

Update: 4 Dec, 2024 @ 11:27am

Add new E2 hash functions (#3199)

* Add hash functions

* Add the rest of them
Why not?
Increased size limit

* Change to hard throw

* Remove return (I forgot to commit this)

Update: 4 Dec, 2024 @ 11:24am

Rewrite E2 table clone function/partial table extension modernization (#3195)

* Rewrite table copy functions
Add shallow table copying
Add table perf function
Minor optimizations and cleanups

* E2descriptions

* Remove references to arrayCopy
It was a stub, NOT AI-generated. I swear.

* Combine these loops

* Remove unnecessary return statement

* Add test

Update: 3 Dec, 2024 @ 7:58am

Limit directive executions (#3191)

* Guard autoupdate directive handler from multiple runs
Add some warning reporting to autoupdate directive
Annotate directive_handlers (doesn't really work :P)

* Try to prevent the editor from ever failing to close

* Rewrite to error on client/server if @autoupdate is in same file
@autoupdate is still ignored beyond 1 instance

Update: 3 Dec, 2024 @ 7:55am

Try fixing the linter (#3198)