113 Commits

Author SHA1 Message Date
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
Albin Corén
a27065e594 Fixed compilation issues 2018-03-04 18:11:27 +01:00
Albin Corén
90ab0cf020 Added lag compensation 2018-03-04 17:54:10 +01:00
Albin Corén
8484ed77e1 Updated readme to include issues 2018-03-04 12:56:23 +01:00
Albin Corén
708864fd57 Updates readme v0.0.3 2018-03-04 12:47:08 +01:00
Albin Corén
9c6739683a Added checks to prevent sending on the MLAPI channels 2018-03-04 12:44:01 +01:00
Albin Corén
82d4498461 Added SceneSwitching 2018-03-04 12:40:26 +01:00
Albin Corén
412387daab Added Development Profile 2018-03-03 07:26:48 +01:00
Albin Corén
ad88c20f86 Added proximity checking to NetworkedTransform 2018-03-02 22:23:29 +01:00
Albin Corén
a44141a966 Fixed snap on the NetworkedTransform component 2018-03-02 21:54:35 +01:00
Albin Corén
bc78303957 Fixed various issues with message passthrough v0.0.2 2018-01-10 14:16:06 +01:00
Albin Corén
a2090443d4 Added first version of MessagePassthrough 2018-01-10 13:26:20 +01:00
Albin Corén
1f14ded9cf Added a NetworkStart method to all NetworkedBehaviours which is invoked when handlers are ready to be added 2018-01-10 11:43:28 +01:00
Albin Corén
0d099c83b2 Fixed minor issues and reduced memory allocations when creating memorystreams v0.0.1 2018-01-10 09:48:33 +01:00
Albin Corén
eb4df1ab61 Optimized sending memory allocations 2018-01-10 09:20:17 +01:00
Albin Corén
13b0edca5d
Merge pull request #2 from TwoTenPvP/prototype-components
Prototype components
2018-01-10 00:07:30 -08:00
Albin Corén
8c737febca Improved NetworkedTransform to use targeted messages 2018-01-10 08:42:22 +01:00
Albin Corén
c037fe96de Merge branch 'master' into prototype-components 2018-01-10 08:28:06 +01:00
Albin Corén
b22642f26b
Merge pull request #1 from TwoTenPvP/targeted-messages
Added targeted object targeted messages
2018-01-09 23:26:22 -08:00
Albin Corén
dc8adf0de8 Added targeted object targeted messages 2018-01-10 08:23:54 +01:00
Albin Corén
0fbd9f9e04 Added NetworkedTransform to compileInclude 2018-01-10 04:23:44 +01:00
Albin Corén
a6e59074e1 Began working on prototype components 2018-01-10 04:23:14 +01:00
Albin Corén
3dfc999c38 Removed UPnP port mapping. 2018-01-08 09:16:49 +01:00
Albin Corén
9389c1c9c4 Minor config changes 2018-01-08 09:13:48 +01:00
Albin Corén
fa85e53f05 Added shutdown functions and changed protection level of API 2018-01-08 08:09:58 +01:00
Albin Corén
aa10528971 Split up NetworkingManager to NetworkingManagerComponents 2018-01-08 03:28:36 +01:00
Albin Corén
44a8765c0b Updated readme to include dependencies 2018-01-07 09:51:33 +01:00
Albin Corén
3fd4955faf Added automatically port forwarding using UPnP 2018-01-07 08:29:01 +01:00
Albin Corén
18da9a5978 Added owned objects 2018-01-07 07:33:55 +01:00
Albin Corén
f83d50a2b2 Added Object spawning functionality 2018-01-07 07:18:59 +01:00
Albin Corén
4ad74c74b3 Removed list of spawned object ids 2018-01-07 06:43:04 +01:00
Albin Corén
bde2f0f3af Added host support 2018-01-07 06:28:13 +01:00
Albin Corén
db1e200494 Fixed an issue causing Hosts to not get isLocalPlayer = true 2018-01-07 05:54:08 +01:00