overte-AleziaKurdis/libraries/script-engine/src
2015-03-30 16:48:41 -07:00
..
AbstractControllerScriptingInterface.h rename signal in AbstractControllerScriptingInterface from cancel to back 2014-10-27 16:01:39 -07:00
AbstractScriptingServicesInterface.h removed dead code 2014-12-17 13:23:12 -08:00
ArrayBufferClass.cpp
ArrayBufferClass.h
ArrayBufferPrototype.cpp
ArrayBufferPrototype.h
ArrayBufferViewClass.cpp
ArrayBufferViewClass.h
AudioScriptingInterface.cpp fix for playSound called from same thread 2015-02-13 11:36:41 -08:00
AudioScriptingInterface.h fix for playSound called from same thread 2015-02-13 11:36:41 -08:00
BatchLoader.cpp A further custom User-Agent string 2015-01-30 15:56:01 -08:00
BatchLoader.h Remove BatchLoader::errorLoadingFile and reorder properties 2015-01-22 14:24:20 -08:00
DataViewClass.cpp
DataViewClass.h
DataViewPrototype.cpp
DataViewPrototype.h
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 Make KeyEvent objects equal even if they have differing isAutoRepeat values 2015-02-25 10:28:45 -08:00
KeyEvent.h Hopefully fixes the windows compile error 2015-01-12 17:34:07 -08:00
MenuItemProperties.cpp move KeyEvent from EventTypes to its own file 2014-10-27 14:24:32 -07:00
MenuItemProperties.h move KeyEvent from EventTypes to its own file 2014-10-27 14:24:32 -07:00
MIDIEvent.cpp
MIDIEvent.h
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 added new methods to Vec3 and Quat 2014-10-02 17:55:32 -07:00
Quat.h added new methods to Vec3 and Quat 2014-10-02 17:55:32 -07:00
SceneScriptingInterface.cpp REfining the naming and introducing an orientation offset 2015-02-26 17:26:41 -08:00
SceneScriptingInterface.h REfining the naming and introducing an orientation offset 2015-02-26 17:26:41 -08:00
ScriptAudioInjector.cpp use direct connection to ensure injector is stopped 2015-02-13 11:52:51 -08:00
ScriptAudioInjector.h use a QPointer to trigger delayed delete 2015-02-11 19:15:33 -08:00
ScriptCache.cpp only start one download per url even if still pending 2015-03-30 16:48:41 -07:00
ScriptCache.h more script caching cleanup 2015-03-30 16:34:04 -07:00
ScriptEngine.cpp more script caching cleanup 2015-03-30 16:34:04 -07:00
ScriptEngine.h more script caching cleanup 2015-03-30 16:34:04 -07:00
ScriptUUID.cpp
ScriptUUID.h
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 TouchEvent out of EventTypes to its own file 2014-10-27 14:37:04 -07:00
TouchEvent.h move TouchEvent out of EventTypes to its own file 2014-10-27 14:37:04 -07:00
TypedArrayPrototype.cpp removed signed/unsigned comparisons 2014-09-05 16:44:33 -07:00
TypedArrayPrototype.h
TypedArrays.cpp fix some recently introduced warnings 2014-09-06 16:03:03 -07:00
TypedArrays.h
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 Add reflect(direction, normal) to Vec3 scripting calls 2014-11-12 23:03:26 -08: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 Extract API URL into a const 2015-03-27 15:24:55 -07:00
XMLHttpRequestClass.h