Garry's Mod

Garry's Mod

Wiremod Canary
Showing 31-40 of 327 entries
< 1  2  3  4  5  6 ... 33 >
Update: 3 Jun @ 4:18pm

Another small improvement in gates (#3345)

Saves 2 more __index calls, this time won't break anything

Update: 2 Jun @ 12:19pm

Fix CalcOutput call (#3344)

Update: 2 Jun @ 8:00am

Use cyclic check for von too (#3343)

* Use cyclic check for von too

* Update error message

* Update comment

Update: 2 Jun @ 7:29am

Added ranger output to turret (#3339)

Update: 2 Jun @ 7:28am

Move to core and improve it (#3335)

* Move to core and improve it
This change will give us more opportunities to understand which entity is alive and which is not. For example, we can understand whether the combine turret is alive (not flipped)

* Change description

Update: 2 Jun @ 7:27am

Remove garbage E2 dupe data (#3338)

Update: 2 Jun @ 7:27am

Improved the message that appears when preprocessed E2 core has invalid syntax (#3336)

Update: 2 Jun @ 7:26am

Gates improvements (#3334)

* Gates optimization
Should reduce the number of __index calls and optimize some functions. Also minor code styling

* Fix

* Additional optimizations

* Fix

* Some styling

* Can be optimized too

* Some cleanups

* Replace deprecated functions + more cleanups

* Missing space

Update: 1 Jun @ 4:23am

nil check on tool mode return (#3340)

Update: 29 May @ 5:50pm

Add e:podSetName(s) to rename sandbox vehicles (#3331)

* Custom vehicle name

* Update selfaware.lua

* Revert previous modifications and add new podSetName function

* Update lua/entities/gmod_wire_expression2/core/entity.lua

Co-authored-by: Denneisk <20892685+Denneisk@users.noreply.github.com>

* add hook check

---------

Co-authored-by: Denneisk <20892685+Denneisk@users.noreply.github.com>