Garry's Mod

Garry's Mod

Wiremod Canary
Showing 81-90 of 368 entries
< 1 ... 7  8  9  10  11 ... 37 >
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>

Update: 26 May @ 6:17am

New damage methods (#3332)

* New damage methods
Adds xdm:getDamageType, xdm:getMaxAmount and xdm:getWeapon

* Remove unused argument

Update: 26 May @ 6:16am

revert reservedwords (#3327)

lol

Update: 26 May @ 6:07am

Mitigate performance issues with arrays and tables (#3329)

* Delete array/table preprocessing due to performance issues

* Fix table constructor

* Update table.lua

* Update table.lua

* Update array.lua

* Revert

Update: 21 May @ 12:31pm

fix indexof for custom types (#3328)

Update: 21 May @ 12:30pm

Fix E2 test regressions (#3330)

* Fix regression in serialization

* Fix regression/oddity with compileScript

Update: 17 May @ 9:06am

Make event use (#3326)

* Make event use

* Missing argument

* Revert structure changes

* Remove unused argument

Update: 15 May @ 8:22am

Fix really strange error (#3322)

* Fix really strange error
For some reason the entity may not have this method on the client causing this lua error. No idea why it happens, but it does


* Move check

Update: 8 May @ 6:30am

Fix derivative gate not using timed operation (#3318)

Update: 28 Apr @ 8:34am

Fix critical NULL error + styling (#3315)

Just got this error causing player/ents.Iterator to explode