userConnacancel

4,391 Commits over 1,218 Days - 0.15cph!

3 Months Ago
Add new Interpolation stage - the updates need to happen at the right point. Clear interpolation if interpolation isn't enabled and we receive a transform update
3 Months Ago
Actually enable it
3 Months Ago
Add InterpolationSystem (GameObjectSystem) - update GameTransform to Add/Remove GameObjects from this system as appropriate
3 Months Ago
Add overloads for filtering RPC recipients based on a predicate
3 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
3 Months Ago
RPC in log for consistency
3 Months Ago
Better docs
3 Months Ago
Remove duplicate docs
3 Months Ago
Some fixes
3 Months Ago
Use hasvalue etc
3 Months Ago
Inverse logic (doh!)
3 Months Ago
Fix ambigious docs
3 Months Ago
this can be made private
3 Months Ago
Add single Connection overloads
3 Months Ago
Same logic for static Rpcs
3 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
3 Months Ago
Shorten that prop name
3 Months Ago
Ensure can't use different RPC attributes together, doesn't make sense
3 Months Ago
Add some more documentation to the other RPC attributes
3 Months Ago
🧹
3 Months Ago
Implement MethodArguments attribute, use it for UnicastAttribute ensure that first parameter is Connection
3 Months Ago
Tiny tidyup
3 Months Ago
Fix formatting
3 Months Ago
Cull after, ensure move direct to last tx if query out of time but entries remaining
3 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
3 Months Ago
Restore backward compat LerpTo
3 Months Ago
Use Time.Now
3 Months Ago
Some extra docs + let's call it Query to match the other class
3 Months Ago
Some cleanup
3 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
3 Months Ago
Combination of fixed update interpolator and networked interpolation buffer. Working nicely
4 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
4 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
4 Months Ago
Update test1.prefab
4 Months Ago
Update test1.prefab
4 Months Ago
Update test1.prefab
4 Months Ago
Test
4 Months Ago
Use StringTable.Remove instead of StringTable.Entries.Remove when removing Connection from ConnectionInfoManager. Fixes Facepunch/sbox-issues#4983
4 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
4 Months Ago
Specify in documentation that NetPermission.OwnerOnly works the same as NetPermission.HostOnly for static actions.
4 Months Ago
Minor correction
4 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
4 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
4 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
4 Months Ago
Serialize the interpolation bool with GameObject
4 Months Ago
Fix to allow interp property to be set by GameObjectHeader
4 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.
4 Months Ago
Can't modify transform if we're a network object root and a proxy - we must stay true to network transform target
4 Months Ago
Test Clean up - use TransformInterpolate class
4 Months Ago
Clean up - use TransformInterpolate class