FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for MLAPI - devforgood/MLAPI · GitHub
devforgood
/
MLAPI
Public
forked from
Unity-Technologies/com.unity.netcode.gameobjects
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
MLAPI
MLAPI
on
master
User selector
Datepicker
Commit history
Commits on Apr 4, 2019
Merge branch 'master' of https://github.com/MidLevel/MLAPI
TwoTenPvP
committed
ac9598e
View commit details
Copy full SHA for ac9598e
View code at this point
Browse repository at this point
fix(spawning): Fixed RemoveOwnership call not giving the ownership to nobody on hosts
TwoTenPvP
committed
2acfa8b
View commit details
Copy full SHA for 2acfa8b
View code at this point
Browse repository at this point
fix(scene): Changed scene switching to load in single mode
TwoTenPvP
committed
3f6c42f
View commit details
Copy full SHA for 3f6c42f
View code at this point
Browse repository at this point
fix(unet-channels): Invoking .Clear() on two Dictionaries within the Shutdown-function (#199)
Show description for f3bc0e5
BabakSamimi
authored and
TwoTenPvP
committed
f3bc0e5
View commit details
Copy full SHA for f3bc0e5
View code at this point
Browse repository at this point
fix(spawning): Fixed ownership indexing for server instances
TwoTenPvP
committed
f1bb0f4
View commit details
Copy full SHA for f1bb0f4
View code at this point
Browse repository at this point
Commits on Apr 2, 2019
fix(custom-messages): Fixed incorrect signature for sending custom messages to multiple clients.
darvell
committed
b629890
View commit details
Copy full SHA for b629890
View code at this point
Browse repository at this point
Commits on Apr 1, 2019
Merge pull request #195 from MidLevel/scene-load-single
Show description for 3b4fcff
TwoTenPvP
authored
3b4fcff
View commit details
Copy full SHA for 3b4fcff
View code at this point
Browse repository at this point
fix(collections): Fixes an issue where adding values with the indexing property would not replicate
TwoTenPvP
committed
2b57888
View commit details
Copy full SHA for 2b57888
View code at this point
Browse repository at this point
fix(scene): Fix temporary scene unload
TwoTenPvP
committed
c38eb05
View commit details
Copy full SHA for c38eb05
View code at this point
Browse repository at this point
fix(spawning): Fixed start method on new scene objects not firing before scene unload
TwoTenPvP
committed
be1ca2c
View commit details
Copy full SHA for be1ca2c
View code at this point
Browse repository at this point
fix(collections): Fixed NetworkedList and NetworkedDictionary not being cleared in a duplex manner
TwoTenPvP
committed
dd14b0f
View commit details
Copy full SHA for dd14b0f
View code at this point
Browse repository at this point
feat(collections): Added Networked Set
TwoTenPvP
committed
4abc775
View commit details
Copy full SHA for 4abc775
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
fix(transport): Fixed UNET transport when using non relay
TwoTenPvP
committed
d0b79ee
View commit details
Copy full SHA for d0b79ee
View code at this point
Browse repository at this point
Merge pull request #187 from MidLevel/transport-rewrite
Show description for a6806a7
TwoTenPvP
authored
a6806a7
View commit details
Copy full SHA for a6806a7
View code at this point
Browse repository at this point
fix(spawning): Fixed GetLocalPlayerObject on client
TwoTenPvP
committed
f096307
View commit details
Copy full SHA for f096307
View code at this point
Browse repository at this point
feat(transport): Added UNET user channels
TwoTenPvP
committed
c65fb75
View commit details
Copy full SHA for c65fb75
View code at this point
Browse repository at this point
fix(editor): Fixed channel drawing in editor
TwoTenPvP
committed
c3a6f5b
View commit details
Copy full SHA for c3a6f5b
View code at this point
Browse repository at this point
feat(editor): Added tooltips to NetworkConfig properties
TwoTenPvP
committed
d65f4b1
View commit details
Copy full SHA for d65f4b1
View code at this point
Browse repository at this point
docs(xml): Added XML docs suppression to transports
TwoTenPvP
committed
1a6c74d
View commit details
Copy full SHA for 1a6c74d
View code at this point
Browse repository at this point
Merge branch 'master' into transport-rewrite
TwoTenPvP
committed
29265e8
View commit details
Copy full SHA for 29265e8
View code at this point
Browse repository at this point
feat(transport): Added ENET transport
TwoTenPvP
committed
1b709f5
View commit details
Copy full SHA for 1b709f5
View code at this point
Browse repository at this point
feat(config): Added option to disable NetworkedVar
TwoTenPvP
committed
8a5183a
View commit details
Copy full SHA for 8a5183a
View code at this point
Browse repository at this point
fix(spawning): Add objects spawned with authority to the list of client owned objects.
jaglitegrann
committed
56cbc08
View commit details
Copy full SHA for 56cbc08
View code at this point
Browse repository at this point
Commits on Mar 28, 2019
Merge master
TwoTenPvP
committed
7ce06c7
View commit details
Copy full SHA for 7ce06c7
View code at this point
Browse repository at this point
Merge pull request #184 from jaglitegrann/feat/readd-destroyWithScene-setting
Show description for e8ce7d0
TwoTenPvP
authored
e8ce7d0
View commit details
Copy full SHA for e8ce7d0
View code at this point
Browse repository at this point
Update MLAPI/NetworkingManagerComponents/Core/InternalMessageHandler.Receive.cs
Show description for 5b9d5cd
TwoTenPvP
and
jaglitegrann
authored
5b9d5cd
View commit details
Copy full SHA for 5b9d5cd
View code at this point
Browse repository at this point
Update MLAPI/NetworkingManagerComponents/Core/SpawnManager.cs
Show description for 33143a4
TwoTenPvP
and
jaglitegrann
authored
33143a4
View commit details
Copy full SHA for 33143a4
View code at this point
Browse repository at this point
Merged master
TwoTenPvP
committed
b4f4a3b
View commit details
Copy full SHA for b4f4a3b
View code at this point
Browse repository at this point
feat(spawning): Added "destroy with scene" feature for networked objects.
Show description for 311c671
jaglitegrann
committed
311c671
View commit details
Copy full SHA for 311c671
View code at this point
Browse repository at this point
fix(networkedvar): Fixed networked var duplexity
Show description for c610903
TwoTenPvP
committed
c610903
View commit details
Copy full SHA for c610903
View code at this point
Browse repository at this point
feat(transport): Rewrote transport system and upgraded clientId to 64bit
Show description for 4bf1965
TwoTenPvP
committed
4bf1965
View commit details
Copy full SHA for 4bf1965
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
feat(scene): Added OnSceneSwitched event
TwoTenPvP
committed
7eb2b15
View commit details
Copy full SHA for 7eb2b15
View code at this point
Browse repository at this point
fix(serialization): Fixed an issue with serializing non nullable values
TwoTenPvP
committed
68dba4a
View commit details
Copy full SHA for 68dba4a
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
feat(serialization): Added support for writing nulls
TwoTenPvP
committed
d6a8bf6
View commit details
Copy full SHA for d6a8bf6
View code at this point
Browse repository at this point
Commits on Mar 22, 2019
refactor: Removed legacy BitWriter and BitReader
Show description for 718676b
TwoTenPvP
committed
718676b
View commit details
Copy full SHA for 718676b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL