FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · 18BHalbert/com.unity.netcode.gameobjects · GitHub
18BHalbert
/
com.unity.netcode.gameobjects
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
Branch selector
User selector
Datepicker
Commit history
Commits on Apr 29, 2022
fix: shutting down properly, when failing to StartHost or StartClient. This allows the next attempt to not fail automatically. (#1918)
jeffreyrainy
authored
309ad7f
View commit details
Copy full SHA for 309ad7f
Browse repository at this point
fix: NetworkList serialization sends the list values before the cached updates, to prevent duplicate application (#1917)
jeffreyrainy
authored
24388c4
View commit details
Copy full SHA for 24388c4
Browse repository at this point
Commits on Apr 28, 2022
chore: Add validation jobs as dependency of Publish and Promote (#1915)
ashwinimurt
authored
2de6754
View commit details
Copy full SHA for 2de6754
Browse repository at this point
chore: Bump version to pre.8 (RC) and update changelog (#1913)
ashwinimurt
authored
763e736
View commit details
Copy full SHA for 763e736
Browse repository at this point
Commits on Apr 27, 2022
chore: Updating changelog for ClientNetworkTransform with Samples link (#1912)
Show description for a8d2ba6
SamuelBellomo
and
0xFA11
authored
a8d2ba6
View commit details
Copy full SHA for a8d2ba6
Browse repository at this point
fix: Fixes an ILPP crash when a NetworkBehaviour had a field of a type with no base type (an interface or `object`) (#1914)
ShadauxCat
authored
007ad36
View commit details
Copy full SHA for 007ad36
Browse repository at this point
fix!: `NativeList<T>` causes crashes when used in RPCs [NCCBUG-106] (#1901)
Show description for 38a1510
ShadauxCat
and
0xFA11
authored
38a1510
View commit details
Copy full SHA for 38a1510
Browse repository at this point
fix: Make NetworkManager.Shutdown idempotent (#1877)
Show description for 5c5566e
simon-lemay-unity
authored
5c5566e
View commit details
Copy full SHA for 5c5566e
Browse repository at this point
Commits on Apr 26, 2022
fix: storing precise tick information when constructing ticks, to avoid missing/extraneous ticks (#1909)
jeffreyrainy
authored
7414be3
View commit details
Copy full SHA for 7414be3
Browse repository at this point
refactor: expose `BufferedLinearInterpolator` to `public` (#1907)
Show description for 46a4854
0xFA11
and
SamuelBellomo
authored
46a4854
View commit details
Copy full SHA for 46a4854
Browse repository at this point
chore: remove `ClientNetworkTransform` sample (#1906)
0xFA11
authored
dfe19d5
View commit details
Copy full SHA for dfe19d5
Browse repository at this point
test: making the TransformInterpolationTests more robust by waiting for the objects to place themselves before checking their position (#1903)
jeffreyrainy
authored
656b185
View commit details
Copy full SHA for 656b185
Browse repository at this point
fix: TestTimeIntegrationTest can skip the required shutdown and clean up if it asserts (#1896)
Show description for 595a3e5
NoelStephensUnity
authored
595a3e5
View commit details
Copy full SHA for 595a3e5
Browse repository at this point
Commits on Apr 25, 2022
feat: Addressables Redux (#1882)
Show description for 81290ba
ShadauxCat
and
0xFA11
authored
81290ba
View commit details
Copy full SHA for 81290ba
Browse repository at this point
chore: Tighten up the APIs of NetworkAnimator and NetworkTransform to leave public only what's needed (#1897)
Show description for 381dc4f
jeffreyrainy
and
0xFA11
authored
381dc4f
View commit details
Copy full SHA for 381dc4f
Browse repository at this point
fix: skip build tests when target support is not installed/supported (#1899)
ashwinimurt
authored
97d9cbf
View commit details
Copy full SHA for 97d9cbf
Browse repository at this point
Commits on Apr 22, 2022
fix: NetworkTransform authority warning [MTT-1291] (#1846)
Show description for c803c72
NoelStephensUnity
authored
c803c72
View commit details
Copy full SHA for c803c72
Browse repository at this point
Commits on Apr 21, 2022
fix: UNetTransport.StartServer should return false when failed (MTT-3365, #854) (#1887)
Show description for 4008889
Jesse Olmer
and
0xFA11
authored
4008889
View commit details
Copy full SHA for 4008889
Browse repository at this point
fix: NetworkTransform rotation delta check false positives (#1890)
Show description for 83752c8
NoelStephensUnity
authored
83752c8
View commit details
Copy full SHA for 83752c8
Browse repository at this point
fix: NetworkRigidbody authority and ownership detection (#1891)
Show description for 2151772
NoelStephensUnity
and
0xFA11
authored
2151772
View commit details
Copy full SHA for 2151772
Browse repository at this point
chore: update ci and docs to unity 2021.3 (#1892)
ashwinimurt
authored
bd9fbca
View commit details
Copy full SHA for bd9fbca
Browse repository at this point
Commits on Apr 20, 2022
chore: Remove unnecessary Publish/Promote configs and update dependencies (#1888)
Show description for 8351074
ashwinimurt
authored
8351074
View commit details
Copy full SHA for 8351074
Browse repository at this point
fix: ValidatesSceneBeforeLoading halts client synchronization (#1883)
Show description for d220adf
NoelStephensUnity
authored
d220adf
View commit details
Copy full SHA for d220adf
Browse repository at this point
fix: Client-Side NetworkEvent.Disconnect can throw an exception in UnityTransport (#1884)
Show description for e4d5166
NoelStephensUnity
authored
e4d5166
View commit details
Copy full SHA for e4d5166
Browse repository at this point
chore: update links (#1889)
0xFA11
authored
06f378f
View commit details
Copy full SHA for 06f378f
Browse repository at this point
Commits on Apr 19, 2022
chore: update `CODEOWNERS`
0xFA11
authored
5cb72fd
View commit details
Copy full SHA for 5cb72fd
Browse repository at this point
Commits on Apr 14, 2022
refactor: Remove SIPTransport and replace it with UnityTransport (#1870)
Show description for 6555a1e
NoelStephensUnity
and
0xFA11
authored
6555a1e
View commit details
Copy full SHA for 6555a1e
Browse repository at this point
Commits on Apr 13, 2022
fix: prevent Owner-writable NetworkVariable from being sent to the owning client by the server and getting overwritten. NCCBUG-168 (#1871)
jeffreyrainy
authored
5e26650
View commit details
Copy full SHA for 5e26650
Browse repository at this point
Commits on Apr 7, 2022
chore: update release date (#1866)
ashwinimurt
authored
b5f4195
View commit details
Copy full SHA for b5f4195
Browse repository at this point
Commits on Apr 5, 2022
fix: check NetworkPrefabsList count before rendering GUI (#1861)
0xFA11
authored
1642064
View commit details
Copy full SHA for 1642064
Browse repository at this point
feat: FastBufferReader/Writer IsInitialized property (#1859)
Show description for c384053
LukeStampfli
authored
c384053
View commit details
Copy full SHA for c384053
Browse repository at this point
Commits on Apr 4, 2022
chore: add bug template [skip ci] (#1858)
Show description for db94033
ashwinimurt
and
0xFA11
authored
db94033
View commit details
Copy full SHA for db94033
Browse repository at this point
chore: eliminate defunct UNetChannel (#1857)
mattwalsh-unity
authored
fa9d460
View commit details
Copy full SHA for fa9d460
Browse repository at this point
Commits on Apr 1, 2022
chore: Bump NGO version to pre.7 (#1856)
ashwinimurt
authored
ba418fa
View commit details
Copy full SHA for ba418fa
Browse repository at this point
chore: update UTP to 1.0.0 (#1849)
Show description for a6c081f
ashwinimurt
and
0xFA11
authored
a6c081f
View commit details
Copy full SHA for a6c081f
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL