overte-HifiExperiments/libraries/script-engine/src
2017-07-05 14:30:01 -07:00
..
AbstractScriptingServicesInterface.h
ArrayBufferClass.cpp
ArrayBufferClass.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
ArrayBufferPrototype.cpp
ArrayBufferPrototype.h
ArrayBufferViewClass.cpp
ArrayBufferViewClass.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
AssetScriptingInterface.cpp Report error status in setMapping() callback 2017-04-07 10:31:52 +12:00
AssetScriptingInterface.h Report error status in setMapping() callback 2017-04-07 10:31:52 +12:00
AudioScriptingInterface.cpp Switch to preprocessor macro for blocking invokes to capture function information 2017-06-30 11:36:24 -07:00
AudioScriptingInterface.h stopgap with MyAvatar.qmlPosition 2017-06-19 14:41:01 -07:00
BatchLoader.cpp * Update per CR feedback / code standards 2017-02-22 15:22:56 -05:00
BatchLoader.h * refactor ScriptCache per FIXMEs 2017-02-11 04:47:31 -05:00
ConsoleScriptingInterface.cpp Resolve comments of @zappoman. 2017-06-17 01:00:32 +05:30
ConsoleScriptingInterface.h Resolve comments of @zappoman. 2017-06-17 01:00:32 +05:30
DataViewClass.cpp
DataViewClass.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
DataViewPrototype.cpp
DataViewPrototype.h
EventTypes.cpp Work In Progress snapshot 2016-08-12 17:11:59 -07:00
EventTypes.h
FileScriptingInterface.cpp make ResourceManager be owned by DependencyManager 2017-06-28 14:18:14 -07:00
FileScriptingInterface.h Handle unzip failure 2016-12-15 11:52:34 +13:00
HFActionEvent.cpp
HFActionEvent.h
HFBackEvent.cpp
HFBackEvent.h
HFMetaEvent.cpp
HFMetaEvent.h
KeyEvent.cpp
KeyEvent.h
Mat4.cpp manually promote glm values to double when stringifying (to prevent -Wdouble-promotion "error") 2017-05-04 19:21:32 -04:00
Mat4.h * update Vec3.print, Quat.print, Mat4.print, ScriptUUID.print to work with JSConsole and HMD-friendly script log 2017-05-04 18:33:49 -04:00
MenuItemProperties.cpp Add jsdoc comments to Menu 2016-11-16 10:49:50 -08:00
MenuItemProperties.h Trying to fix QtQml/QtScript crashes 2017-06-22 16:39:57 -07:00
MIDIEvent.cpp
MIDIEvent.h
ModelScriptingInterface.cpp Cleanup entity dependencies 2017-06-27 19:15:49 -07:00
ModelScriptingInterface.h Cleanup entity dependencies 2017-06-27 19:15:49 -07:00
MouseEvent.cpp
MouseEvent.h
Quat.cpp manually promote glm values to double when stringifying (to prevent -Wdouble-promotion "error") 2017-05-04 19:21:32 -04:00
Quat.h * update Vec3.print, Quat.print, Mat4.print, ScriptUUID.print to work with JSConsole and HMD-friendly script log 2017-05-04 18:33:49 -04:00
RecordingScriptingInterface.cpp Switch to preprocessor macro for blocking invokes to capture function information 2017-06-30 11:36:24 -07:00
RecordingScriptingInterface.h Make and save recording 2017-06-24 15:57:57 +12:00
SceneScriptingInterface.cpp
SceneScriptingInterface.h Renaming the PendingCHanges class to Transaction 2017-04-05 13:10:31 -07:00
ScriptAudioInjector.cpp connect audio injector signal to scripting 2017-01-23 15:09:08 -05:00
ScriptAudioInjector.h
ScriptCache.cpp make ResourceManager be owned by DependencyManager 2017-06-28 14:18:14 -07:00
ScriptCache.h separate out supporting changes into 21114-part2 branch 2017-02-16 07:40:19 -05:00
ScriptEngine.cpp Trying to fix overlay crashes again 2017-07-05 14:30:01 -07:00
ScriptEngine.h Add support for profiling from scripts 2017-06-22 18:10:20 -07:00
ScriptEngineLogging.cpp Revert "Actually merge from master" 2017-03-24 17:56:48 -07:00
ScriptEngineLogging.h Revert "Actually merge from master" 2017-03-24 17:56:48 -07:00
ScriptEngines.cpp Switch to preprocessor macro for blocking invokes to capture function information 2017-06-30 11:36:24 -07:00
ScriptEngines.h Merge remote-tracking branch 'upstream/master' into dk/scriptsSwitch 2017-06-22 14:14:54 -07:00
ScriptsModel.cpp new --scripts switch overrides default scripts location 2017-06-22 14:09:05 -07:00
ScriptsModel.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
ScriptsModelFilter.cpp
ScriptsModelFilter.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
ScriptUUID.cpp * update Vec3.print, Quat.print, Mat4.print, ScriptUUID.print to work with JSConsole and HMD-friendly script log 2017-05-04 18:33:49 -04:00
ScriptUUID.h * update Vec3.print, Quat.print, Mat4.print, ScriptUUID.print to work with JSConsole and HMD-friendly script log 2017-05-04 18:33:49 -04:00
SpatialEvent.cpp
SpatialEvent.h
TouchEvent.cpp
TouchEvent.h
TypedArrayPrototype.cpp
TypedArrayPrototype.h
TypedArrays.cpp
TypedArrays.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
UndoStackScriptingInterface.cpp
UndoStackScriptingInterface.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
UsersScriptingInterface.cpp Add a getAvatarGain method to NodeList and UsersScriptingInterface 2017-02-28 14:45:34 -07:00
UsersScriptingInterface.h Add a getAvatarGain method to NodeList and UsersScriptingInterface 2017-02-28 14:45:34 -07:00
Vec3.cpp manually promote glm values to double when stringifying (to prevent -Wdouble-promotion "error") 2017-05-04 19:21:32 -04:00
Vec3.h * update Vec3.print, Quat.print, Mat4.print, ScriptUUID.print to work with JSConsole and HMD-friendly script log 2017-05-04 18:33:49 -04:00
WebSocketClass.cpp
WebSocketClass.h
WebSocketServerClass.cpp
WebSocketServerClass.h
WheelEvent.cpp
WheelEvent.h
XMLHttpRequestClass.cpp send credentials to private data-webs as well 2017-03-15 15:46:25 -07:00
XMLHttpRequestClass.h