Albin Corén
|
b66a351859
|
Moved prefabs to NetworkConfig
|
2018-04-02 21:49:02 +02:00 |
|
Albin Corén
|
b1c4cae028
|
Fixed scene switching issue
|
2018-04-02 20:59:26 +02:00 |
|
Albin Corén
|
02e5b886e6
|
Improved collection initialization in NetManager Init
|
2018-04-02 20:13:50 +02:00 |
|
Albin Corén
|
0572ab1b13
|
Optimized SyncedVarInit
|
2018-04-02 19:58:12 +02:00 |
|
Albin Corén
|
e1cc0b6fbd
|
Fixed an issue causing new objects to not have their SyncedVars inited
|
2018-04-02 19:25:14 +02:00 |
|
Albin Corén
|
6f1f035136
|
Internal messagetypes and channels no longer gets added to the user NetworkConfig
|
2018-04-02 18:05:35 +02:00 |
|
Albin Corén
|
17a594ee98
|
Fixed potential issue when destroying objects
|
2018-04-02 17:38:57 +02:00 |
|
Albin Corén
|
4b8b88d550
|
Added scene cleanup & checks for already running instances
|
2018-04-02 17:33:23 +02:00 |
|
Albin Corén
|
6ad088e46e
|
Fixed signature issue & allocation size
|
2018-04-02 17:19:08 +02:00 |
|
Albin Corén
|
fd18634d32
|
Fixed allocation misscalculation on SpawnObjects
|
2018-04-02 16:54:11 +02:00 |
|
Albin Corén
|
f258f0bb68
|
Added null checks to NetworkedObject
|
2018-04-02 16:51:16 +02:00 |
|
Albin Corén
|
5beac0f00c
|
Reworked NetworkConfig to be serializable
|
2018-04-02 16:47:28 +02:00 |
|
Albin Corén
|
ace1cee70e
|
Fixed issue with TrackedObject AvgTimeBetweenPoints
|
2018-04-02 11:56:54 +02:00 |
|
Albin Corén
|
2e1805a041
|
Improved TrackedObject statistics and fixed NullException
|
2018-04-02 10:43:27 +02:00 |
|
Albin Corén
|
37c10bb41f
|
Updated API reference to v0.1.6
|
2018-04-02 09:02:44 +02:00 |
|
Albin Corén
|
0d064fa94e
|
Added XML documentation to isServer & isClient
|
2018-04-02 09:01:29 +02:00 |
|
Albin Corén
|
6c716de014
|
Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI
|
2018-04-02 08:58:26 +02:00 |
|
Albin Corén
|
b6e36b0001
|
Changed various networkedObject behaviour to ensure isSpawned is set
|
2018-04-02 08:31:01 +02:00 |
|
Albin Corén
|
f879c38334
|
Update README.md
|
2018-04-02 07:15:52 +02:00 |
|
Albin Corén
|
879c54b38f
|
Updated API reference to match library version 0.1.5
|
2018-04-02 07:03:57 +02:00 |
|
Albin Corén
|
c325dec973
|
Fixed an issue where old scene networked objects would not get destroyed & added position sync to spawn
|
2018-04-02 06:52:17 +02:00 |
|
Albin Corén
|
20310d44dd
|
Fixed various critical object spawning issues
|
2018-04-02 06:29:14 +02:00 |
|
Albin Corén
|
679c56a62f
|
Split the NetworkingManager components to smaller namespaces
|
2018-04-01 12:24:54 +02:00 |
|
Albin Corén
|
691fd26075
|
Added warning for unsupported types in BinarySerializer
|
2018-04-01 11:22:18 +02:00 |
|
Albin Corén
|
b82507fc5c
|
Added supression for mono incompatible features in NetworkedAnimator
|
2018-04-01 10:33:04 +02:00 |
|
Albin Corén
|
fbae203b1c
|
Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI
|
2018-04-01 10:03:31 +02:00 |
|
Albin Corén
|
27eff96223
|
Added BinaryIgnore attribute to ignore fields on BinarySerialization
|
2018-04-01 10:03:14 +02:00 |
|
Albin Corén
|
94b768e26c
|
Update README.md
|
2018-04-01 09:43:02 +02:00 |
|
Albin Corén
|
901f87dfd5
|
Recompiled API reference
|
2018-04-01 09:41:56 +02:00 |
|
Albin Corén
|
ea2aea6952
|
Updated API reference
|
2018-04-01 09:36:10 +02:00 |
|
Albin Corén
|
8b95b7d888
|
Moved NetworkClient and NetworkingConfiguration to Data namespace
|
2018-04-01 09:35:20 +02:00 |
|
Albin Corén
|
62fcfc06d0
|
Added missing XML docs to Send overload
|
2018-04-01 09:32:43 +02:00 |
|
Albin Corén
|
c2747de9c6
|
Added Binary serialization overloads to send methods
|
2018-04-01 09:31:46 +02:00 |
|
Albin Corén
|
7f5fa25b55
|
Added Source code to API reference and Request Example
|
2018-04-01 01:01:08 +02:00 |
|
Albin Corén
|
435141c6a9
|
Added Binary Serializer
|
2018-04-01 00:53:11 +02:00 |
|
Albin Corén
|
0a922c74a6
|
Added logo & preliminary warning to API reference
|
2018-03-31 13:28:46 +02:00 |
|
Albin Corén
|
e80381c55f
|
Moved core components to the proper namespace
|
2018-03-31 12:45:46 +02:00 |
|
Albin Corén
|
03ea3cd935
|
Made SimulationObjects property public
|
2018-03-31 11:39:47 +02:00 |
|
Albin Corén
|
57b50af2ea
|
Added more XML documentation and updated API reference
|
2018-03-31 11:17:50 +02:00 |
|
Albin Corén
|
57f0575112
|
Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI
|
2018-03-31 10:51:20 +02:00 |
|
Albin Corén
|
0f16894795
|
Added Favicon
|
2018-03-31 10:50:54 +02:00 |
|
Albin Corén
|
457666982e
|
Update README.md
|
2018-03-31 10:36:29 +02:00 |
|
Albin Corén
|
b9822ef696
|
Change docs to HTML format
|
2018-03-31 10:26:22 +02:00 |
|
Albin Corén
|
d2f91cb62f
|
Set theme jekyll-theme-slate
|
2018-03-31 10:23:03 +02:00 |
|
Albin Corén
|
865c337e59
|
Renamed home to Index
|
2018-03-31 10:21:38 +02:00 |
|
Albin Corén
|
9da70f0d16
|
Added Markdown Docs
|
2018-03-31 10:20:18 +02:00 |
|
Albin Corén
|
16ee90adfd
|
Added class summaries
|
2018-03-31 10:19:37 +02:00 |
|
Albin Corén
|
7079765b2c
|
Enforced get/set rules on all library properties
|
2018-03-31 09:23:11 +02:00 |
|
Albin Corén
|
7b42bbfd3a
|
Added XML documentation to public methods
|
2018-03-31 09:07:42 +02:00 |
|
Albin Corén
|
d53179832d
|
Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI
|
2018-03-31 03:32:57 +02:00 |
|