Garry's Mod

Garry's Mod

Wiremod Canary
Showing 311-320 of 368 entries
< 1 ... 30  31  32  33  34 ... 37 >
Update: 20 Dec, 2023 @ 11:57pm

Make gtables and datasignals extensions (#2948)

Update: 14 Dec, 2023 @ 6:59pm

Update material blacklist

* Remove - Fixed in https://github.com/Facepunch/garrysmod-issues/issues/5157
* Add since it apparently crashes linux clients

Update: 14 Dec, 2023 @ 2:28pm

Mitigate nil addition in EGP.umsg.End (#2934)

* Mitigate nil addition in EGP.umsg.End

* Don't broadcast on fail

Update: 14 Dec, 2023 @ 11:56am

Fix wirelink issues (#2942)

* Fix wirelinks

- Add createWirelink
- Fixed validWirelink expected ent.extended

* Fix EGP wirelink

* Fix EGP HUD wirelink output

Update: 11 Dec, 2023 @ 2:00pm

Add setClipboardText(s) (#2922)

* Add setClipboardText(s)

Add function to set clipboard text

* Moved setClipboardText(s) into debug

Moved setClipboardText(s) from its own extension to debug.

Also moved e2helper description to a more appropriate location

* Add setClipboardText limit convar and fixed error

Added a convar to limit the amount of characters the server is willing to send.

Made use of operator

Limit check now returns nil

* Add setClipboardText cooldown

Added a cooldown convar and fixed limit test

* Correcting linting mistakes

* Removed print

oops forgot to remove that

* Changed E2 helper description

Change to some less confusing

* Add setClipboardText toggle convar

* Change convar check to use boolean

minor nitpicks, I agree its nicer.

* Change clipboard access toggle from server side to client side

* Changed setClipboardText cooldown

Removed timer as suggested and added table to track when last called.

* Simplify

---------

Co-authored-by: Vurv <56230599+Vurv78@users.noreply.github.com>

Update: 9 Dec, 2023 @ 3:55pm

Add quick fixes for E2 warnings and errors (#2871)

* Add quick fixes for warnings

* Support for multiple changes, Error fixes

* Support multiple replacements
* Quick fix support for Error, although none currently implemented.
* Add (Quick fix available) at the end of a problem instead of changing icon. It's more clear and works for errors too.

* Parser, Preprocessor, Tokenizer support

* Preprocessor rewritten to use traces instead of mostly columns
* Quick fixes to convert -> for preprocessor
* Quick fixes to convert non CamelCase variables to camelCase in preprocessor
* Parser supports quick fixes now
* Add warning for use of type in parser (this should really be handled in analyzer, though..)
* Add quick fix for normal use in parser
* Tokenizer supports quick fixes now
* Added invalid escape quick fix (deletes the \)

Update: 9 Dec, 2023 @ 12:30am

Improve user-generated entity/wirelink outputs (#2891)

* Improve user-generated entity/wirelink outputs
- Add output remover
- Made adding entity and wirelink outputs more sensible
- Cleaned up port assignment to not give bad indices
- Removed using CreateWirelinkOutput when it's not necessary
- Removed E2 creates a wirelink output
- ??? other magic to make this work

* Move link removal to wire_adv
Refactored wire_adv netcode to use a single networkstring

* Small lints

Update: 6 Dec, 2023 @ 7:01pm

Speed up compiler slightly, Lua tests (#2923)

Update: 4 Dec, 2023 @ 3:01pm

Fix log2

Fixes #2924

Update: 3 Dec, 2023 @ 5:29pm

Mark index set as using variable

Resolves #2906