overte/libraries/script-engine/src
2023-05-19 00:17:36 +02:00
..
v8 Script engine new function fixes 2023-05-19 00:17:36 +02:00
AbstractScriptingServicesInterface.h convert script engine variables from QSharedPointer to std::shared_ptr 2023-05-19 00:17:34 +02:00
AssetScriptingInterface.cpp Fixes to most scripting-related warnings 2023-05-19 00:17:35 +02:00
AssetScriptingInterface.h rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +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 rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
ConsoleScriptingInterface.h rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
EntitiesScriptEngineProvider.h shifting classes around and adding static initializers to resolve dependencies on scripting-engine (and drop dependencies from scripting-engine) 2023-05-19 00:17:33 +02:00
EntityScriptClient.cpp dropping dependencies from networking to script-engine by moving EntityScriptClient and LocationScriptingInterface 2023-05-19 00:17:33 +02:00
EntityScriptClient.h dropping dependencies from networking to script-engine by moving EntityScriptClient and LocationScriptingInterface 2023-05-19 00:17:33 +02:00
EntityScriptUtils.h shifting classes around and adding static initializers to resolve dependencies on scripting-engine (and drop dependencies from scripting-engine) 2023-05-19 00:17:33 +02:00
EventTypes.cpp Fixes for code review 2023-05-19 00:17:35 +02:00
EventTypes.h isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
FileScriptingInterface.cpp Case 19754 - Remove logging URLs and related file locations. 2018-11-06 16:24:32 -08:00
FileScriptingInterface.h Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
KeyEvent.cpp Fixes to most scripting-related warnings 2023-05-19 00:17:35 +02:00
KeyEvent.h first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
LocationScriptingInterface.cpp rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
LocationScriptingInterface.h rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
Mat4.cpp isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
Mat4.h isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
MenuItemProperties.cpp Fixes for code review 2023-05-19 00:17:35 +02:00
MenuItemProperties.h Fixes for code review 2023-05-19 00:17:35 +02:00
MIDIEvent.cpp Fixes for code review 2023-05-19 00:17:35 +02:00
MIDIEvent.h first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
MouseEvent.cpp first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
MouseEvent.h first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
PointerEvent.cpp first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
PointerEvent.h first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
Quat.cpp isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
Quat.h isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
ResourceScriptingInterface.cpp Fixes to most scripting-related warnings 2023-05-19 00:17:35 +02:00
SceneScriptingInterface.cpp (¬‿¬) 2019-05-15 23:48:04 -07:00
SceneScriptingInterface.h isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
Scriptable.cpp changes from code review suggestions 2023-05-19 00:17:34 +02:00
Scriptable.h changes from code review suggestions 2023-05-19 00:17:34 +02:00
ScriptCache.cpp Added QTimer* script data type and some nullptr checks 2023-05-19 00:17:35 +02:00
ScriptCache.h shifting classes around and adding static initializers to resolve dependencies on scripting-engine (and drop dependencies from scripting-engine) 2023-05-19 00:17:33 +02:00
ScriptContext.cpp first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
ScriptContext.h first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
ScriptEngine.cpp Updated script isolation files 2023-05-19 00:17:36 +02:00
ScriptEngine.h Added context scopes 2023-05-19 00:17:36 +02:00
ScriptEngineCast.h Fixes for code review 2023-05-19 00:17:35 +02:00
ScriptEngineLogging.cpp more suppression of logging 2018-05-09 13:01:49 -07:00
ScriptEngineLogging.h Update Doxygen group tags to use /// format 2021-07-01 15:59:58 +12:00
ScriptEngines.cpp Added QTimer* script data type and some nullptr checks 2023-05-19 00:17:35 +02:00
ScriptEngines.h convert script engine variables from QSharedPointer to std::shared_ptr 2023-05-19 00:17:34 +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 Script engine new function fixes 2023-05-19 00:17:36 +02:00
ScriptManager.h Build fixes 2023-05-19 00:17:36 +02:00
ScriptProgram.h Updated script isolation files 2023-05-19 00:17:36 +02:00
ScriptsModel.cpp Renamed environment variables 2022-09-08 22:18:50 +02:00
ScriptsModel.h rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
ScriptsModelFilter.cpp
ScriptsModelFilter.h Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
ScriptUUID.cpp isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
ScriptUUID.h isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
ScriptValue.cpp more code review using github compiler runs 2023-05-19 00:17:34 +02:00
ScriptValue.h Updated script isolation files 2023-05-19 00:17:36 +02:00
ScriptValueIterator.h convert script engine variables from QSharedPointer to std::shared_ptr 2023-05-19 00:17:34 +02:00
ScriptValueUtils.cpp Fixes for code review 2023-05-19 00:17:35 +02:00
ScriptValueUtils.h Added QTimer* script data type and some nullptr checks 2023-05-19 00:17:35 +02:00
SpatialEvent.cpp first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
SpatialEvent.h first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +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 first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
TouchEvent.h first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +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 rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
VariantMapToScriptValue.h rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
Vec3.cpp isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
Vec3.h isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
WebSocketClass.cpp Fixes for code review 2023-05-19 00:17:35 +02:00
WebSocketClass.h first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
WebSocketServerClass.cpp rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
WebSocketServerClass.h rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
WheelEvent.cpp first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
WheelEvent.h first pass creating Qt <-> QtScript interface 2023-05-19 00:17:34 +02:00
XMLHttpRequestClass.cpp rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00
XMLHttpRequestClass.h rework ScriptValue to act like a stack variable rather than a pointer 2023-05-19 00:17:34 +02:00