Garry's Mod

Garry's Mod

Wiremod Canary
Showing 221-230 of 368 entries
< 1 ... 21  22  23  24  25 ... 37 >
Update: 14 Aug, 2024 @ 11:37am

Vehicles input + registry update (#3120)

Update: 12 Aug, 2024 @ 4:59pm

Update compiler.lua (#3119)

Update: 10 Aug, 2024 @ 1:55pm

Make netstream timeout 30. Gmod apparently struggles sending 20kb in under 10s sometimes (#3117)

Update: 8 Aug, 2024 @ 9:27am

Merge Wire Extras' holoAnim core with the vanilla hologram core (#3113)

* added holoAnim functions

* removed redundancy & added e2helper descriptions

* Moved Think logic to the hologram entity & added more animation functions

* moved the think to the serverside

Update: 8 Aug, 2024 @ 9:27am

lua/entities/gmod_wire_expression2/core/cl_files.lua:70: attempt to index a nil value (#3116)

* Update cl_files.lua

[Wiremod] lua/entities/gmod_wire_expression2/core/cl_files.lua:70: attempt to index a nil value
1. func - lua/entities/gmod_wire_expression2/core/cl_files.lua:70
2. unknown - lua/includes/extensions/net.lua:38

* Throw an error if no success

Update: 8 Aug, 2024 @ 9:27am

Use vector_origin instead of creating a local emptyVector variable (#3112)

* Update constraintcore.lua

* Linter pass

Update: 25 Jul, 2024 @ 8:23pm

Dont use umsg anymore, use OnScreenSizeChanged hook (#3107)

Update: 25 Jul, 2024 @ 8:23pm

E2 Incoming hispeed read/write events (#3106)

* Wirelink/hispeed incoming read & write events

* Description for functions, rename returnReadValue

* Failsafes against deleting others' readcell/writecells & setHiSpeedError

* New naming scheme, change docs, remove redundant func

* Read/Write Cell native to e2 chip rather than added in constructor

Update: 25 Jul, 2024 @ 8:22pm

More descriptions (#3105)

* Improved descriptions to deprecated funcs

* More warning descriptions

* Update e2descriptions.lua

* Thought I removed those

---------

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

Update: 25 Jul, 2024 @ 8:17pm

sentSpawn improvements (#3104)