Garry's Mod

Garry's Mod

Wiremod Canary
Showing 141-150 of 368 entries
< 1 ... 13  14  15  16  17 ... 37 >
Update: 18 Jan @ 8:56pm

Removed unused cost variable (#3245)

* Removed unused cost variable

* Removed unused cost variable for maxIndex

Update: 6 Jan @ 5:44am

Fix downloads when reloading file extension (#3234)

* Mitigate download issues with file extension

* Simplify timer

Update: 6 Jan @ 5:44am

Mitigate some issues with reserved words (#3236)

* Add entity:getClass

* Remove some common reserved words

* lint

Update: 6 Jan @ 5:43am

Add a max distance input to the cam controller (#3237)

* add max distance input for wire cam

* hack for changing zoom without scrolling first

* made the sync message unreliable

Update: 3 Jan @ 6:06pm

Fix invalid return of of e:weapon() (#3238)

Update: 30 Dec, 2024 @ 1:08am

Fix error (#3235)

* Fix error

* move lookupattachment

---------

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

Update: 30 Dec, 2024 @ 1:08am

Holo net improvements (#3210)

* Use MAX_EDICT_BITS

* Cleanup

* Use right bit amount for bones

* Use new gmod global

* Use MAX_EDICT_BITS global

* Use MAX_EDICT_BITS in wires networking

Update: 28 Dec, 2024 @ 11:05am

Laser Pointer refactoring (#3232)

* Laser Pointer refactoring

* Linter pass

* Remove COLOSSAL_SANDBOX check

Update: 26 Dec, 2024 @ 8:18pm

E2 Pickup events (#3229)

Update: 26 Dec, 2024 @ 8:18pm

Fix lambda timers timerSetDelay not accounting for repetitions. (#3226)

* Add entity:parentToAttachment()

* Fix design oversight on timerSetDelay.

* removed unnecessary logic