Garry's Mod

Garry's Mod

Networking Entity Proxy Module
Viser 1-10 af 12 forekomster
< 1  2 >
Opdatering: 11. mar. 2023 kl. 23:01

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

Opdatering: 11. mar. 2023 kl. 16:27

Commit c07e042[github.com]
Fixed entity_proxy.Write

Opdatering: 11. mar. 2023 kl. 14:52

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

Opdatering: 6. mar. 2023 kl. 16:52

Commit 7dc480d[github.com]
Various bug fixes

Opdatering: 6. mar. 2023 kl. 14:03

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

Opdatering: 6. mar. 2023 kl. 10:21

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

Opdatering: 6. mar. 2023 kl. 10:15

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

Opdatering: 6. mar. 2023 kl. 9:42

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

Opdatering: 6. mar. 2023 kl. 9:37

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

Opdatering: 6. mar. 2023 kl. 7:41

Commit 9583fdb[github.com]
Indexing bug fix