Commit Graph

  • 732141cf92 feat(SyncDictionary): Added OnChange Action MrGadget 2024-04-14 17:00:33 -0400
  • 3ef37dfa3f chore(NetworkServerRuntimeTest): Fixed typo MrGadget 2024-04-14 12:14:25 -0400
  • 008c01e2bd Update Semantic Release (#3807) MrGadget 2024-04-14 11:41:25 -0400
  • be29b59672 chore(CI): Remove unused workflow files MrGadget 2024-04-14 08:53:32 -0400
  • bb8c4cd975 chore(Semantic.yml): Updated setup-dotnet to v4 MrGadget 2024-04-13 09:37:06 -0400
  • b42f185da1 chore(CI): RunUnityTests - updated unityVersion MrGadget 2024-04-10 14:53:17 -0400
  • b5f5e25aab fix(NetworkAnimator): Default animatorSpeed to 1 (#3801) MrGadget 2024-04-10 12:19:12 -0400
  • 6539bbc136 NetworkTransformBase: Eliminate redundant code MrGadget 2024-04-10 07:45:44 -0400
  • 64b6e5863f Update README.md mischa 2024-04-10 18:02:31 +0800
  • 9a82be7dc0 Update README.md mischa 2024-04-09 11:51:25 +0800
  • 7c4ded37a2 fix(NetworkRigidbody Components): Added missing OnTeleport overrides (#3788) ReMake 2024-04-08 08:08:19 +0200
  • 4fe0720070 fix(LatencySimulation): unreliable now sends over the correct channel mischa 2024-04-07 23:40:00 +0800
  • 52d10e8c5f chore(SyncDictionary): Reorganized methods MrGadget 2024-04-03 17:24:29 -0400
  • 0999736263 chore(CI): RunUnityTests - updated unityVersion MrGadget 2024-04-03 17:22:09 -0400
  • 0945269990 Stacked Prediction Example: show ping mischa 2024-04-04 00:26:40 +0800
  • a5d663ce20 Predicted Billiards: remove unused code mischa 2024-04-02 17:12:48 +0800
  • 3cc1bc0431 Predicted Billiards Example: remove old 'inputs' code mischa 2024-04-02 16:26:50 +0800
  • b3225032ae fix(EdgegapHosting): only include enabled scenes in build (#3798) mischa 2024-04-02 16:23:51 +0800
  • 64e3b0eba4 chore(NetworkInformationPreview): align values to labels better MrGadget 2024-04-02 00:47:25 -0400
  • f5339c64f1 Update README.md mischa 2024-04-02 11:08:05 +0800
  • 7deb0e1214 chore(CI): RunUnityTests - updated unityVersion MrGadget 2024-03-29 10:36:44 -0400
  • 4d8d0df168 chore: Added LagCompensatorInspector (#3796) MrGadget 2024-03-29 01:31:52 -0400
  • e36f5c97ad fix(LagCompensator): Updated Attributes ServerCallback, DisallowMultipleComponent, and HelpURL MrGadget 2024-03-28 13:36:08 -0400
  • fc9a9ea2a3 chore(NetworkManager): Fixed SendRate Tooltip MrGadget 2024-03-28 11:28:08 -0400
  • d4e3f1317a chore(NetworkManager): Clarified SendRate Tooltip MrGadget 2024-03-28 11:21:12 -0400
  • e4291963f2 perf(PredictedRigidbody): introduce FAST mode where physics & renderers aren't separated mischa 2024-03-28 22:11:52 +0800
  • 665b2bdd47 forgot to remove logs mischa 2024-03-28 21:32:26 +0800
  • 41c811afa8 fix(PredictedRigidbody): increase default motion smoothing angular velocity threshold mischa 2024-03-28 21:27:17 +0800
  • c6158acbc2 perf(PredictedRigidbody): OnReceivedState compares sqr magnitude (part 2) mischa 2024-03-27 22:44:25 +0800
  • b18edcc859 syntax mischa 2024-03-27 22:43:07 +0800
  • 22cdece64a perf(PredictedRigidbody): OnReceivedState compares sqr magnitude mischa 2024-03-27 22:42:30 +0800
  • bb16a272f3 perf(PredictedRigidbody): revert syncing 'sleeping' because it cut benchmark performance in half (!) mischa 2024-03-27 23:06:08 +0800
  • 0a0daa303e fix(RemoteStatistics): Changed default hotKey to backQuote - Same as GUIConsole, and for the same reason (F11 is fullscreen in browser) MrGadget 2024-03-26 08:17:05 -0400
  • 10ddcba410 chore(CI): RunUnityTests - updated unityVersion MrGadget 2024-03-25 14:00:04 -0400
  • 436ada9a0b feat(SyncSet): Add individual Actions for operations Deprecates Callback Action. MrGadget 2024-03-24 12:01:17 -0400
  • d132a53cd1 style(SyncSetTest): code formatting MrGadget 2024-03-24 10:18:58 -0400
  • bbf85c689d fix(SyncSet): Clear after Callback Allows users to iterate the set before it's wiped MrGadget 2024-03-24 10:16:48 -0400
  • a74a3d8db2 fix(SyncSet): Change Callback to Action MrGadget 2024-03-24 10:10:29 -0400
  • 4c5a5dfec3 style(SyncSetTest): code formatting MrGadget 2024-03-24 10:07:49 -0400
  • f86acf6bed chore(SyncSet): code formatting MrGadget 2024-03-24 10:07:08 -0400
  • c9896c6f3e readme mischa 2024-03-24 12:00:45 +0800
  • c330942c9f Prediction Example: stacked predicted boxes mischa 2024-03-24 11:59:14 +0800
  • 867bf7c492 PredictedRigidbody: sync & show remote.sleeping to easier debug objects coming to rest mischa 2024-03-24 11:51:50 +0800
  • 824712df9c feat(SyncList): Add individual Actions for operations (#3794) MrGadget 2024-03-23 14:54:38 -0400
  • 1919e61856 style(SyncListTest): Formatting MrGadget 2024-03-23 13:48:31 -0400
  • 0e6661f36a chore(:SyncListTest): Improved tests MrGadget 2024-03-23 13:48:03 -0400
  • aecc8f2587 fix(SyncList): Clear after Callback Allows users to iterate the list before it's wiped MrGadget 2024-03-23 12:09:00 -0400
  • c7305db462 fix(SyncList): Change Callback to Action MrGadget 2024-03-23 11:54:14 -0400
  • dc2f35a347 fix: PredictedRigidbody now always teleports to corrections to avoid objects not being able to move to a corrected position if there's another object inbetween mischa 2024-03-23 23:52:23 +0800
  • fb1fc3a0ae style(SyncList): formatting MrGadget 2024-03-23 11:48:22 -0400
  • bdac4445ca PredictedRigidbody: virtual Awake mischa 2024-03-23 23:43:08 +0800
  • c1f94d1899 Update FUNDING.yml mischa 2024-03-23 19:16:12 +0800
  • 06f0a4b291 Update comments for SyncVar (#3792) F_CIL 2024-03-23 18:58:42 +0800
  • 5c52e78b10 feat(SyncDictionary): Add individual Actions for operations (#3791) MrGadget 2024-03-22 22:44:52 -0400
  • 5c96c81e35 SyncDictionary: Add oldValue to AddOperation (#3790) MrGadget 2024-03-22 00:49:01 -0400
  • 877067af76 fix(SyncDictionary): Clear after Callback (#3789) MrGadget 2024-03-21 23:02:54 -0400
  • 05d68f91af chore(SyncDictionaryTest): Improved tests MrGadget 2024-03-21 10:53:42 -0400
  • 0b8b11e78f style(SyncDictionary): code formatting MrGadget 2024-03-21 09:55:16 -0400
  • ea01b7c060 Billiards readme: link prediction article mischa 2024-03-21 12:37:20 +0800
  • a0bb738705 Billiards (not predicted): add latency simulation and improve explanation mischa 2024-03-21 12:14:03 +0800
  • cded6bc736 Predicted Billiards: fix pocket resets for latest prediction and update Readme to be ready for users! mischa 2024-03-21 11:48:54 +0800
  • e564ff92d0 Predicted Billiards: fix Rigidbody access for latest prediction mischa 2024-03-20 21:31:07 +0800
  • 8334f3549c Predicted Billiards: fix dragging with predicted Rigidbody mischa 2024-03-20 21:19:02 +0800
  • a3e8ef0b8f Predicted Billiards: fix ghost materials mischa 2024-03-20 18:38:14 +0800
  • a3e6dd3cb5 perf: Prediction.CorrectHistory removed O(N) insertion. adjusting successive values is enough. mischa 2024-03-18 15:59:36 +0800
  • 1d004dcd21 fix: Prediction.CorrectHistory now adjusts afterIndex after removals/insertions mischa 2024-03-18 15:52:24 +0800
  • 39338b413d Prediction: explain insertions complexity mischa 2024-03-18 15:49:02 +0800
  • 1eecc055c5 fix(SimpleWeb.jslib): Locally Scope Runtime MrGadget 2024-03-17 14:10:38 -0400
  • e257232517 style(SimpleWeb.jslib): Code formatting MrGadget 2024-03-17 14:09:51 -0400
  • c373f9f0e7 fix(SimpleWeb): scope websocket locally instead of globally MrGadget 2024-03-15 21:29:44 -0400
  • 714f231d43 fix(LobbyServiceCreateDialogue): Added warning about Edgegap Lobby Name bug (#3783) Robin Rolf 2024-03-15 20:02:50 +0000
  • 16f892e94d fix: Edgegap Lobby Create UI Tweaks (#3782) Robin Rolf 2024-03-15 17:19:50 +0000
  • 501129fb68 EncryptionTransportInspector: Fixed button label MrGadget 2024-03-15 11:44:36 -0400
  • 8eda3231be fix(EdgegapLobbyKcpTransport): Fixed HelpURL MrGadget 2024-03-15 11:16:52 -0400
  • 074e0d6dc6 chore: old unity compat for PredictedRigidbody (#3781) Robin Rolf 2024-03-15 14:12:20 +0000
  • 9ce8f9b5f8 feat: Edgegap Lobby Transport & Demo (#3780) Robin Rolf 2024-03-15 14:09:04 +0000
  • 9d7de40aa7 Prediction: RingBuffer perf comments mischa 2024-03-15 13:44:46 +0800
  • 7cf0b884a6 perf: PredictedRigidbody MoveTowardsCustom: only calculate distance factor once mischa 2024-03-15 13:23:44 +0800
  • 8705a9b0c2 perf: PredictedRigidbody MoveTowardsCustom mischa 2024-03-15 13:00:43 +0800
  • eb93ce4e3d perf: PredictedRigidbody smoothFollowThreshold squared caching mischa 2024-03-15 12:35:57 +0800
  • 237ffac7a9 PredictedRigidbody: update hard follow commented code mischa 2024-03-15 12:32:42 +0800
  • b7bbd0fb50 ProjectSettings resaved with current Unity version mischa 2024-03-15 12:24:46 +0800
  • 501867cda0 perf: PredictedRigidbody caches physics transform to use GetPositionAndRotation mischa 2024-03-14 17:46:52 +0800
  • fbb3d563ba perf: PredictedRigidbody UpdateGhosting: only every few frames mischa 2024-03-14 17:36:00 +0800
  • fb5adf3fb7 prediction benchmark updated mischa 2024-03-14 15:37:09 +0800
  • 0657da87ea perf: PredictedRigidbody RecordState only grabs count once mischa 2024-03-14 15:07:46 +0800
  • 2ecafaa634 perf: PredictedRigidbody state properties inlined mischa 2024-03-14 15:05:06 +0800
  • 4f642d73a3 perf: PredictedRigidbody RecordState only calls NetworkTime.time getter once mischa 2024-03-14 15:02:49 +0800
  • 39fbaabd3b perf: PredictedRigidbody FixedUpdate caches sqr computations mischa 2024-03-14 14:59:50 +0800
  • c8f022584a inlining mischa 2024-03-14 14:48:15 +0800
  • ae0a6a9c3e perf: PredictedRigidbody caches IsMoving sqr computations mischa 2024-03-14 14:47:56 +0800
  • 0789d41798 perf: PredictedRigidbody syncs a blittable struct once instead of doing 5 separate reads/writes mischa 2024-03-14 11:50:54 +0800
  • 9497121c45 PredictedSyncData struct first step: same reads & writes mischa 2024-03-14 11:39:19 +0800
  • ed12063f49 perf: PredictedRigidbody doesn't log "Separating Physics" anymore mischa 2024-03-13 19:37:12 +0800
  • 75fb9ff57c perf: Prediction.Sample() removed SortedList foreach iteration allocations(!) mischa 2024-03-13 19:33:17 +0800
  • 1083dc5504 perf: PredictedRigidbody doesn't log hard correction when ahead anymore mischa 2024-03-13 18:45:09 +0800
  • 07eba2dfc6 PredictedRigidbody: syntax mischa 2024-03-14 14:56:59 +0800
  • 597fd933c4 PredictedRigidbody: OnDeserialize parsing grouped together (syntax change) mischa 2024-03-14 11:38:09 +0800
  • c503724b61 chore(CI): RunUnityTests - updated unityVersions MrGadget 2024-03-13 16:52:45 -0400
  • 8b86e709be Prediction: syntax mischa 2024-03-13 19:33:43 +0800