Garry's Mod

Garry's Mod

Wiremod Canary
Showing 241-250 of 368 entries
< 1 ... 23  24  25  26  27 ... 37 >
Update: 13 Jun, 2024 @ 3:34pm

Update new expression2 file comment (#3083)

* Update wire_expression2_editor.lua

* Update lua/wire/client/text_editor/wire_expression2_editor.lua

Co-authored-by: Periapsises <94928308+Periapsises@users.noreply.github.com>

* Update lua/wire/client/text_editor/wire_expression2_editor.lua

Co-authored-by: Periapsises <94928308+Periapsises@users.noreply.github.com>

* Update lua/wire/client/text_editor/wire_expression2_editor.lua

Co-authored-by: Periapsises <94928308+Periapsises@users.noreply.github.com>

* Update wire_expression2_editor.lua

---------

Co-authored-by: Periapsises <94928308+Periapsises@users.noreply.github.com>

Update: 13 Jun, 2024 @ 3:33pm

Rewrote netstream (#3081)

* Rewrote netstream

* Only add timer when queue empty

* Only update activitytimeout if queue is empty too

* Move activity timeout reset into successful write

* Move net read before return

Update: 9 Jun, 2024 @ 2:34pm

Fix NULL error (#3079)

Update: 3 Jun, 2024 @ 3:58pm

Removed @include

Update: 29 May, 2024 @ 7:57pm

Change GetContraption meta function to something different (#3077)

Renamed from ENT:GetContraption() to ENT:GetCameraFilterEntities()

Fixes a conflict with Contraption Framework
- CFW adds a meta function to all entities, ENT:GetContraption, which returns the contraption an entity is a part of
- Prior to this PR, Wire Camera Controllers have a function of the same name that is called nowhere else within wire, and hopefully nowhere outside of wire either. This function serves as a way to get all of the entities part of a vehicle the camera pod is attached to, and then adds on whatever FilterEntities has.

Update: 23 May, 2024 @ 10:14am

Properly pass the chip entity instead of the runtimecontext (#3076)

Update: 22 May, 2024 @ 2:07pm

Make Wiremod use Canary version for load (#3074)

Remove UWSVN code
Change Wiremod version print to use fancy string

Update: 22 May, 2024 @ 2:07pm

Change instances of Entity:Use to use the correct caller (#3069)

* Change caller of Wire User entity

* Change caller of Expression 2 entity:use()

Update: 22 May, 2024 @ 7:52am

Fix NULL error in wire_adv tool (#3075)

* Fix NULL error

* Use tab indentation

* Fix linter warning

Update: 16 May, 2024 @ 4:27pm

Add Expression2Reloaded hook and use it to reload CPPI wrap (#3064)

* Add Expression2Reloaded hook and use it to reload CPPI wrap

* Use tabs