overte-HifiExperiments/libraries/script-engine/src
Ken Cooke e93e1a7c4f Preliminary support for Ambisonic audio injectors.
Supports 4-channel WAV files, presumed to be B-format (FuMa) first-order Ambisonic.
Supports WAV with arbitrary sample rate (needs optimization).
Supports soundfield volume and orientation set via script.
Supports localOnly client-side injection using simple (non-spatialized) test renderer.
2016-12-02 18:20:57 -08: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 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 Preliminary support for Ambisonic audio injectors. 2016-12-02 18:20:57 -08:00
AudioScriptingInterface.h Wrap sound script object to hold a strong ref 2016-04-06 13:04:18 -07:00
BatchLoader.cpp Fix ScriptCacheSignalProxy not being properly cleaned up 2016-11-05 10:16:35 -07:00
BatchLoader.h Fix ScriptCacheSignalProxy not being properly cleaned up 2016-11-05 10:16:35 -07: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
FileScriptingInterface.cpp Renamed isZipped for more clarity on checking for non-fbx files 2016-09-02 16:48:55 -07:00
FileScriptingInterface.h Renamed isZipped for more clarity on checking for non-fbx files 2016-09-02 16:48:55 -07:00
HFActionEvent.cpp
HFActionEvent.h
HFBackEvent.cpp
HFBackEvent.h
HFMetaEvent.cpp
HFMetaEvent.h
KeyEvent.cpp
KeyEvent.h
Mat4.cpp
Mat4.h
MenuItemProperties.cpp Add jsdoc comments to Menu 2016-11-16 10:49:50 -08:00
MenuItemProperties.h
MIDIEvent.cpp
MIDIEvent.h
MouseEvent.cpp
MouseEvent.h
Quat.cpp proper corner case check for Quat::lookAtSimple() 2016-11-03 09:17:22 -07:00
Quat.h
RecordingScriptingInterface.cpp
RecordingScriptingInterface.h
SceneScriptingInterface.cpp
SceneScriptingInterface.h
ScriptAudioInjector.cpp
ScriptAudioInjector.h remove collision of isPlaying property and slot 2016-05-25 11:06:08 -07:00
ScriptCache.cpp Merge remote-tracking branch 'upstream/master' into script-retry-improvements 2016-11-06 11:36:50 -05:00
ScriptCache.h Update ScriptCache to clear ATP assets when disconnected from a domain 2016-10-13 14:05:53 -07:00
ScriptEngine.cpp Merge branch 'master' of github.com:highfidelity/hifi into fix-include-race 2016-11-14 10:00:46 -08:00
ScriptEngine.h use a mutex to avoid a smaller race 2016-11-10 17:12:06 -08:00
ScriptEngineLogging.cpp
ScriptEngineLogging.h
ScriptEngines.cpp reload qml with scripts 2016-09-23 14:27:47 -07:00
ScriptEngines.h trying again -- frantic clicking on reload no longer appears to wedge things 2016-05-25 13:39:13 -07:00
ScriptsModel.cpp enabled qnetworkrequest redirects everywhere I could find them 2016-09-06 17:35:06 -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
ScriptUUID.h
SpatialEvent.cpp
SpatialEvent.h
TouchEvent.cpp
TouchEvent.h
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 bubble state 2016-11-23 10:22:24 -08:00
UsersScriptingInterface.h bubble state 2016-11-23 10:22:24 -08:00
Vec3.cpp
Vec3.h Add Vec2 and Vec3 defiitions to jsdoc 2016-11-16 11:56:42 -08:00
WebSocketClass.cpp
WebSocketClass.h
WebSocketServerClass.cpp
WebSocketServerClass.h
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