overte-HifiExperiments/interface
Roxanne Skelly dddb171b52 BUGZ-223 - Physics was not starting in TheSpot-dev
This was caused by two issues involving the SafeLanding system:
* Race condition on domain load
The domain is hard-reset twice during typical start, first after
login completes, and second, when ice/domain renegotiation occurs
Entities added during the first reset caused an add to the safe landing
system which, because those adds were queued, possibly happened after
the second hard reset.

Second, Safe landing checks whether physics is ready on entities before
letting physics start.  Physics is ready when the entities have a
physics shape associated with them if they're static meshes.  The
physics shape is only generated if the entity is in Region 1 or 2.
Safe landing, however, was not checking the region of the entity
and was therefore waiting on entities that were not in region 1 or 2
2019-05-21 11:23:04 -07:00
..
compiledResources
external
i18n
icon - updated console+server icons, installer+uninstaller graphics, and console notification icon 2019-04-26 14:50:18 -07:00
resources Remove some extra menus from top bar; Only show VR button if headset connected 2019-05-17 13:28:59 -07:00
src BUGZ-223 - Physics was not starting in TheSpot-dev 2019-05-21 11:23:04 -07:00
ui
CMakeLists.txt only build qt.conf for DEV macos and unix builds 2019-05-20 15:00:07 -04:00
interface.exe.manifest