FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Netick/Editor - NetickNetworking/NetickForUnity · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NetickNetworking
/
NetickForUnity
Public
Notifications
You must be signed in to change notification settings
Fork
42
Star
403
Code
Issues
1
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
NetickForUnity
Netick
Editor
on
master
User selector
Datepicker
Commit history
Commits on Aug 26, 2026
Feat: add deterministic fixed client tick lead for testing
karrarrahim
committed
d6e599b
View commit details
Copy full SHA for d6e599b
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
Fix: changing the networked state of another network object inside `NetworkDestroy` during scene switches breaks replication for objects created after the scene switch
karrarrahim
committed
716af7c
View commit details
Copy full SHA for 716af7c
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
Feat: add `AttachEventsListener` and `DetachEventsListener` to `NetworkSandbox`
karrarrahim
committed
5228170
View commit details
Copy full SHA for 5228170
View code at this point
Browse repository at this point
Commits on Jul 13, 2026
Fix: client input rejection at high ping & tickrate when FPS < tickrate
karrarrahim
committed
73cc288
View commit details
Copy full SHA for 73cc288
View code at this point
Browse repository at this point
Commits on Jun 28, 2026
Feat: enable `ensureSafety` by default in `[Networked]` attribute
karrarrahim
committed
0293ed9
View commit details
Copy full SHA for 0293ed9
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
Fix: `NetworkString` off-by-one capacity loss
karrarrahim
committed
32503ac
View commit details
Copy full SHA for 32503ac
View code at this point
Browse repository at this point
Commits on Jun 7, 2026
Fix: internal bounds checking fixes
karrarrahim
committed
d56f208
View commit details
Copy full SHA for d56f208
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
Fix: prevent OOB read/write in replay parsing from corrupted/malicious replay files
karrarrahim
committed
dbb8250
View commit details
Copy full SHA for dbb8250
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
Fix: validate fragment size and index before packet reassembly
karrarrahim
committed
01e15b2
View commit details
Copy full SHA for 01e15b2
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
Fix: error on `HitShapeContainer` when using IM
karrarrahim
committed
3cce4ac
View commit details
Copy full SHA for 3cce4ac
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
Fix: internal bounds checking fixes
karrarrahim
committed
ff1cc3f
View commit details
Copy full SHA for ff1cc3f
View code at this point
Browse repository at this point
Fix: properly truncate networked strings that exceed buffer size
karrarrahim
committed
51b2626
View commit details
Copy full SHA for 51b2626
View code at this point
Browse repository at this point
Fix: add bounds checking for input indices
karrarrahim
committed
7fdf63b
View commit details
Copy full SHA for 7fdf63b
View code at this point
Browse repository at this point
Commits on May 31, 2026
Fix: throw `BadPacketException` when an unlinked entity does not exist in the client
karrarrahim
committed
b3467d8
View commit details
Copy full SHA for b3467d8
View code at this point
Browse repository at this point
Fix: duplicate entries in `NetworkDictionary`/`NetworkHashSet` when re-adding a removed key
karrarrahim
committed
46e494d
View commit details
Copy full SHA for 46e494d
View code at this point
Browse repository at this point
Fix: add defensive bounds checking for network collections
karrarrahim
committed
38a7b8c
View commit details
Copy full SHA for 38a7b8c
View code at this point
Browse repository at this point
Fix: memory safety issue related to`Entity`
karrarrahim
committed
49a7497
View commit details
Copy full SHA for 49a7497
View code at this point
Browse repository at this point
Fix: memory safety issues in `NetworkQueue`, `NetworkStack`, `NetworkUnorderedList`, and `Entity`
karrarrahim
committed
84527cf
View commit details
Copy full SHA for 84527cf
View code at this point
Browse repository at this point
Commits on May 28, 2026
Feat: rewrite lag compensation (fixes, better performance, Capsule HitShape, SphereCast)
karrarrahim
committed
3ac03c1
View commit details
Copy full SHA for 3ac03c1
View code at this point
Browse repository at this point
Commits on May 21, 2026
Fix: stop passing empty input to the simulation on the tick or frame `NetworkSandbox.InputEnabled` is disabled
karrarrahim
committed
4142c77
View commit details
Copy full SHA for 4142c77
View code at this point
Browse repository at this point
Commits on May 12, 2026
Fix: avoid internal call to `PhysicsSceneExtensions2D.GetPhysicsScene2D` when physics type is none or 3D
karrarrahim
committed
c834d06
View commit details
Copy full SHA for c834d06
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
Fix: `[Networked(relevancy: Relevancy.InputSource)]` properties may not sync correctly to a client after it becomes the object's input source
karrarrahim
committed
08013ed
View commit details
Copy full SHA for 08013ed
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Feat: add per-behaviour profiling for `NetworkUpdate`, `NetworkFixedUpdate`, and `NetworkRender`
karrarrahim
committed
74f1705
View commit details
Copy full SHA for 74f1705
View code at this point
Browse repository at this point
Commits on Apr 6, 2026
Fix: don't add `TrackedRigidbody3D`/`TrackedRigidbody2D` when `PhysicsPrediction` and `InterpolateLocalRigidbodies` are disabled
karrarrahim
committed
2bcab8b
View commit details
Copy full SHA for 2bcab8b
View code at this point
Browse repository at this point
Feat: hide network properties with `[HideInInspector]` attribute
karrarrahim
committed
ee1400f
View commit details
Copy full SHA for ee1400f
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
Fix: issue with input duplication logic causing incorrect behaviour when inputs are duplicated
karrarrahim
committed
df555dd
View commit details
Copy full SHA for df555dd
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
Feat: add `InterpolateLocalRigidbodies` setting for local (non-networked) rigidbodies
karrarrahim
committed
fa7cee7
View commit details
Copy full SHA for fa7cee7
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
Feat: change`PhysicsSimulationStep` constructor from internal to public
karrarrahim
committed
d2e2a6c
View commit details
Copy full SHA for d2e2a6c
View code at this point
Browse repository at this point
Commits on Mar 10, 2026
Feat: add `[Serializable]` to `NetworkArrayStruct`
karrarrahim
committed
6f187ef
View commit details
Copy full SHA for 6f187ef
View code at this point
Browse repository at this point
Commits on Mar 5, 2026
Fix: remove `beta` in Netick settings window
karrarrahim
committed
b909fdd
View commit details
Copy full SHA for b909fdd
View code at this point
Browse repository at this point
Commits on Feb 28, 2026
Feat: 1.0.0 release
karrarrahim
committed
7a77588
View commit details
Copy full SHA for 7a77588
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
Feat: enable `isFallback` for `NetworkBehaviourEditor`
karrarrahim
committed
a3e30df
View commit details
Copy full SHA for a3e30df
View code at this point
Browse repository at this point
Feat!: use predicted timing by default for `NetworkTimer`
karrarrahim
committed
570290b
View commit details
Copy full SHA for 570290b
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
Fix: codegen error when inheriting NetworkBehaviour across assemblies
karrarrahim
committed
3b03bfe
View commit details
Copy full SHA for 3b03bfe
View code at this point
Browse repository at this point
Commits on Jan 27, 2026
Fix: Netick codegen incorrectly serialized backing fields of private network properties
karrarrahim
committed
25fd7ab
View commit details
Copy full SHA for 25fd7ab
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL