overte/libraries/script-engine/src
2017-03-01 16:04:12 +00:00
..
AbstractScriptingServicesInterface.h Move controller test to app 2015-10-17 19:13:38 -07:00
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 make faked handshake request usable in dev/PR 2016-10-14 14:46:58 -07:00
AssetScriptingInterface.h Added some jsdoc comments to the C++ source 2016-11-09 18:09:10 -08:00
AudioScriptingInterface.cpp Fix to preserve localOnly from script when not ambisonic 2016-12-09 16:55:53 -08:00
AudioScriptingInterface.h Wrap sound script object to hold a strong ref 2016-04-06 13:04:18 -07:00
BatchLoader.cpp * refactor ScriptCache per FIXMEs 2017-02-11 04:47:31 -05:00
BatchLoader.h * refactor ScriptCache per FIXMEs 2017-02-11 04:47:31 -05:00
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 Hopefully fixes the windows compile error 2015-01-12 17:34:07 -08:00
FileScriptingInterface.cpp Merge branch 'master' of https://github.com/highfidelity/hifi into removeLogSpam 2016-12-19 22:27:24 -08:00
FileScriptingInterface.h Handle unzip failure 2016-12-15 11:52:34 +13:00
HFActionEvent.cpp Removing tabs from our javascript and C++ 2015-08-24 15:26:46 -07:00
HFActionEvent.h
HFBackEvent.cpp
HFBackEvent.h
HFMetaEvent.cpp
HFMetaEvent.h
KeyEvent.cpp put audio and script-engine logging into their own QLoggingCategory 2015-04-06 15:57:18 -07:00
KeyEvent.h Hopefully fixes the windows compile error 2015-01-12 17:34:07 -08:00
Mat4.cpp Added Mat4.createFromColumns 2017-02-07 12:03:28 -08:00
Mat4.h Added Mat4.createFromColumns 2017-02-07 12:03:28 -08:00
MenuItemProperties.cpp Add jsdoc comments to Menu 2016-11-16 10:49:50 -08:00
MenuItemProperties.h Migrate composition of the overlay and pointer to the present thread 2016-03-07 17:14:41 -08:00
MIDIEvent.cpp
MIDIEvent.h
MouseEvent.cpp HMD mouse checkpoint 2016-02-17 21:19:01 -08:00
MouseEvent.h HMD mouse checkpoint 2016-02-17 21:19:01 -08:00
Quat.cpp proper corner case check for Quat::lookAtSimple() 2016-11-03 09:17:22 -07:00
Quat.h Fix typos noticed in passing 2016-01-27 08:03:14 +13:00
RecordingScriptingInterface.cpp fix crash in recording playback when clip loader fails 2017-02-22 11:14:22 -08:00
RecordingScriptingInterface.h Fixes 2015-11-20 16:07:31 -08:00
SceneScriptingInterface.cpp Reflection is working correctly with the PBR property, ship t 2016-02-29 18:54:43 -08:00
SceneScriptingInterface.h Reflection is working correctly with the PBR property, ship t 2016-02-29 18:54:43 -08:00
ScriptAudioInjector.cpp connect audio injector signal to scripting 2017-01-23 15:09:08 -05:00
ScriptAudioInjector.h remove collision of isPlaying property and slot 2016-05-25 11:06:08 -07:00
ScriptCache.cpp * refactor ScriptCache per FIXMEs 2017-02-11 04:47:31 -05:00
ScriptCache.h * refactor ScriptCache per FIXMEs 2017-02-11 04:47:31 -05:00
ScriptEngine.cpp Add QMetaObject for AvatarEntityMap 2017-02-23 10:57:06 -08:00
ScriptEngine.h add executeOnScriptThread 2017-02-11 06:21:11 -05:00
ScriptEngineLogging.cpp fix filenames in comments 2015-04-07 10:03:14 -07:00
ScriptEngineLogging.h try again without macro 2015-04-07 09:59:04 -07:00
ScriptEngines.cpp * refactor ScriptCache per FIXMEs 2017-02-11 04:47:31 -05:00
ScriptEngines.h Add the ability to get the context that a script is running in 2017-01-23 08:58:01 -08:00
ScriptsModel.cpp fallback if local URL empty when loading default scripts 2017-01-20 10:36:57 -08:00
ScriptsModel.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
ScriptsModelFilter.cpp Moving running scripts functionality to scripting library 2016-01-11 12:44:03 -08:00
ScriptsModelFilter.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
ScriptUUID.cpp put audio and script-engine logging into their own QLoggingCategory 2015-04-06 15:57:18 -07:00
ScriptUUID.h
SoundEffect.cpp toolbar work to better support tablet buttons 2017-02-15 15:53:08 -08:00
SoundEffect.h tablet-ui: reduced volume of button click 2017-02-01 18:47:50 -08:00
SpatialEvent.cpp
SpatialEvent.h
TabletScriptingInterface.cpp Merge branch 'tablet-ui-edit-js' of github.com:sethalves/hifi into menuFix 2017-03-01 16:04:12 +00:00
TabletScriptingInterface.h some modal clean up 2017-02-25 00:40:38 +00:00
TouchEvent.cpp enable -Wdouble-promotion 2015-06-16 18:23:10 -07:00
TouchEvent.h bringing the UserInputMapper to the application 2015-05-03 15:45:19 -07:00
TypedArrayPrototype.cpp fix TypedArray byte ordering and .subarray end indexing 2016-07-02 23:36:08 -04:00
TypedArrayPrototype.h
TypedArrays.cpp fix TypedArray byte ordering and .subarray end indexing 2016-07-02 23:36:08 -04:00
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 merge from upstream 2017-01-17 09:29:30 -08:00
UsersScriptingInterface.h snapshot working, before button change 2017-02-21 13:14:45 -08:00
Vec3.cpp remove lerp in deference to mix, adjust naming conventions, namespace shader helper functions 2016-11-30 16:37:04 -08:00
Vec3.h remove lerp in deference to mix, adjust naming conventions, namespace shader helper functions 2016-11-30 16:37:04 -08:00
WebSocketClass.cpp cleaned up some warnings 2015-08-27 18:26:55 -07:00
WebSocketClass.h Fixing problems reported by static analysis tool 2015-08-25 19:18:55 -07:00
WebSocketServerClass.cpp cleaned up some warnings 2015-08-27 18:26:55 -07:00
WebSocketServerClass.h fixes extra qualification errors Linux 2015-08-19 00:31:40 +02:00
WheelEvent.cpp
WheelEvent.h
XMLHttpRequestClass.cpp check for HTTPS scheme in bearer add in XMLHttpRequest 2016-10-18 10:04:43 -07:00
XMLHttpRequestClass.h Remove XMLHttpRequest's facility to read local files 2015-03-31 16:56:04 -07:00