113 Commits

Author SHA1 Message Date
Albin Corén
34031beee0 Stabilized and optimized library v0.0.9 2018-03-08 19:58:15 +01:00
Albin Corén
5426f4a421 Added UseLegacyChannel to the config hash 2018-03-08 18:19:50 +01:00
Albin Corén
11bd4523b0 Added LegacyChannel to config 2018-03-08 18:16:51 +01:00
Albin Corén
8ea338a5f8 Added error checks on Sync messages 2018-03-08 18:11:41 +01:00
Albin Corén
5d6114a457 Added error message to scene manager 2018-03-08 17:28:06 +01:00
Albin Corén
4f5ce9ec0f
Update README.md v0.0.8 2018-03-08 10:32:00 +01:00
Albin Corén
fc87e69212
Update README.md 2018-03-08 10:20:49 +01:00
Albin Corén
1197112d92
Merge pull request #16 from TwoTenPvP/synced-vars
Synced vars
2018-03-08 10:18:59 +01:00
Albin Corén
fe88778c88 Removed networkedBehaviourId 2018-03-08 09:47:57 +01:00
Albin Corén
c47a37b422 Fixed issue with NetworkedTransform 2018-03-07 22:56:16 +01:00
Albin Corén
0d47c6980b Added support for Vector3,Vector2 and Quaternion's in SyncVars 2018-03-07 22:52:44 +01:00
Albin Corén
7b9d2d14a7 Added Sync to new players functionality to syncvars 2018-03-07 21:52:55 +01:00
Albin Corén
c1e6e6cbf9 Cleaned up SyncVar system slightly 2018-03-07 21:42:33 +01:00
Albin Corén
dc6afc1331 Added Reflection based SyncVar system 2018-03-07 20:56:24 +01:00
Albin Corén
352c827b5d Added better checks to NetworkingManager 2018-03-07 09:25:14 +01:00
Albin Corén
66a511a437 Moved prototype components to it's own namespace 2018-03-06 22:50:59 +01:00
Albin Corén
dc4b70c6d1 Cleaned NetworkedTransform up 2018-03-06 22:47:04 +01:00
Albin Corén
b66856ce5a Updated NetworkedTransform to better deal with non player objects 2018-03-06 22:29:14 +01:00
Albin Corén
4e39d37722 Server can no longer send messages to itself v0.0.7 2018-03-06 21:42:48 +01:00
Albin Corén
c560614616
Update README.md 2018-03-06 19:22:44 +01:00
Albin Corén
27d789a4cf
Update README.md 2018-03-06 16:18:00 +01:00
Albin Corén
85231a0247
Update README.md 2018-03-06 14:07:24 +01:00
Albin Corén
8c0b5ed29b
Update README.md 2018-03-06 14:06:10 +01:00
Albin Corén
d94690172f Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI v0.0.6 2018-03-06 13:48:30 +01:00
Albin Corén
acbadc763f Optimized lag compensation 2018-03-06 13:48:23 +01:00
Albin Corén
5d4f150f4d
Update README.md 2018-03-06 13:21:12 +01:00
Albin Corén
8496b63569
Update README.md 2018-03-06 12:58:00 +01:00
Albin Corén
33122dc8c2
Update README.md 2018-03-06 12:55:51 +01:00
Albin Corén
8654df2f32
Update README.md 2018-03-06 12:48:21 +01:00
Albin Corén
e4d9a0166d Exposed previously internal parts of the Scene system 2018-03-06 00:53:42 +01:00
Albin Corén
308c1324ae Removed unused variables & general cleanup 2018-03-05 22:22:29 +01:00
Albin Corén
0f08318224 Reworked NetworkedAnimator v0.0.5 2018-03-05 20:25:08 +01:00
Albin Corén
f0c0616e70
Merge pull request #12 from angusmf/master
Avoid allocations in NetworkedAnimator
2018-03-05 20:07:33 +01:00
DESKTOP-4BMTUHM\Jim
14487b1983 Remove On(Gained/Lost)Ownership overrides. Testing indicates these are not needed in MLAPI. 2018-03-05 12:04:40 -07:00
Albin Corén
85eee7b0f4 Ensured the OwnedObject's list is filled and kept up to date 2018-03-05 19:57:58 +01:00
DESKTOP-4BMTUHM\Jim
27e34f4179 Fixed index out of range by adding nullcheck to read/write params. Null cached params when ownership to prevent another out-of-range. 2018-03-05 11:09:44 -07:00
DESKTOP-4BMTUHM\Jim
a6a0b136ff Completely eliminate allocating new AnimatorParameterController array in network animator. 2018-03-05 09:50:32 -07:00
DESKTOP-4BMTUHM\Jim
39042c4987 Replicate HLAPI patch in https://bitbucket.org/Unity-Technologies/networking/pull-requests/21/cache-animator-parameters-to-avoid/diff 2018-03-05 09:13:22 -07:00
Albin Corén
b4d0303a38
Update README.md 2018-03-05 16:54:12 +01:00
Albin Corén
6c09adac9c
Update README.md 2018-03-05 16:53:54 +01:00
Albin Corén
cfe26d4c7b
Update README.md 2018-03-05 16:32:34 +01:00
Albin Corén
72632a1df5 Prototype components now use NetworkStart for initialization 2018-03-05 15:45:34 +01:00
Albin Corén
87658b2ce9 Added OnGainedOwnership and OnLostOwnership virtual methods 2018-03-05 15:42:30 +01:00
Albin Corén
1fe6a74ad6 Added isOwner to NetworkedBehaviour 2018-03-05 15:25:49 +01:00
Albin Corén
387a98883a Fixed rotation issues on the NetworkedTransform 2018-03-05 15:22:20 +01:00
Albin Corén
bfe9e9b04a Added NetworkedAnimator & fixed zPos sync on NetworkedTransform 2018-03-05 15:08:54 +01:00
Albin Corén
27ae0bc01f Moved Scene switching to the main lib channel 2018-03-05 13:00:04 +01:00
Albin Corén
914c7a2a81 Added methods to control ownership 2018-03-05 12:55:23 +01:00
Albin Corén
f49aa9aadb Added scene sync to new clients 2018-03-05 12:39:57 +01:00
Albin Corén
0b90d02371
Merge pull request #11 from TwoTenPvP/object-pooling
Object pooling Rewrite
2018-03-05 12:29:25 +01:00