userConnacancel

4,938 Commits over 1,461 Days - 0.14cph!

11 Months Ago
Add overloads for filtering RPC recipients based on a predicate
11 Months Ago
Test Clean up - use TransformInterpolate class Can't modify transform if we're a network object root and a proxy - we must stay true to network transform target Hook up Interpolation enable/disable from Inspector. When Owner calls ClearInterpolation, set a bit on the update msg to have other clients do so as well. Hook up Network.Interpolation and Enable/DisableInterpolation() on the accessor. Fix to allow interp property to be set by GameObjectHeader Serialize the interpolation bool with GameObject Combination of fixed update interpolator and networked interpolation buffer. Working nicely Some cleanup Some extra docs + let's call it Query to match the other class Use Time.Now Restore backward compat LerpTo Cull after, ensure move direct to last tx if query out of time but entries remaining Fix formatting Tiny tidyup
11 Months Ago
RPC in log for consistency
11 Months Ago
Better docs
11 Months Ago
Remove duplicate docs
11 Months Ago
Some fixes
11 Months Ago
Use hasvalue etc
11 Months Ago
Inverse logic (doh!)
11 Months Ago
Fix ambigious docs
11 Months Ago
this can be made private
11 Months Ago
Add single Connection overloads
11 Months Ago
Same logic for static Rpcs
11 Months Ago
Update documentation Add recipient filter struct, type, and Rpc.FilterOnly and Rpc.AllExcept methods Update documentation Change filtertype options Move to Connection.Filter. Can pass optional filter to Broadcast. Use this for Rpcs with current filter. More docs
11 Months Ago
Shorten that prop name
11 Months Ago
Ensure can't use different RPC attributes together, doesn't make sense
11 Months Ago
Add some more documentation to the other RPC attributes
11 Months Ago
🧹
11 Months Ago
Implement MethodArguments attribute, use it for UnicastAttribute ensure that first parameter is Connection
11 Months Ago
Tiny tidyup
11 Months Ago
Fix formatting
11 Months Ago
Cull after, ensure move direct to last tx if query out of time but entries remaining
11 Months Ago
Unobsolete obsolete code Fix crash on start / gave myself more work todo Fix null reference when ball physics body is null Fix crash on AnimateIntoPocket / Fix ballhistory duplication Merge pull request #1 from Louis-Ladd/main Fix current crashes and networking issues
11 Months Ago
Restore backward compat LerpTo
11 Months Ago
Use Time.Now
11 Months Ago
Some extra docs + let's call it Query to match the other class
11 Months Ago
Some cleanup
11 Months Ago
Test Clean up - use TransformInterpolate class Can't modify transform if we're a network object root and a proxy - we must stay true to network transform target Hook up Interpolation enable/disable from Inspector. When Owner calls ClearInterpolation, set a bit on the update msg to have other clients do so as well. Hook up Network.Interpolation and Enable/DisableInterpolation() on the accessor. Fix to allow interp property to be set by GameObjectHeader Serialize the interpolation bool with GameObject Combination of fixed update interpolator and networked interpolation buffer. Working nicely
11 Months Ago
Combination of fixed update interpolator and networked interpolation buffer. Working nicely
11 Months Ago
Serialize and Deserialize Scene properties such as Time Scale, Fixed Update Frequency, Threaded Animation... joining clients will now have correct values for the Scene. These don't replicate when changed after that though. Fixes Facepunch/sbox-issues#4483
11 Months Ago
When creating networked object from remote (networked), wrap Deserialize and NetworkSpawnRemote in CallbackBatch so that _net is initialized before OnAwake is called. Fixes Facepunch/sbox-issues#4950
11 Months Ago
Update test1.prefab
11 Months Ago
Update test1.prefab
11 Months Ago
Update test1.prefab
11 Months Ago
Test
11 Months Ago
Use StringTable.Remove instead of StringTable.Entries.Remove when removing Connection from ConnectionInfoManager. Fixes Facepunch/sbox-issues#4983
12 Months Ago
Test Clean up - use TransformInterpolate class Can't modify transform if we're a network object root and a proxy - we must stay true to network transform target Hook up Interpolation enable/disable from Inspector. When Owner calls ClearInterpolation, set a bit on the update msg to have other clients do so as well. Hook up Network.Interpolation and Enable/DisableInterpolation() on the accessor. Fix to allow interp property to be set by GameObjectHeader Serialize the interpolation bool with GameObject
12 Months Ago
Specify in documentation that NetPermission.OwnerOnly works the same as NetPermission.HostOnly for static actions.
12 Months Ago
Minor correction
12 Months Ago
Fixed reading String Table snapshot that has an entry with 0 elements throwing an exception. Instead, ByteStream.ReadArray should return null (empty span) if it has a length of 0. Added a test to prove the bug. Fixes Facepunch/sbox-issues#5357
12 Months Ago
Serialize Component FullName instead of ClassName. Fixes cases where two components with the same name exist in different namespaces, sometimes the wrong one will be serialized. Fully backwards compatible. Fixes Facepunch/sbox-issues#5331
12 Months Ago
Test Clean up - use TransformInterpolate class Can't modify transform if we're a network object root and a proxy - we must stay true to network transform target Hook up Interpolation enable/disable from Inspector. When Owner calls ClearInterpolation, set a bit on the update msg to have other clients do so as well. Hook up Network.Interpolation and Enable/DisableInterpolation() on the accessor. Fix to allow interp property to be set by GameObjectHeader Serialize the interpolation bool with GameObject
12 Months Ago
Serialize the interpolation bool with GameObject
12 Months Ago
Fix to allow interp property to be set by GameObjectHeader
12 Months Ago
Hook up Interpolation enable/disable from Inspector. When Owner calls ClearInterpolation, set a bit on the update msg to have other clients do so as well. Hook up Network.Interpolation and Enable/DisableInterpolation() on the accessor.
12 Months Ago
Can't modify transform if we're a network object root and a proxy - we must stay true to network transform target
12 Months Ago
Test Clean up - use TransformInterpolate class
12 Months Ago
Clean up - use TransformInterpolate class
12 Months Ago
Test
12 Months Ago
Fixed NetPermission not working for static Rpcs (Fixes Facepunch/sbox-issues#5188)
12 Months Ago
Fix failing test, use float.PositiveInfinity not -1