overte-HifiExperiments/libraries
Ryan Huffman 2143bae100 Remove unused entity server backups
The domain server now handles entity backups so this code is no longer
used.

This also fixes a bug where, if the entity server went down while
writing the persist file, it would leave a lock file behind. When
starting up the next time it would try to recover from the last backup.
Because the entity server no longer gets any backup rules, and the way
it searches for backups, it would end up finding the lock file and
treating it as the most recent backup. This meant that the
models.json.gz file was replaced with an empty file.
2018-06-08 16:17:30 -07:00
..
animation Fix up Resource and resource cache APIs' JSDoc 2018-05-21 11:57:16 +12:00
audio Fix up Resource and resource cache APIs' JSDoc 2018-05-21 11:57:16 +12:00
audio-client
auto-updater add a BUILD_TYPE to BuildInfo, fix conditional 2018-05-24 12:04:32 -07:00
avatars Update image links 2018-05-23 17:20:24 +12:00
avatars-renderer Re review adjustments 2018-05-31 12:16:57 -07:00
baking Address couple of reviewer issues 2018-05-18 11:20:45 -07:00
controllers Remove some deprecated functions from the Controller API 2018-06-05 10:56:19 +12:00
display-plugins Unit testing cached and uncached shader loading 2018-05-24 12:42:34 -07:00
embedded-webserver CR 2018-05-24 17:45:10 -07:00
entities Merge branch 'master' into 21880 2018-06-05 09:13:54 +12:00
entities-renderer fix models starting as green boxes 2018-06-07 13:03:56 -07:00
fbx Merge pull request #13205 from luiscuenca/GLTFfix1 2018-05-25 08:28:29 -07:00
gl Unit testing cached and uncached shader loading 2018-05-24 12:42:34 -07:00
gpu Merge branch 'master' into etc2comp 2018-05-30 17:17:03 -07:00
gpu-gl Merge pull request #13082 from jherico/feature/shader_cache 2018-05-30 13:55:34 -07:00
gpu-gl-common Unit testing cached and uncached shader loading 2018-05-24 12:42:34 -07:00
gpu-gles Cached shader binaries and uniform data for shaders 2018-05-24 12:42:33 -07:00
graphics Merge branch 'master' into 21872-b 2018-05-17 20:11:14 +12:00
graphics-scripting Graphics API JSDoc stubs 2018-05-12 12:53:43 +12:00
image compress skyboxes 2018-05-18 13:18:43 -07:00
input-plugins Android - Fix joystick and view control bug that makes it bounce 2018-05-31 14:11:28 -03:00
ktx
midi Midi API JSDoc stubs 2018-05-12 15:01:52 +12:00
model-networking Fix up Resource and resource cache APIs' JSDoc 2018-05-21 11:57:16 +12:00
networking Merge pull request #13276 from SamGondelman/resource 2018-06-08 11:35:04 -07:00
octree Remove unused entity server backups 2018-06-08 16:17:30 -07:00
physics also update queryAACube for 'Held' things 2018-06-01 16:38:57 -07:00
plugins Merge pull request #13194 from SamGondelman/resolution 2018-05-18 15:23:01 -07:00
pointers Pointers API JSDoc fix up 2018-05-15 16:36:42 +12:00
procedural Remove deprecated and commented code 2018-05-23 12:36:20 -07:00
qml
recording
render add isGroupCulled for model overlays 2018-06-04 12:07:57 -07:00
render-utils Merge pull request #13309 from Cristo86/android_crashes_domains 2018-06-08 13:36:53 -07:00
script-engine terminate thread if it didn't complete during MAX_SCRIPT_QUITTING_TIME 2018-06-06 03:52:22 +03:00
shared Use binary resources on OSX 2018-06-06 15:10:52 -07:00
task Add JSDoc stubs for new Render API functions 2018-05-28 12:02:08 +12:00
test-utils Cached shader binaries and uniform data for shaders 2018-05-24 12:42:33 -07:00
trackers
ui Merge pull request #13206 from ctrlaltdavid/21872-c 2018-05-24 16:44:55 -07:00
ui-plugins
workload