overte-Armored-Dragon/scripts
LaShonda Hopper 79278f5add [BugFix] EntityList UncaughtException in that.sendUpdate (details below).
* Adds safety checks to properties.renderInfo to prevent invalid access when undefined.
    * Error trace prior to guards:
        [04/27 13:16:19] [CRITICAL] [hifi.scriptengine] [defaultScripts.js] [UncaughtException signalHandlerException] Error: Result of expression 'properties.renderInfo' [undefined] is not an object. in .../build/interface/RelWithDebInfo/scripts/system/libraries/entityList.js:93
        [04/27 13:16:19] [CRITICAL] [hifi.scriptengine] [Backtrace]
        [04/27 13:16:19] [CRITICAL] [hifi.scriptengine]     <anonymous>() at .../build/interface/RelWithDebInfo/scripts/system/libraries/entityList.js:93
        [04/27 13:16:19] [CRITICAL] [hifi.scriptengine]     <anonymous>(data = [object Object]) at .../build/interface/RelWithDebInfo/scripts/system/libraries/entityList.js:149
        [04/27 13:16:19] [CRITICAL] [hifi.scriptengine]     <global>() at -1

Changes Committed:
    modified:   scripts/system/libraries/entityList.js
2018-04-27 17:23:27 -04:00
..
+android Clean code that manually checked for windows coordinates to disable radar touch 2018-03-23 20:02:51 -03:00
developer Set jitter to O on RenderableWebEntityItems 2018-04-20 12:02:17 +02:00
modules Fix undefined request from JS 2018-03-02 10:05:32 -08:00
system [BugFix] EntityList UncaughtException in that.sendUpdate (details below). 2018-04-27 17:23:27 -04:00
tutorials Updating with jshint edits 2018-03-21 15:35:10 -07:00
defaultScripts.js