Garry's Mod

Garry's Mod

Networking Entity Proxy Module
Showing 1-10 of 12 entries
< 1  2 >
Update: 11 Mar, 2023 @ 11:01pm

Commit bf1eafa[github.com]
Shortened reference count message

Commit a806238[github.com]
Fixes to timeout

Commit bf4b3f5[github.com]
Make ToString show reference count

Commit b86a994[github.com]
Fixed RefreshEntityProxyTimer with a timeout of false

Update: 11 Mar, 2023 @ 4:27pm

Commit c07e042[github.com]
Fixed entity_proxy.Write

Update: 11 Mar, 2023 @ 2:52pm

Several commits at once here as I decided to redesign how this module works.
Shouldn't be an issue for anyone, since no one uses this (yet)

Commit 6c5f454[github.com]
EntityProxy field control

Commit 2fb940c[github.com]
Changed reference_count to start at 0

Commit 4a0ac63[github.com]
Reference counting!

Commit 4a0ac63[github.com]
Added missing OnProxiedEntityRemove method

Commit 5d1d187[github.com]
Redesign

Update: 6 Mar, 2023 @ 4:52pm

Commit 7dc480d[github.com]
Various bug fixes

Update: 6 Mar, 2023 @ 2:03pm

Commit 821123b[github.com]
Fixed ToString always having "[Not Received]"

Update: 6 Mar, 2023 @ 10:21am

Commit fc772c2[github.com]
Allow entity_proxy.Write to use index instead of entity

Update: 6 Mar, 2023 @ 10:15am

Commit 8ad054d[github.com]
Added the SetAutoRemoveEntityProxy method

Update: 6 Mar, 2023 @ 9:42am

Commit de4c9a4[github.com]
Removed debug print (oops)

Update: 6 Mar, 2023 @ 9:37am

Commit 13825c1[github.com]
Fixed __newindex destroying new values

Update: 6 Mar, 2023 @ 7:41am

Commit 9583fdb[github.com]
Indexing bug fix