overte-JulianGro/libraries
Roxanne Skelly 88b7687183 Case 21726 - Domain lost recent entity edits upon restart
When an entity server starts up, grabs the version of the models.json
file locally, and then queries the domain server for its copy of the
models.json file...iff the domain server version is newer.

There was a bug in this process in that the comparison was made between
the wrong version, specifically the 'file format version' which doesn't
change unless there was a protocol change...and not the data version,
which increments every time a change is made to a domain.

Therefore, the version of the models.json on the domain server was never
downloaded to the entity server, even when it was newer.

It would be newer if the entity server assignment was moved to a machine
with an old version of the models.json file, which was in fact the case
on distributed3 during this period of time.
2019-03-28 13:19:16 -07:00
..
animation Merge branch 'master' into M21222 2019-03-26 09:44:48 +13:00
audio fix script engine shutdown 2019-03-13 12:23:31 -07:00
audio-client Merge pull request #15260 from kencooke/audio-mixer-volume-control 2019-03-27 13:19:30 -07:00
auto-updater
avatars Address review comments and add further examples 2019-03-26 09:40:47 +13:00
avatars-renderer Merge branch 'master' into M21222 2019-03-26 09:44:48 +13:00
baking Warn if baked mesh is empty for OBJBaker 2019-03-18 16:49:09 -07:00
controllers adding PushToTalk action 2019-03-08 16:07:48 -08:00
display-plugins Remove _compositeFramebuffer from display plugins 2019-03-12 12:20:20 -07:00
embedded-webserver
entities Merge pull request #15201 from SamGondelman/emit 2019-03-21 18:05:17 -07:00
entities-renderer fix transparent shape flickering 2019-03-27 11:52:37 -07:00
fbx Attempt to fix build warnings 2019-03-15 10:20:58 -07:00
gl
gpu Fix loading relative files 2019-03-19 09:32:44 -07:00
gpu-gl
gpu-gl-common
gpu-gles
graphics build errors 2019-03-15 14:29:50 -07:00
graphics-scripting it's working! 2019-03-06 15:34:12 -08:00
hfm Merge branch 'master' into hfm_oven_wip 2019-03-12 16:23:07 -07:00
image Fix QFile::open complaining the device was already open in 2019-03-14 13:31:29 -07:00
input-plugins
ktx
material-networking
midi
model-baker Attempt to fix linker error with Android and draco in BuildDracoMeshTask.cpp 2019-03-18 17:02:44 -07:00
model-networking Merge pull request #15216 from howard-stearns/allow-base-url-to-be-specified-in-fst 2019-03-19 13:56:27 -07:00
networking Persist the audio-mixer settings across domain changes and server resets 2019-03-26 09:38:50 -07:00
octree Case 21726 - Domain lost recent entity edits upon restart 2019-03-28 13:19:16 -07:00
oculusMobile Fix gamma correction on Quest 2019-03-14 14:27:20 -07:00
oculusMobilePlugin Remove _compositeFramebuffer from display plugins 2019-03-12 12:20:20 -07:00
physics Merge pull request #14932 from AndrewMeadows/allow-kinematic-mesh 2019-03-11 15:33:32 -07:00
plugins Remove _compositeFramebuffer from display plugins 2019-03-12 12:20:20 -07:00
pointers
procedural
qml
recording
render Remove _compositeFramebuffer from display plugins 2019-03-12 12:20:20 -07:00
render-utils fix transparent shape flickering 2019-03-27 11:52:37 -07:00
script-engine Move the new audio volume API from Users scripting interface to Audio scripting interface 2019-03-26 09:38:07 -07:00
shaders
shared Merge branch 'master' into M21222 2019-03-26 09:44:48 +13:00
task
test-utils
trackers
ui Merge pull request #15173 from SamGondelman/audio 2019-03-21 18:03:58 -07:00
ui-plugins
workload