7c8b7debca
fix: client polling issues
2025-11-24 22:13:09 +03:00
a050909375
fix: server when sending to individual client messes packet order
2025-11-13 20:24:23 +03:00
24d9cdeafa
chore: removed unnecessary logs
2025-11-12 23:23:08 +03:00
0bd2b0618d
feat: wip network packet encryption
2025-10-28 19:47:54 +03:00
599774ea8b
fix: litenetlib server throwing an exception on sending packets
2025-10-28 10:04:25 +03:00
988a6f67f2
BREAKING CHANGE: renamed original Behaviour class to BehaviourInternal, and replaced it with BehaviourBase
...
Original Behaviour was using old methods for detecting entering/exiting universe,
they are now all under the same hood and the original is kept for UniverseEntranceManager
because it needs to enter the universe without itself. The internal behaviour kept under
a subnamespace of "Core.Internal" for the purpose that it might come in handy for other use cases.
2025-10-22 16:50:19 +03:00
2f32038f04
refactor: moved packer into sub-namespace
2025-10-22 11:05:26 +03:00
0db2cae1bb
feat: added sphere primitive
2025-10-21 19:06:58 +03:00
b42f1f1881
fix: added missing types for new primitives
2025-10-19 19:03:30 +03:00
a9fc819268
feat: added 3D AABB primitive
2025-10-19 18:45:57 +03:00
1d63391975
chore!: renamed AABB to AABB2D
2025-10-19 18:45:48 +03:00
3d183b21cd
BREAKING CHANGE: renamed namespace & assembly names
2025-08-05 19:41:35 +03:00
1644a751bb
feat: added LiteNetLib networking integration
2025-08-05 19:27:47 +03:00