Garry's Mod

Garry's Mod

Wiremod Canary
Showing 211-220 of 368 entries
< 1 ... 20  21  22  23  24 ... 37 >
Update: 13 Sep, 2024 @ 2:34am

Fix for tracking collision, safe external lambda calls. (#3136)

Update: 10 Sep, 2024 @ 4:26pm

Merge pull request #3127 from DerelictDrone/modular-e2helper

Switch E2Helper & Wire's Text Editor to a partly modular/mode system

Update: 10 Sep, 2024 @ 11:34am

Fix for trackcollision(e), can now be done on first() (#3137)

Update: 9 Sep, 2024 @ 2:01pm

Throw error if holo index is NaN (#3135)

* Save wiremod holograms from NaN indexes

Update: 6 Sep, 2024 @ 8:01am

Fix e2 soundcore & sound emitter from not playing soundscripts & sounds with sound characters. (#3125)

* fix soundcore

* no longer necessary

* fix sound emitter also

* match all symbols at the beginning

* Update SoundExists to sanitize sound paths

---------

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

Update: 3 Sep, 2024 @ 8:44am

Stricter sentSpawn (#3129)

* Make sentSpawn a bit stricter

* Update prop.lua

Update: 3 Sep, 2024 @ 8:43am

Fix e:removeTrails() (#3128)

Update: 29 Aug, 2024 @ 9:44am

Fix notification spam (#3132)

Update: 21 Aug, 2024 @ 10:51am

Fix NULL errors (#3126)

* More IsValid checks

* Not more IsValid checks

Update: 14 Aug, 2024 @ 11:37am

Check if sound exists, fix sound emitter stuck bug (#3122)

* Check if sound exists, fix sound emitter stuck bug

* Use tab indentation