Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: merge clientscene and networkclient #84

Merged
merged 19 commits into from
Mar 20, 2020
Merged

Conversation

Lymdun
Copy link
Member

@Lymdun Lymdun commented Mar 19, 2020

No description provided.

@@ -152,7 +152,7 @@ void SendAnimationMessage(int stateHash, float normalizedTime, int layerId, byte
{
RpcOnAnimationClientMessage(stateHash, normalizedTime, layerId, parameters);
}
else if (ClientScene.readyConnection != null)
else if (client.connection != null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so much better!

We could even merge this without the rest of the stuff.

@paulpach
Copy link
Contributor

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
- Added 5
           

Complexity increasing per file
==============================
- Assets/Mirror/Runtime/NetworkClient.cs  3
         

See the complete overview on Codacy

@sonarcloud
Copy link

sonarcloud bot commented Mar 20, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 6 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@paulpach paulpach marked this pull request as ready for review March 20, 2020 14:38
@paulpach paulpach merged commit dee1046 into master Mar 20, 2020
@paulpach paulpach deleted the clientscene_merge branch March 20, 2020 15:15
github-actions bot pushed a commit that referenced this pull request Mar 20, 2020
# [20.0.0](19.1.2-master...20.0.0-master) (2020-03-20)

### Bug Fixes

* compilation issue after merge from mirror ([daf07be](daf07be))

* merge clientscene and networkclient (#84) ([dee1046](dee1046)), closes [#84](#84)

### Features

* SyncSet and SyncDictionary now show in inspector ([#1561](https://github.com/MirrorNG/MirrorNG/issues/1561)) ([5510711](5510711))

### BREAKING CHANGES

* ClientScene is gone
github-actions bot pushed a commit that referenced this pull request Mar 20, 2020
Merge clientScene and NetworkClient,  getting rid of all that static state.


BREAKING CHANGE: ClientScene is gone
github-actions bot pushed a commit that referenced this pull request Mar 20, 2020
# [20.0.0](19.1.2-master...20.0.0-master) (2020-03-20)

### Bug Fixes

* compilation issue after merge from mirror ([daf07be](daf07be))

* merge clientscene and networkclient (#84) ([dee1046](dee1046)), closes [#84](#84)

### Features

* SyncSet and SyncDictionary now show in inspector ([#1561](https://github.com/MirrorNG/MirrorNG/issues/1561)) ([5510711](5510711))

### BREAKING CHANGES

* ClientScene is gone
@github-actions
Copy link
Contributor

🎉 This PR is included in version 20.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants