overte-HifiExperiments/libraries/script-engine/src
2023-11-04 20:45:33 +01:00
..
v8 Fixed incorrect Script.require behavior 2023-11-04 20:45:33 +01:00
AbstractScriptingServicesInterface.h Fixed crashes that happened when clearing cache 2023-05-22 00:15:54 +02:00
AssetScriptingInterface.cpp Fixed crash with asset scripting crash 2023-05-19 00:17:40 +02:00
AssetScriptingInterface.h Fixed crash with asset scripting crash 2023-05-19 00:17:40 +02:00
BatchLoader.cpp Replace deprecated .toSet() 2022-06-10 00:46:19 +02:00
BatchLoader.h Update Doxygen group tags to use /// format 2021-07-01 15:59:58 +12:00
ConsoleScriptingInterface.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
ConsoleScriptingInterface.h Fix copyright headers 2023-05-19 00:17:38 +02:00
EntitiesScriptEngineProvider.h Fix copyright headers 2023-05-19 00:17:38 +02:00
EntityScriptClient.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
EntityScriptClient.h Fix copyright headers 2023-05-19 00:17:38 +02:00
EntityScriptUtils.h Fix copyright headers 2023-05-19 00:17:38 +02:00
EventTypes.cpp Fixed events on V8 2023-05-19 00:17:39 +02:00
EventTypes.h Fix copyright headers 2023-05-19 00:17:38 +02:00
KeyEvent.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
KeyEvent.h Fix copyright headers 2023-05-19 00:17:38 +02:00
LocationScriptingInterface.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
LocationScriptingInterface.h Fix copyright headers 2023-05-19 00:17:38 +02:00
Mat4.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
Mat4.h Fix copyright headers 2023-05-19 00:17:38 +02:00
MenuItemProperties.cpp V8 related cleanup 2023-05-19 00:17:41 +02:00
MenuItemProperties.h Fix copyright headers 2023-05-19 00:17:38 +02:00
MIDIEvent.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
MIDIEvent.h Fix copyright headers 2023-05-19 00:17:38 +02:00
MouseEvent.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
MouseEvent.h Fix copyright headers 2023-05-19 00:17:38 +02:00
PointerEvent.cpp Revert "vec3FromScriptValue replacement attempt" 2023-05-19 00:17:40 +02:00
PointerEvent.h Fix jsDoc references to Vircadia platform/CDN 2023-08-25 13:58:45 -03:00
Quat.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
Quat.h Fix copyright headers 2023-05-19 00:17:38 +02:00
ResourceScriptingInterface.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
SceneScriptingInterface.cpp (¬‿¬) 2019-05-15 23:48:04 -07:00
SceneScriptingInterface.h Fix copyright headers 2023-05-19 00:17:38 +02:00
Scriptable.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
Scriptable.h Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptCache.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptCache.h Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptContext.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptContext.h Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptEngine.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptEngine.h Fix most of the crash causes on script engine reload/shutdown 2023-08-18 12:12:17 +02:00
ScriptEngineCast.h V8 related cleanup 2023-05-27 22:06:57 +02:00
ScriptEngineLogging.cpp Add V8 logging category 2023-05-19 00:17:39 +02:00
ScriptEngineLogging.h Update Doxygen group tags to use /// format 2021-07-01 15:59:58 +12:00
ScriptEngines.cpp Fix most of the crash causes on script engine reload/shutdown 2023-08-18 12:12:17 +02:00
ScriptEngines.h Fixed entity script reloads 2023-08-28 23:34:19 +02:00
ScriptException.h Register more metatypes -- more work needed 2023-05-19 00:17:39 +02:00
ScriptGatekeeper.cpp Update ScriptGatekeeper.cpp 2021-03-10 01:27:32 -05:00
ScriptGatekeeper.h Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
ScriptManager.cpp Remove File API and limit audio recording file location 2023-11-01 00:29:15 +01:00
ScriptManager.h Fixed entity script reloads 2023-08-28 23:34:19 +02:00
ScriptManagerScriptingInterface.cpp Add JS profiling API 2023-08-12 16:18:40 +02:00
ScriptManagerScriptingInterface.h Fix jsDoc references to Vircadia platform/CDN 2023-08-25 13:58:45 -03:00
ScriptProgram.h Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptsModel.cpp Renamed environment variables 2022-09-08 22:18:50 +02:00
ScriptsModel.h Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptsModelFilter.cpp Moving running scripts functionality to scripting library 2016-01-11 12:44:03 -08:00
ScriptsModelFilter.h Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
ScriptUUID.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptUUID.h Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptValue.cpp Added makeError and script value prototype getter 2023-05-19 00:17:41 +02:00
ScriptValue.h Added makeError and script value prototype getter 2023-05-19 00:17:41 +02:00
ScriptValueIterator.h Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptValueUtils.cpp Fix wrong syntax for JSDoc comments. 2023-06-09 13:59:49 +02:00
ScriptValueUtils.h Fix wrong syntax for JSDoc comments. 2023-06-09 13:59:49 +02:00
SpatialEvent.cpp Revert "vec3FromScriptValue replacement attempt" 2023-05-19 00:17:40 +02:00
SpatialEvent.h Fix copyright headers 2023-05-19 00:17:38 +02:00
StackTestScriptingInterface.cpp Add automated test tool scripting interface 2018-07-30 17:18:32 -07:00
StackTestScriptingInterface.h Update Doxygen group tags to use /// format 2021-07-01 15:59:58 +12:00
TouchEvent.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
TouchEvent.h Fix copyright headers 2023-05-19 00:17:38 +02:00
UsersScriptingInterface.cpp CR. 2021-03-19 04:11:26 -04:00
UsersScriptingInterface.h Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
VariantMapToScriptValue.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
VariantMapToScriptValue.h Fix copyright headers 2023-05-19 00:17:38 +02:00
Vec3.cpp Use logging categories everywhere in the base scripting engine code 2023-05-19 00:17:39 +02:00
Vec3.h V8-related cleanup 2023-05-19 00:17:41 +02:00
WebSocketClass.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
WebSocketClass.h Fix copyright headers 2023-05-19 00:17:38 +02:00
WebSocketServerClass.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
WebSocketServerClass.h Fix copyright headers 2023-05-19 00:17:38 +02:00
WheelEvent.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
WheelEvent.h Fix copyright headers 2023-05-19 00:17:38 +02:00
XMLHttpRequestClass.cpp Fixed XMLHttpRequest crash 2023-05-19 00:17:41 +02:00
XMLHttpRequestClass.h Fix copyright headers 2023-05-19 00:17:38 +02:00