Garry's Mod

Garry's Mod

Wiremod Canary
Showing 251-260 of 368 entries
< 1 ... 24  25  26  27  28 ... 37 >
Update: 16 May, 2024 @ 4:27pm

Add option to disable GetOwner() check in E2 (#3061)

* Add option to disable GetOwner() check in E2

* Fix lint warnings

* Use tabs

* Undo left over code

Update: 13 May, 2024 @ 11:28am

Fix teleporter error and use cvar object (#3065)

* Fix teleporter error and use ipairs

* Fix lint warn, use cvar object

* Unset key instead and use pairs

* Use tabs

* Style suggestion

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

* Style suggestion

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

* Style

* Fix indentation

---------

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

Update: 12 May, 2024 @ 9:36pm

Fix error when building RuntimeContext with invalid player (#3063)

* Fix E2Lib NULL error

* Apply suggestions

Update: 12 May, 2024 @ 9:32pm

Use placeholder for E2 search text (#3066)

* Fix searchbar error

* Remove unused functions

* Use non deprecated version of func for linter

* Style suggestion

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

---------

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

Update: 12 May, 2024 @ 8:21pm

Check if registered_events exists (#3062)

* Check if registered_events exists

* Use tabs

Update: 30 Apr, 2024 @ 7:39pm

Fix issues involving math.tau (#3054)

* Tau fallback value

* Change error to WireLib.Notify and add context

* Add antispam to WireLib.Notify on the client

* Change tau to use mathematically calculated always
1. It's defined like this in the math extension
2. Since I'm already going through the effort of reincluding its literal definition I may as well have it by default

* fix time calc

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

---------

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

Update: 26 Apr, 2024 @ 2:16pm

Fix includes with errors in main file would lock the E2 editor (#3052)

Update: 18 Apr, 2024 @ 7:44pm

Move playerWasLookingAtMe to be a property of self (#3047)

Update: 17 Apr, 2024 @ 3:42pm

Add detour to initialize beingLookedAtByLocalPlayer (#3046)

Update: 15 Apr, 2024 @ 2:43pm

Rewrite to EGPLib (#3038)

* Refactor objectcontrol.lua
Rewrote EGPLib init
Moved EGP to a subtable of E2Lib(?)
Modified E2Lib init to merge any preexisting value

* Rename objectcontrol.lua to objects.lua

* Update API usage

* Somehow removed this by accident

* Fix improper function call

* Add missing local

* Possibly insufficient check if error is legitimate

* Add nil checks

* Change EGP postinit handling