Garry's Mod

Garry's Mod

Networking Entity Proxy Module
目前顯示第 1-10 項,共 12 項
< 1  2 >
更新:2023 年 3 月 11 日 @ 下午 11: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

更新:2023 年 3 月 11 日 @ 下午 4:27

Commit c07e042[github.com]
Fixed entity_proxy.Write

更新:2023 年 3 月 11 日 @ 下午 2: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

更新:2023 年 3 月 6 日 @ 下午 4:52

Commit 7dc480d[github.com]
Various bug fixes

更新:2023 年 3 月 6 日 @ 下午 2:03

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

更新:2023 年 3 月 6 日 @ 上午 10:21

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

更新:2023 年 3 月 6 日 @ 上午 10:15

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

更新:2023 年 3 月 6 日 @ 上午 9:42

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

更新:2023 年 3 月 6 日 @ 上午 9:37

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

更新:2023 年 3 月 6 日 @ 上午 7:41

Commit 9583fdb[github.com]
Indexing bug fix