Pinned
2,046 contributions in the last year
Less
More
Contribution activity
July 2021
Created 100 commits in 3 repositories
Created a pull request in vis2k/Mirror that received 2 comments
obsolete experimental NetworkTransform
NT2 was merged. don't need experimental anymore?
+8
−2
•
2
comments
Opened 8 other pull requests in 1 repository
vis2k/Mirror
8
merged
- feature: MatchInterestManagement
- breaking: NetworkMatch component to hold matchId. Prepares for AOI2 match checker.
- feature: SnapshotInterpolation algorithm
- fix: #2822 - OnClientDisconnect wasn't called for host disconnect because LocalConnectionToServer wouldn't call OnTransportDisconnected
- fix: #2818 NetworkClient Disconnecting state added. Disconnect now sets state to Disconnecting. OnTransportDisconnected doesn't early return anymore because state was == Disconnected already before. fixes OnClientDisconnect not being called for remote connections.
- fix: serialization precision over days by using frameCount instead of single precision time
- fix: #2793 - Interest Management V2 now offers SetHostVisibility overwriting
- fix: nimoyd unbatcher InvalidOperationException
Reviewed 5 pull requests in 1 repository
Created an issue in vis2k/Mirror that received 5 comments
OnClientDisconnect is never called if a remote connection disconnects.
mrgadget: : any example - override OnClientDisconnect with a debug log and call StopClient - it doesn't fire and should
5
comments