Garry's Mod

Garry's Mod

Wiremod Canary
Showing 151-160 of 368 entries
< 1 ... 14  15  16  17  18 ... 37 >
Update: 26 Dec, 2024 @ 8:17pm

Add

Update: 25 Dec, 2024 @ 1:48pm

Fix old array getter operations (#3230)

Update: 15 Dec, 2024 @ 9:11pm

Fix try/catch would not pop excess scopes (#3216)

* Fix try/catch would not pop excess scopes

* Set scope directly

* Add test

Update: 15 Dec, 2024 @ 9:10pm

WireLib.clampPos/Force optimization (#3221)

* WireLib.clampPos/Force optimization

Speeds up WireLib.clampPos by about 2x and WireLib.clampForce by about 5x

* Remove useless nan check

* Forgot

* Use unpack in clampPos

* Missing tab

Update: 15 Dec, 2024 @ 9:09pm

New is* E2 functions (#3220)

* New is* functions

* entity:weapons() optimization

* Missing description

Update: 14 Dec, 2024 @ 12:44am

Add e2 func entity:isAsleep (#3219)

Update: 14 Dec, 2024 @ 12:44am

tickRealInterval function (#3218)

* tickRate function

* tickRealInterval

* Forgot

Update: 11 Dec, 2024 @ 1:51pm

Angle core optimizations (#3214)

* Angle core optimizations

* Linter pass

* Linter pass

Update: 10 Dec, 2024 @ 2:28pm

Use window created by context menu for view requests (#3213)

* Use window created by context menu for view requests

Prevents creating a ghost DFrame that lingers eternally every time the View Requests button is pressed

* Fix View Request menu duplication

* Fix linter warnings

---------

Co-authored-by: github-is-garbage <github-is-garbage@users.noreply.github.com>
Co-authored-by: Redox <git@redox.to>

Update: 10 Dec, 2024 @ 11:34am

Add reserved words (#3201)