seanpaultaylor 5cdcfb832d Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 lat temu
..
lua_AIAgent.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_AIAgent.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 lat temu
lua_AIAgentListener.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_AIAgentListener.h 4c66a91268 Verified and updated memory management with Lua scripts. 13 lat temu
lua_AIController.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_AIController.h 4c66a91268 Verified and updated memory management with Lua scripts. 13 lat temu
lua_AIMessage.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_AIMessage.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 lat temu
lua_AIMessageParameterType.cpp 4c66a91268 Verified and updated memory management with Lua scripts. 13 lat temu
lua_AIMessageParameterType.h 4c66a91268 Verified and updated memory management with Lua scripts. 13 lat temu
lua_AIState.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_AIState.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 lat temu
lua_AIStateListener.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_AIStateListener.h 4c66a91268 Verified and updated memory management with Lua scripts. 13 lat temu
lua_AIStateMachine.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_AIStateMachine.h 4c66a91268 Verified and updated memory management with Lua scripts. 13 lat temu
lua_AbsoluteLayout.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_AbsoluteLayout.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Animation.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_Animation.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_AnimationClip.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_AnimationClip.h 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 lat temu
lua_AnimationClipListener.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_AnimationClipListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_AnimationClipListenerEventType.cpp e19ff11737 Refactors AnimationClip::Listener::DEFAULT to AnimationClip::Listener::TIME. 13 lat temu
lua_AnimationClipListenerEventType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_AnimationController.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_AnimationController.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_AnimationTarget.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_AnimationTarget.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_AnimationValue.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_AnimationValue.h c8eda95f47 Animation: 13 lat temu
lua_AudioBuffer.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_AudioBuffer.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_AudioController.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_AudioController.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_AudioListener.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_AudioListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_AudioSource.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_AudioSource.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_AudioSourceState.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_AudioSourceState.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_BoundingBox.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_BoundingBox.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_BoundingSphere.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_BoundingSphere.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Bundle.cpp 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 lat temu
lua_Bundle.h 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 lat temu
lua_Button.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_Button.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 lat temu
lua_Camera.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Camera.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_CameraType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_CameraType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_CheckBox.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_CheckBox.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 lat temu
lua_Container.cpp 5cdcfb832d Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 lat temu
lua_Container.h 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 lat temu
lua_ContainerScroll.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ContainerScroll.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Control.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_Control.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 lat temu
lua_ControlAlignment.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ControlAlignment.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ControlListener.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_ControlListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_ControlListenerEventType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ControlListenerEventType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ControlState.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ControlState.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Curve.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Curve.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_CurveInterpolationType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_CurveInterpolationType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_DepthStencilTarget.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_DepthStencilTarget.h 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 lat temu
lua_DepthStencilTargetFormat.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_DepthStencilTargetFormat.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Effect.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Effect.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_FileSystem.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_FileSystem.h 64c6f19902 Renamed gameplay::printError to gameplay::print. 13 lat temu
lua_FlowLayout.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_FlowLayout.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Font.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_Font.h 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). 13 lat temu
lua_FontJustify.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_FontJustify.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_FontStyle.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_FontStyle.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_FontText.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_FontText.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Form.cpp 5cdcfb832d Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 lat temu
lua_Form.h 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 lat temu
lua_FrameBuffer.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_FrameBuffer.h 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 lat temu
lua_Frustum.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_Frustum.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Game.cpp 78594fe4d2 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 lat temu
lua_Game.h 78594fe4d2 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 lat temu
lua_GameClearFlags.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_GameClearFlags.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_GameState.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_GameState.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Gamepad.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_Gamepad.h c0e67fd388 API Changes to Gamepad, Game and Platform for Gamepad API. 13 lat temu
lua_GamepadButtonState.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_GamepadButtonState.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_GamepadGamepadEvent.cpp c0e67fd388 API Changes to Gamepad, Game and Platform for Gamepad API. 13 lat temu
lua_GamepadGamepadEvent.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Gesture.cpp 7e3cebc40e Added lua generated files for Gesture support. 13 lat temu
lua_Gesture.h 7e3cebc40e Added lua generated files for Gesture support. 13 lat temu
lua_GestureGestureEvent.cpp b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 lat temu
lua_GestureGestureEvent.h 7e3cebc40e Added lua generated files for Gesture support. 13 lat temu
lua_Global.cpp 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 lat temu
lua_Global.h 9b7650fd7b Added new Logger class to handle info, warning and error logging throughout the framework. 13 lat temu
lua_Image.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Image.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_ImageFormat.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ImageFormat.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Joint.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_Joint.h 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 lat temu
lua_Joystick.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_Joystick.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 lat temu
lua_Keyboard.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_Keyboard.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_KeyboardKey.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_KeyboardKey.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_KeyboardKeyEvent.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_KeyboardKeyEvent.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Label.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_Label.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 lat temu
lua_Layout.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_Layout.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_LayoutType.cpp bf5037eec6 Removed LAYOUT_SCROLL from Layout::Type enumeration as all containers can now scroll, not depending on layout type. 13 lat temu
lua_LayoutType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Light.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_Light.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_LightType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_LightType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Logger.cpp 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 lat temu
lua_Logger.h 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 lat temu
lua_LoggerLevel.cpp 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 lat temu
lua_LoggerLevel.h 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 lat temu
lua_Material.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_Material.h fce1db5157 Updated lua script bindings. 13 lat temu
lua_MaterialParameter.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_MaterialParameter.h ec3b3dfcd8 Added MaterialParameter::getSampler() and updated lua bindings. 13 lat temu
lua_MathUtil.cpp 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 lat temu
lua_MathUtil.h 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 lat temu
lua_Matrix.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Matrix.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Mesh.cpp d2ea3e9dbf Fixed the texture coordinates of Mesh::createQuad() and added default parameters so people can specify texture coordinates besides 0, 0, 1, 1. 13 lat temu
lua_Mesh.h 8bcd9762d8 Adds support for object arrays (i.e. VertexElement*). 13 lat temu
lua_MeshBatch.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_MeshBatch.h 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). 13 lat temu
lua_MeshIndexFormat.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_MeshIndexFormat.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_MeshPart.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_MeshPart.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_MeshPrimitiveType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_MeshPrimitiveType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_MeshSkin.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_MeshSkin.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Model.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Model.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Mouse.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_Mouse.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_MouseMouseEvent.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_MouseMouseEvent.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Node.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_Node.h 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 lat temu
lua_NodeCloneContext.cpp b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 lat temu
lua_NodeCloneContext.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_NodeType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_NodeType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ParticleEmitter.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_ParticleEmitter.h bb658af28e Updated BB10 projects to work with Lua script support. 13 lat temu
lua_ParticleEmitterTextureBlending.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ParticleEmitterTextureBlending.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Pass.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Pass.h 0b21c11ac0 Scripting support update. 13 lat temu
lua_PhysicsCharacter.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_PhysicsCharacter.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsCollisionObject.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsCollisionObject.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsCollisionObjectCollisionListener.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsCollisionObjectCollisionListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsCollisionObjectCollisionListenerEventType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_PhysicsCollisionObjectCollisionListenerEventType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_PhysicsCollisionObjectCollisionPair.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsCollisionObjectCollisionPair.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsCollisionObjectType.cpp b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 lat temu
lua_PhysicsCollisionObjectType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_PhysicsCollisionShape.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsCollisionShape.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsCollisionShapeDefinition.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsCollisionShapeDefinition.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsCollisionShapeType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_PhysicsCollisionShapeType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_PhysicsConstraint.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsController.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsController.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 lat temu
lua_PhysicsControllerHitFilter.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsControllerHitFilter.h 0b21c11ac0 Scripting support update. 13 lat temu
lua_PhysicsControllerHitResult.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsControllerHitResult.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsControllerListener.cpp 44910120f4 Fixes and clean up for ScriptTarget. 13 lat temu
lua_PhysicsControllerListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsControllerListenerEventType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_PhysicsControllerListenerEventType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_PhysicsFixedConstraint.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsFixedConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsGenericConstraint.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsGenericConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsGhostObject.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsGhostObject.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsHingeConstraint.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsHingeConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsRigidBody.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_PhysicsRigidBody.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsRigidBodyParameters.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsRigidBodyParameters.h 0b21c11ac0 Scripting support update. 13 lat temu
lua_PhysicsSocketConstraint.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsSocketConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsSpringConstraint.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_PhysicsSpringConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PhysicsVehicle.cpp c7cdf04790 Introduce default connection point to make strut rigging easier. An optional offset can be specified relative to the computed default. 13 lat temu
lua_PhysicsVehicle.h c7cdf04790 Introduce default connection point to make strut rigging easier. An optional offset can be specified relative to the computed default. 13 lat temu
lua_PhysicsVehicleWheel.cpp 68d9a17b85 Rename isFront to steerable for clarity. 13 lat temu
lua_PhysicsVehicleWheel.h 68d9a17b85 Rename isFront to steerable for clarity. 13 lat temu
lua_Plane.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_Plane.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Platform.cpp 6298869deb Added Game::isGestureRegistered(Gesture::GestureEvent evt) 13 lat temu
lua_Platform.h 6298869deb Added Game::isGestureRegistered(Gesture::GestureEvent evt) 13 lat temu
lua_Properties.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Properties.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_PropertiesType.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_PropertiesType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Quaternion.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Quaternion.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_RadioButton.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_RadioButton.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 lat temu
lua_Ray.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_Ray.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Rectangle.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Rectangle.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Ref.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_Ref.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_RenderState.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_RenderState.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_RenderStateAutoBinding.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_RenderStateAutoBinding.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_RenderStateBlend.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_RenderStateBlend.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_RenderStateStateBlock.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_RenderStateStateBlock.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_RenderTarget.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_RenderTarget.h 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 lat temu
lua_Scene.cpp 739d4cdc39 Regenerated GamePlay Lua bindings. 13 lat temu
lua_Scene.h e4cfba8e63 Fixed error in PlatformWin32.cpp for previous gamepad commit. 13 lat temu
lua_SceneDebugFlags.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_SceneDebugFlags.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_ScreenDisplayer.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_ScreenDisplayer.h 7e9c449ffc Fixed another bug with boolean Lua stack values. 13 lat temu
lua_ScriptController.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_ScriptController.h c6dce31cfe Fixed the print function in Lua. 13 lat temu
lua_ScriptTarget.cpp cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 lat temu
lua_ScriptTarget.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 lat temu
lua_Slider.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_Slider.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 lat temu
lua_SpriteBatch.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_SpriteBatch.h 2cdd0cd1be Changed Material::getTechnique(unsigned int) to Material::getTechniqueByIndex(unsigned int) to not require casting. 13 lat temu
lua_Technique.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Technique.h 2cdd0cd1be Changed Material::getTechnique(unsigned int) to Material::getTechniqueByIndex(unsigned int) to not require casting. 13 lat temu
lua_TextBox.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_TextBox.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 lat temu
lua_Texture.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Texture.h 0b21c11ac0 Scripting support update. 13 lat temu
lua_TextureFilter.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_TextureFilter.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_TextureFormat.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_TextureFormat.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_TextureSampler.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_TextureSampler.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_TextureWrap.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_TextureWrap.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Theme.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Theme.h 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 lat temu
lua_ThemeSideRegions.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_ThemeSideRegions.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_ThemeStyle.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_ThemeStyle.h 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 lat temu
lua_ThemeThemeImage.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_ThemeThemeImage.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_ThemeUVs.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_ThemeUVs.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Touch.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_Touch.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_TouchTouchEvent.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_TouchTouchEvent.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_Transform.cpp b84e1706f0 Fixed Linux sample06-racer. 13 lat temu
lua_Transform.h 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 lat temu
lua_TransformListener.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_TransformListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Uniform.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_Uniform.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_Vector2.cpp 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 lat temu
lua_Vector2.h 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 lat temu
lua_Vector3.cpp 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 lat temu
lua_Vector3.h 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 lat temu
lua_Vector4.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_Vector4.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_VertexAttributeBinding.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_VertexAttributeBinding.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_VertexFormat.cpp 1c9f7a2781 Fixed memory leaks in Lua scripting system where memory allocated for certain objects and arrays passed from Lua to C was not being freed properly. 13 lat temu
lua_VertexFormat.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_VertexFormatElement.cpp 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 lat temu
lua_VertexFormatElement.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 lat temu
lua_VertexFormatUsage.cpp 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_VertexFormatUsage.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 lat temu
lua_VerticalLayout.cpp cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 lat temu
lua_VerticalLayout.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 lat temu
lua_all_bindings.cpp 9b7650fd7b Added new Logger class to handle info, warning and error logging throughout the framework. 13 lat temu
lua_all_bindings.h 9b7650fd7b Added new Logger class to handle info, warning and error logging throughout the framework. 13 lat temu