155 Commits

Author SHA1 Message Date
Albin Corén
f1eb686688 Set theme jekyll-theme-slate 2018-03-30 10:32:58 +02:00
Albin Corén
169def681b
Update README.md 2018-03-30 10:04:26 +02:00
Albin Corén
614a3a4f19 Improved MLAPI Inspector UI 2018-03-30 04:06:49 +02:00
Albin Corén
0593de44a5 Cleanup 2018-03-29 06:02:07 +02:00
Albin Corén
e41ced9e8f Added per NetworkBehaviour message Targets 2018-03-29 05:55:15 +02:00
Albin Corén
368d719201 Added Proximity to NetworkedAnimator 2018-03-29 04:27:13 +02:00
Albin Corén
cf4db381b7 Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI 2018-03-29 01:29:00 +02:00
Albin Corén
5d8c1ece0b Added WarpOnDestintionChange option to NetworkedNavMeshAgent 2018-03-29 01:28:45 +02:00
Albin Corén
2442eab0cc Added NetworkedNavMeshAgent to the Compile list 2018-03-29 00:47:02 +02:00
Albin Corén
3d6795e4bf
Update README.md 2018-03-29 00:03:59 +02:00
Albin Corén
6f2295bec1 Changed NetworkingManager callbacks to be invoked on server and client 2018-03-28 22:50:54 +02:00
Albin Corén
c46f268470 Improved the drift correction on the NetworkedNavMeshAgent 2018-03-28 21:19:14 +02:00
Albin Corén
7338299ff2 Reduced memory allocations in NetworkedTransform 2018-03-28 20:23:50 +02:00
Albin Corén
27798000ba Fixed correction update issue on NetworkedNavMeshAgent 2018-03-28 19:42:08 +02:00
Albin Corén
020847a91b Added NetworkedNavMeshAgent 2018-03-28 19:40:40 +02:00
Albin Corén
6c799b0712 Changed NetworkedBehaviour isOwner to public 2018-03-28 17:40:08 +02:00
Albin Corén
8e2db5131a Added OnServerStarted callback 2018-03-28 17:38:00 +02:00
Albin Corén
0622ca7a37 Added callback for when client disconnects 2018-03-28 17:34:42 +02:00
Albin Corén
c7dd950954 Added onClientConnect callback & isClinetConnected bool to NetManager 2018-03-28 17:31:39 +02:00
Albin Corén
5f0eeab55e
Update README.md 2018-03-22 13:00:12 +01:00
Albin Corén
6837391ace Fixed various messageChunker issues and added more helpers to verify chunks 2018-03-22 12:57:48 +01:00
Albin Corén
64b3bedc62 Added helper class to chunk byte arrays 2018-03-22 09:55:26 +01:00
Albin Corén
75fd623b49 Fixed issue preventing internal handshake to be sent v0.1.1 2018-03-21 14:10:12 +01:00
Albin Corén
95082334af Changed spawnedObjects counting code 2018-03-21 08:37:15 +01:00
Albin Corén
9b76a81f1f Added networktime 2018-03-21 08:27:19 +01:00
Albin Corén
384dfbdab8 Added ClientIdManager 2018-03-13 09:24:46 +01:00
Albin Corén
965d644fb7 Added SyncVar hooks 2018-03-13 08:58:41 +01:00
Albin Corén
e7372d6cc3 Added Byte arrays support to SyncVar. 2018-03-10 01:48:08 +01:00
Albin Corén
c51dc5aa23 Moved FieldType in csproj v0.1.0 2018-03-09 17:37:57 +01:00
Albin Corén
c035c67f48 Moved FieldType enum to Data 2018-03-09 17:35:15 +01:00
Albin Corén
06774ea531 Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI 2018-03-09 15:36:10 +01:00
Albin Corén
5a3d065ab4 Added hang/flood prevention to NetworkingManager 2018-03-09 13:37:39 +01:00
Albin Corén
ae0f5233da Renamed internal MLAPI channel 2018-03-09 10:41:58 +01:00
Albin Corén
6cb02f35de Modified tickrate behaviour to empty buffers 2018-03-09 10:28:38 +01:00
Albin Corén
ad41b78acc Added different tickrates for different things 2018-03-09 10:21:44 +01:00
Albin Corén
f6dc01a0dd Removed LLAPI send delay 2018-03-09 00:23:17 +01:00
Albin Corén
9c587636d5
Update README.md 2018-03-09 00:18:38 +01:00
Albin Corén
a1c027447b Added Tickrate config 2018-03-09 00:10:43 +01:00
Albin Corén
a56902d35a
Update README.md 2018-03-08 22:13:49 +01:00
Albin Corén
b93aa3ad0f Removed Unity 5 support 2018-03-08 22:12:00 +01:00
Albin Corén
8e19568e19 Added Unity 5 support 2018-03-08 21:05:11 +01:00
Albin Corén
190564eb87 Made NetworkAnimator compliant with C# 4 2018-03-08 20:30:46 +01:00
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