Garry's Mod

Garry's Mod

Wiremod Canary
Showing 301-310 of 368 entries
< 1 ... 29  30  31  32  33 ... 37 >
Update: 4 Jan, 2024 @ 1:07pm

Reduce index calls on EGP:ValidEGP (#2962)

* Reduce index calls

* Add IsEGP and adjust the ValidEGP function

* Use GetTableinstead of GetVar

* Use Entity.IsValid instead of _G.IsValid

Update: 2 Jan, 2024 @ 2:25pm

Bump tj-actions/changed-files from 36 to 41 in /.github/workflows (#2966)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v36...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Update: 30 Dec, 2023 @ 11:54am

Remove unused model formats (#2956)

Update: 29 Dec, 2023 @ 10:03pm

Blacklist pp/copy (#2964)

Update: 28 Dec, 2023 @ 4:21am

Fix updating vertices on polys would break parented position (#2957)

* Fix parented polys defaulting to global position when updating vertices

* Fix global leak

Update: 28 Dec, 2023 @ 2:28am

Fix #2958 (#2959)

Update: 24 Dec, 2023 @ 12:21am

rewrite (#2937)

* printColor improvements
Add:
- Dynamic perf on printColor (1 op per bit sent)
- ConVar to disable warnings on printColor
Change:
- Rewrote printColor
- printColor now uses modified normal print max length to limit
- Print max length now use server's maxlength in singleplayer
- printColor warning now fires only once per session

* Optimize warn

* Change reader lookup

Update: 23 Dec, 2023 @ 3:42pm

Minor bone and ragdoll E2 fixes (#2896)

* Fix GetBones would not fully set up
Fix ragdollSetPose(table, number) with 0 would not rotate properly

* E2 Descriptions

* Fix nil table count
Add dynamic perf

* Change GetBones

Update: 23 Dec, 2023 @ 5:19am

Process parent indexes serverside only (#2950)

Update: 23 Dec, 2023 @ 5:16am

Remove contains removal on roundedboxoutline (#2954)