Tons of stability improvements to threading of parallel connection.

changed name of variables and functions to reflect more what they do.
removed obsolete functions.
parallel connection is no longer in contact with main thread unless to be deleted
This commit is contained in:
Joakim Kilby
2015-07-03 14:43:48 +02:00
parent 3d17e6bcf2
commit 8c2b5bb199
4 changed files with 198 additions and 202 deletions

View File

@@ -638,7 +638,6 @@ void OpenSpaceEngine::preSynchronization() {
Time::ref().preSynchronization();
_interactionHandler->update(dt);
_parallelConnection->update(dt);
//_interactionHandler.lockControls();
_scriptEngine->preSynchronization();