overte-lubosz/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 REverting all the changes from the brown branch not used 2019-02-11 20:13:37 -08:00
gpu Fix loading relative files 2019-03-19 09:32:44 -07:00
gpu-gl Cleaning up differnces from master 2019-02-07 13:33:28 -08:00
gpu-gl-common Merge pull request #14899 from samcake/brownBis 2019-02-12 13:54:09 -08:00
gpu-gles Add the gles backend MS texture ad framebuffer support 2019-02-11 22:52:35 -08:00
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 Merge pull request #13901 from Cristo86/android_handshake 2019-02-20 13:33:52 -08:00
ktx
material-networking WE DID IT FOLKS 2019-02-19 15:02:36 -08:00
midi Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
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 making requested chantges 2019-02-19 10:07:36 -08:00
procedural merge with master 2019-02-13 16:30:22 -08:00
qml Support custom display / input plugin lists and small tweaks 2019-02-07 15:15:26 -08:00
recording clement's comments from PR14858 2019-02-12 09:51:11 -08:00
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 Support Android app-specific extensions in shaders 2019-02-15 14:16:58 -08:00
shared Merge branch 'master' into M21222 2019-03-26 09:44:48 +13:00
task Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
test-utils
trackers
ui Merge pull request #15173 from SamGondelman/audio 2019-03-21 18:03:58 -07:00
ui-plugins
workload