overte/libraries/script-engine/src
2015-06-11 20:33:30 -07:00
..
AbstractControllerScriptingInterface.h exposed input key bindings to js to enable key remapping 2015-06-04 16:29:58 -07:00
AbstractScriptingServicesInterface.h removed dead code 2014-12-17 13:23:12 -08:00
ArrayBufferClass.cpp ScriptEngine now inherit from QScriptEngine 2014-07-22 11:39:49 -07:00
ArrayBufferClass.h pre-CR cleanup 2014-07-14 10:43:01 -07:00
ArrayBufferPrototype.cpp Recode and rescale texture file data before uploading 2014-07-29 17:26:42 -07:00
ArrayBufferPrototype.h Recode and rescale texture file data before uploading 2014-07-29 17:26:42 -07:00
ArrayBufferViewClass.cpp ScriptEngine now inherit from QScriptEngine 2014-07-22 11:39:49 -07:00
ArrayBufferViewClass.h pre-CR cleanup 2014-07-14 10:43:01 -07:00
AudioScriptingInterface.cpp add a sound once first AM packet received 2015-06-08 11:30:12 -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 put audio and script-engine logging into their own QLoggingCategory 2015-04-06 15:57:18 -07:00
BatchLoader.h Remove BatchLoader::errorLoadingFile and reorder properties 2015-01-22 14:24:20 -08:00
DataViewClass.cpp pre-CR cleanup 2014-07-14 10:43:01 -07:00
DataViewClass.h - Bunch of fixes to typed arrays 2014-07-09 17:47:09 -07:00
DataViewPrototype.cpp Fix win build fail 2014-07-14 11:06:10 -07:00
DataViewPrototype.h Handling NaN values for floats 2014-07-11 17:46:07 -07:00
EventTypes.cpp send global HFActionEvent from ControllerScriptingInterface 2014-10-27 15:21:47 -07:00
EventTypes.h Hopefully fixes the windows compile error 2015-01-12 17:34:07 -08:00
HFActionEvent.cpp send a pick ray with HFActionEvent, not x,y 2014-11-04 10:01:25 -08:00
HFActionEvent.h send a pick ray with HFActionEvent, not x,y 2014-11-04 10:01:25 -08:00
HFBackEvent.cpp rename HFCancelEvent to HFBackEvent, fire from joystick 2014-10-27 15:51:59 -07:00
HFBackEvent.h rename HFCancelEvent to HFBackEvent, fire from joystick 2014-10-27 15:51:59 -07:00
HFMetaEvent.cpp fix HFMetaEvent headers for new placement 2014-10-27 15:28:02 -07:00
HFMetaEvent.h fix HFMetaEvent headers for new placement 2014-10-27 15:28:02 -07:00
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
MenuItemProperties.cpp Merge remote-tracking branch 'upstream/master' into plugins_pt2 2015-05-11 12:40:17 -07:00
MenuItemProperties.h In some cases when the addMenuItem function was called the separator boolean was true by default. 2015-05-11 18:50:54 +01:00
MIDIEvent.cpp initial pass of MIDI implementation that bubbles events to JS 2014-07-01 09:53:18 -07:00
MIDIEvent.h initial pass of MIDI implementation that bubbles events to JS 2014-07-01 09:53:18 -07:00
MouseEvent.cpp move MouseEvent out of EventTypes into its own file 2014-10-27 14:30:20 -07:00
MouseEvent.h pass args to object scripts for mouse events 2014-10-31 15:20:16 -07:00
Quat.cpp now conforming to coding standards 2015-05-04 16:40:04 -07:00
Quat.h added axis and angle helper methods to Quat class- script user can now get normalized axis and scalar angle from a quaternion 2015-05-04 15:22:10 -07:00
SceneScriptingInterface.cpp Avoiding any setVIewTransform in payloadREnder and introducing monitoring values 2015-06-02 18:23:53 -07:00
SceneScriptingInterface.h adding caps for opaque and transparent draw jobs and the ui in js so we can debug the rendered items 2015-06-03 11:25:45 -07:00
ScriptAudioInjector.cpp Attempting to resolve possible crash case for scripts playing sounds 2015-04-28 12:51:01 -07:00
ScriptAudioInjector.h use a QPointer to trigger delayed delete 2015-02-11 19:15:33 -08:00
ScriptCache.cpp add error log debug for script fail 2015-05-15 10:29:24 -07:00
ScriptCache.h quiet warning flood when scripts are bad 2015-03-30 18:24:34 -07:00
ScriptEngine.cpp exposed input key bindings to js to enable key remapping 2015-06-04 16:29:58 -07:00
ScriptEngine.h quiet-compiler -- remove unused prototype for cleanupMenuItems 2015-06-02 13:17:15 -07: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
ScriptUUID.cpp put audio and script-engine logging into their own QLoggingCategory 2015-04-06 15:57:18 -07:00
ScriptUUID.h fixing formatting 2014-04-09 13:06:29 -07:00
SpatialEvent.cpp move SpatialEvent from EventTypes to its own file 2014-10-27 14:47:44 -07:00
SpatialEvent.h move SpatialEvent from EventTypes to its own file 2014-10-27 14:47:44 -07:00
TouchEvent.cpp move number constants out of SharedUtil to NumericalConstants 2015-05-01 10:26:53 -07:00
TouchEvent.h bringing the UserInputMapper to the application 2015-05-03 15:45:19 -07:00
TypedArrayPrototype.cpp removed signed/unsigned comparisons 2014-09-05 16:44:33 -07:00
TypedArrayPrototype.h pre-CR cleanup 2014-07-14 10:43:01 -07:00
TypedArrays.cpp fix some recently introduced warnings 2014-09-06 16:03:03 -07:00
TypedArrays.h pre-CR cleanup 2014-07-14 10:43:01 -07:00
UndoStackScriptingInterface.cpp Add comment to new redo functionality 2014-10-28 13:48:48 -07:00
UndoStackScriptingInterface.h Update UndoStackScriptingInterface to not call redo automatically 2014-10-28 13:43:22 -07:00
Vec3.cpp put audio and script-engine logging into their own QLoggingCategory 2015-04-06 15:57:18 -07:00
Vec3.h Add reflect(direction, normal) to Vec3 scripting calls 2014-11-12 23:03:26 -08:00
WheelEvent.cpp move WheelEvent out of EventTypes into its own file 2014-10-27 14:41:23 -07:00
WheelEvent.h move WheelEvent out of EventTypes into its own file 2014-10-27 14:41:23 -07:00
XMLHttpRequestClass.cpp Merge pull request #4569 from ctrlaltdavid/20431 2015-04-01 13:00:16 -07:00
XMLHttpRequestClass.h Remove XMLHttpRequest's facility to read local files 2015-03-31 16:56:04 -07:00