overte-HifiExperiments/libraries/script-engine/src
Brad Hefta-Gaub 8839458d54 Merge pull request #6242 from highfidelity/controllers
New Controller interfaces/api
2015-10-30 12:47:51 -07:00
..
AbstractScriptingServicesInterface.h Move controller test to app 2015-10-17 19:13:38 -07:00
ArrayBufferClass.cpp
ArrayBufferClass.h
ArrayBufferPrototype.cpp
ArrayBufferPrototype.h
ArrayBufferViewClass.cpp
ArrayBufferViewClass.h
AudioScriptingInterface.cpp Put the common stuff on AudioInjector rather than AudioClient, so that assignment-client (which depends on script-engine) does not need to depend on audio-client. 2015-06-19 14:20:00 -07:00
AudioScriptingInterface.h Signal Audio.disconnected, and use new hello/goodbye sounds in resources. 2015-06-11 20:33:30 -07:00
BatchLoader.cpp resolve conflicts on merge with upstream/master 2015-09-04 12:31:46 -06:00
BatchLoader.h
DataViewClass.cpp
DataViewClass.h
DataViewPrototype.cpp
DataViewPrototype.h
EventTypes.cpp
EventTypes.h
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
KeyEvent.h
MenuItemProperties.cpp
MenuItemProperties.h
MIDIEvent.cpp
MIDIEvent.h
MouseEvent.cpp
MouseEvent.h
Quat.cpp Add common vector constants to JS, add some missing quaternion functionality 2015-09-03 11:51:35 -07:00
Quat.h Add common vector constants to JS, add some missing quaternion functionality 2015-09-03 11:51:35 -07:00
SceneScriptingInterface.cpp Fixing line endings 2015-10-18 22:55:14 -07:00
SceneScriptingInterface.h Bring back the procedural skybox 2015-09-21 14:25:32 -07:00
ScriptAudioInjector.cpp
ScriptAudioInjector.h expose options property to AI script interface 2015-08-20 12:12:43 -07:00
ScriptCache.cpp whitespace repair 2015-09-17 17:40:41 -07:00
ScriptCache.h fix white space 2015-09-16 16:53:20 -07:00
ScriptEngine.cpp Merge pull request #6242 from highfidelity/controllers 2015-10-30 12:47:51 -07:00
ScriptEngine.h Merge pull request #6242 from highfidelity/controllers 2015-10-30 12:47:51 -07:00
ScriptEngineLogging.cpp
ScriptEngineLogging.h
ScriptUUID.cpp
ScriptUUID.h
SpatialEvent.cpp
SpatialEvent.h
TouchEvent.cpp enable -Wdouble-promotion 2015-06-16 18:23:10 -07:00
TouchEvent.h
TypedArrayPrototype.cpp
TypedArrayPrototype.h
TypedArrays.cpp
TypedArrays.h
UndoStackScriptingInterface.cpp
UndoStackScriptingInterface.h
Vec3.cpp Back out fromSpherical code addition 2015-09-24 19:14:26 -07:00
Vec3.h fix the constants of Vec3 , const glm::vec3& UNIT_***() weren't accessible in javascript. Solved it by making them properties that are CONSTANT. Also added function to multiply a vec3 by a vec3 called multiplyVbyV since overloading it over multiply gave me some problems 2015-10-30 00:58:32 +01: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
XMLHttpRequestClass.h