overte/libraries/script-engine/src
Bradley Austin Davis d45d87031d
Merge pull request #14782 from SamGondelman/NOverlaysFinal
Case 20723, Case 20334: Internally, replace all overlays with local entities
2019-02-14 13:49:47 -08:00
..
AbstractScriptingServicesInterface.h code review 2017-09-15 10:08:35 -07:00
ArrayBufferClass.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
ArrayBufferClass.h Merge pull request #12036 from humbletim/Leopoly_Phase1_003_Asset-Request 2018-01-29 11:40:41 -08:00
ArrayBufferPrototype.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
ArrayBufferPrototype.h
ArrayBufferViewClass.cpp make fromScriptValue logic easier to follow for CR; eliminate extra QByteArray conversion 2018-01-24 13:49:58 -05:00
ArrayBufferViewClass.h make fromScriptValue logic easier to follow for CR; eliminate extra QByteArray conversion 2018-01-24 13:49:58 -05:00
AssetScriptingInterface.cpp Case 19754 - Remove logging URLs and related file locations. 2018-11-06 16:24:32 -08:00
AssetScriptingInterface.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
AudioScriptingInterface.cpp Restore legacy attenuation behavior for system sounds and scripts that do not set position. 2019-01-29 11:21:02 -08:00
AudioScriptingInterface.h Restore legacy attenuation behavior for system sounds and scripts that do not set position. 2019-01-29 11:21:02 -08:00
BatchLoader.cpp Case 19754 - Remove logging URLs and related file locations. 2018-11-06 16:24:32 -08:00
BatchLoader.h * refactor ScriptCache per FIXMEs 2017-02-11 04:47:31 -05:00
ConsoleScriptingInterface.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
ConsoleScriptingInterface.h Fix polyvox archive, correct build errors, add additional libraries 2017-12-12 18:29:36 -08:00
DataViewClass.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
DataViewClass.h
DataViewPrototype.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
DataViewPrototype.h
EventTypes.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
EventTypes.h
FileScriptingInterface.cpp Case 19754 - Remove logging URLs and related file locations. 2018-11-06 16:24:32 -08:00
FileScriptingInterface.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
KeyEvent.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
KeyEvent.h
Mat4.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
Mat4.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
MenuItemProperties.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
MenuItemProperties.h Trying to fix QtQml/QtScript crashes 2017-06-22 16:39:57 -07:00
MIDIEvent.cpp
MIDIEvent.h
ModelScriptingInterface.cpp trying to separate colors and vectors 2018-09-04 17:20:05 -07:00
ModelScriptingInterface.h CR fedback and cleanup 2018-02-22 05:15:01 -05:00
MouseEvent.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
MouseEvent.h Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
Quat.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
Quat.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
RecordingScriptingInterface.cpp call saveRecordingToAsset callback on correct thread 2018-09-25 15:50:47 -07:00
RecordingScriptingInterface.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
SceneScriptingInterface.cpp rename model:: -> graphics:: 2018-01-16 12:46:16 -05:00
SceneScriptingInterface.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
ScriptAudioInjector.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
ScriptAudioInjector.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
ScriptCache.cpp more log purge 2019-01-11 12:34:44 -08:00
ScriptCache.h separate out supporting changes into 21114-part2 branch 2017-02-16 07:40:19 -05:00
ScriptEngine.cpp Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
ScriptEngine.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
ScriptEngineLogging.cpp more suppression of logging 2018-05-09 13:01:49 -07:00
ScriptEngineLogging.h more suppression of logging 2018-05-09 13:01:49 -07:00
ScriptEngines.cpp script engine to load platform specific files 2019-02-05 13:11:54 -08:00
ScriptEngines.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
ScriptsModel.cpp more preferences cleanup, removing some dead code from ScriptEngines/ScriptModel 2018-01-20 17:20:42 -08:00
ScriptsModel.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
ScriptsModelFilter.cpp
ScriptsModelFilter.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
ScriptUUID.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
ScriptUUID.h Merge pull request #14782 from SamGondelman/NOverlaysFinal 2019-02-14 13:49:47 -08:00
SpatialEvent.cpp trying to separate colors and vectors 2018-09-04 17:20:05 -07:00
SpatialEvent.h
StackTestScriptingInterface.cpp Add automated test tool scripting interface 2018-07-30 17:18:32 -07:00
StackTestScriptingInterface.h Make sure the stack test interface gets cleaned up 2018-08-01 13:29:07 -07:00
TouchEvent.cpp trying to separate colors and vectors 2018-09-04 17:20:05 -07:00
TouchEvent.h s i m p l i f y 2018-08-23 11:47:56 -07:00
TypedArrayPrototype.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
TypedArrayPrototype.h
TypedArrays.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
TypedArrays.h
UsersScriptingInterface.cpp New android toolchain 2017-09-19 13:45:12 -07:00
UsersScriptingInterface.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
Vec3.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
Vec3.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +13:00
WebSocketClass.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
WebSocketClass.h
WebSocketServerClass.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
WebSocketServerClass.h
WheelEvent.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
WheelEvent.h Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
XMLHttpRequestClass.cpp Remove extraneous code changes; remove QUrlAncestry code; remove extra logging 2018-10-22 13:59:52 -07:00
XMLHttpRequestClass.h