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 |
|
Albin Corén
|
92c5036a1b
|
Gameobjects active state is now synced when objects are spawned
|
2018-03-05 12:28:17 +01:00 |
|
Albin Corén
|
0ee53e41f0
|
Reworked Object Pooling
|
2018-03-05 12:23:34 +01:00 |
|
Albin Corén
|
6a586f68b6
|
Merge pull request #8 from angusmf/master
Allow pasing array of objects to CreatePool, such as from a sceneobje…
|
2018-03-05 07:12:06 +01:00 |
|
DESKTOP-4BMTUHM\Jim
|
77c6a85988
|
Allow pasing array of objects to CreatePool, such as from a sceneobject. This is to allow the use of scene objects containing such an array of prefabs, which is supposed to be quicker to create than calling instantiate.
|
2018-03-04 15:23:12 -07:00 |
|
Albin Corén
|
4071ebda1b
|
Added object pooling
|
2018-03-04 21:56:35 +01:00 |
|
Albin Corén
|
b6399270e0
|
Moved LagCompensationManager to components
|
2018-03-04 21:19:07 +01:00 |
|
Albin Corén
|
389c2f6a9f
|
Enforced the EnableSceneSwitching config
|
2018-03-04 20:45:27 +01:00 |
|
Albin Corén
|
6d98322434
|
Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI
|
2018-03-04 20:41:16 +01:00 |
|
Albin Corén
|
9c11fa07e5
|
Added checks to prevent simulations to be ran on non Servers
|
2018-03-04 20:40:34 +01:00 |
|
Albin Corén
|
35a330fbc9
|
Update README.md
|
2018-03-04 20:22:44 +01:00 |
|
Albin Corén
|
2dd0f13869
|
Update README.md
|
2018-03-04 19:52:18 +01:00 |
|
Albin Corén
|
0499aac7c6
|
Update README.md
|
2018-03-04 19:51:11 +01:00 |
|
Albin Corén
|
3d8c0e0e28
|
Update README.md
v0.0.4
|
2018-03-04 19:38:25 +01:00 |
|
Albin Corén
|
042bf3a6cf
|
Update README.md
|
2018-03-04 19:38:09 +01:00 |
|
Albin Corén
|
8759a9163f
|
Update README.md
|
2018-03-04 19:36:04 +01:00 |
|
Albin Corén
|
65e0ff2666
|
Update README.md
|
2018-03-04 19:35:49 +01:00 |
|
Albin Corén
|
a24588e6a7
|
Fixed issues with lag compensation
|
2018-03-04 19:30:56 +01:00 |
|
Albin Corén
|
b680126866
|
Changed Header to tooltip on NetworkedTransform
|
2018-03-04 18:14:41 +01:00 |
|