sgrenier c582e7e879 Merge branch 'next' of https://github.com/blackberry/GamePlay into next vor 12 Jahren
..
lua_AIAgent.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AIAgent.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. vor 13 Jahren
lua_AIAgentListener.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AIAgentListener.h 4c66a91268 Verified and updated memory management with Lua scripts. vor 13 Jahren
lua_AIController.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AIController.h 4c66a91268 Verified and updated memory management with Lua scripts. vor 13 Jahren
lua_AIMessage.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AIMessage.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. vor 13 Jahren
lua_AIMessageParameterType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_AIMessageParameterType.h 4c66a91268 Verified and updated memory management with Lua scripts. vor 13 Jahren
lua_AIState.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AIState.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. vor 13 Jahren
lua_AIStateListener.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AIStateListener.h 4c66a91268 Verified and updated memory management with Lua scripts. vor 13 Jahren
lua_AIStateMachine.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AIStateMachine.h 4c66a91268 Verified and updated memory management with Lua scripts. vor 13 Jahren
lua_AbsoluteLayout.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AbsoluteLayout.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Animation.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Animation.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_AnimationClip.cpp a44fa576f9 Fixes #868 by smoothing scroll-wheel scrolling. Makes scroll-wheel speed and scrolling friction into adjustable Properties. vor 12 Jahren
lua_AnimationClip.h a44fa576f9 Fixes #868 by smoothing scroll-wheel scrolling. Makes scroll-wheel speed and scrolling friction into adjustable Properties. vor 12 Jahren
lua_AnimationClipListener.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AnimationClipListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_AnimationClipListenerEventType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_AnimationClipListenerEventType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_AnimationController.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AnimationController.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_AnimationTarget.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AnimationTarget.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_AnimationValue.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AnimationValue.h c8eda95f47 Animation: vor 13 Jahren
lua_AudioBuffer.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AudioBuffer.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_AudioController.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AudioController.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_AudioListener.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AudioListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_AudioSource.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_AudioSource.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_AudioSourceState.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_AudioSourceState.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_BoundingBox.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_BoundingBox.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_BoundingSphere.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_BoundingSphere.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Bundle.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Bundle.h 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. vor 13 Jahren
lua_Button.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Button.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Camera.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_Camera.h bcf4fd0242 Added public methods on ScriptController for registering and unregistering global script callback functions (i.e. initiailze, finalize, update, render, touchEvent, keyEvent, etc). Multiple registered functions per callback are now supported and scripts can register themselves. vor 12 Jahren
lua_CameraType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_CameraType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_CheckBox.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_CheckBox.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Container.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Container.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_ContainerScroll.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_ContainerScroll.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Control.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Control.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_ControlAlignment.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_ControlAlignment.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_ControlListener.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_ControlListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_ControlListenerEventType.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_ControlListenerEventType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_ControlState.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_ControlState.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Curve.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Curve.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_CurveInterpolationType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_CurveInterpolationType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_DepthStencilTarget.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_DepthStencilTarget.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_DepthStencilTargetFormat.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_DepthStencilTargetFormat.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Effect.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Effect.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_FileSystem.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_FileSystem.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_FlowLayout.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_FlowLayout.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Font.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Font.h 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). vor 13 Jahren
lua_FontJustify.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_FontJustify.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_FontStyle.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_FontStyle.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_FontText.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_FontText.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Form.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Form.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_FrameBuffer.cpp bcf4fd0242 Added public methods on ScriptController for registering and unregistering global script callback functions (i.e. initiailze, finalize, update, render, touchEvent, keyEvent, etc). Multiple registered functions per callback are now supported and scripts can register themselves. vor 12 Jahren
lua_FrameBuffer.h bcf4fd0242 Added public methods on ScriptController for registering and unregistering global script callback functions (i.e. initiailze, finalize, update, render, touchEvent, keyEvent, etc). Multiple registered functions per callback are now supported and scripts can register themselves. vor 12 Jahren
lua_Frustum.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Frustum.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Game.cpp 0637ece4ac Removes analogIndex from Game::gamepadEvent. Gamepad events other than connect/disconnect will no longer be sent to games -- they are only used internally by forms. vor 12 Jahren
lua_Game.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_GameClearFlags.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_GameClearFlags.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_GameState.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_GameState.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Gamepad.cpp 01401b8322 Removes the need for games to call update() on forms and gamepads each frame, vor 13 Jahren
lua_Gamepad.h 8069cdcd2a Changes to Gamepad API vor 13 Jahren
lua_GamepadButtonMapping.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_GamepadButtonMapping.h 8a1b50035a Generate Lua bindings to fix build error. vor 13 Jahren
lua_GamepadGamepadEvent.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_GamepadGamepadEvent.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Gesture.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Gesture.h 7e3cebc40e Added lua generated files for Gesture support. vor 13 Jahren
lua_GestureGestureEvent.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_GestureGestureEvent.h 7e3cebc40e Added lua generated files for Gesture support. vor 13 Jahren
lua_Global.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Global.h ff9e8a05de Merge branch 'next' of https://github.com/blackberry/GamePlay into next vor 13 Jahren
lua_HeightField.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_HeightField.h d5ec7218cb Added support for specifying depth function via the "depthFunc" string in materials. vor 13 Jahren
lua_Image.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Image.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_ImageControl.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_ImageControl.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_ImageFormat.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_ImageFormat.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Joint.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_Joint.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_Joystick.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Joystick.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Keyboard.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Keyboard.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_KeyboardKey.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_KeyboardKey.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_KeyboardKeyEvent.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_KeyboardKeyEvent.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Label.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Label.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Layout.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Layout.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_LayoutType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_LayoutType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Light.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Light.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_LightType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_LightType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Logger.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Logger.h 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. vor 13 Jahren
lua_LoggerLevel.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_LoggerLevel.h 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. vor 13 Jahren
lua_Material.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Material.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_MaterialParameter.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_MaterialParameter.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_MathUtil.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_MathUtil.h 361a72fb8c Adds smoothing functions and updates the racer sample to use them. vor 13 Jahren
lua_Matrix.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Matrix.h 8a1b50035a Generate Lua bindings to fix build error. vor 13 Jahren
lua_Mesh.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Mesh.h 8bcd9762d8 Adds support for object arrays (i.e. VertexElement*). vor 13 Jahren
lua_MeshBatch.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_MeshBatch.h fab194fea2 Added a non-templated "add" method to MeshBatch so Lua can call MeshBatch::add() vor 13 Jahren
lua_MeshIndexFormat.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_MeshIndexFormat.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_MeshPart.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_MeshPart.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_MeshPrimitiveType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_MeshPrimitiveType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_MeshSkin.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_MeshSkin.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Model.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Model.h 5f80ee4a2b Merge branch 'next' of https://github.com/blackberry/GamePlay into next vor 13 Jahren
lua_Mouse.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Mouse.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_MouseMouseEvent.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_MouseMouseEvent.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Node.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_Node.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_NodeCloneContext.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_NodeCloneContext.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_NodeType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_NodeType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_ParticleEmitter.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_ParticleEmitter.h bb658af28e Updated BB10 projects to work with Lua script support. vor 13 Jahren
lua_ParticleEmitterTextureBlending.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_ParticleEmitterTextureBlending.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Pass.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Pass.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_PhysicsCharacter.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_PhysicsCharacter.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_PhysicsCollisionObject.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_PhysicsCollisionObject.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_PhysicsCollisionObjectCollisionListener.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsCollisionObjectCollisionListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsCollisionObjectCollisionListenerEventType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_PhysicsCollisionObjectCollisionListenerEventType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_PhysicsCollisionObjectCollisionPair.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsCollisionObjectCollisionPair.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsCollisionObjectType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_PhysicsCollisionObjectType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_PhysicsCollisionShape.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsCollisionShape.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsCollisionShapeDefinition.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsCollisionShapeDefinition.h 5f80ee4a2b Merge branch 'next' of https://github.com/blackberry/GamePlay into next vor 13 Jahren
lua_PhysicsCollisionShapeType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_PhysicsCollisionShapeType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_PhysicsConstraint.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsController.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsController.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. vor 13 Jahren
lua_PhysicsControllerHitFilter.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsControllerHitFilter.h 0b21c11ac0 Scripting support update. vor 13 Jahren
lua_PhysicsControllerHitResult.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsControllerHitResult.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsControllerListener.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsControllerListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsControllerListenerEventType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_PhysicsControllerListenerEventType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_PhysicsFixedConstraint.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsFixedConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsGenericConstraint.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsGenericConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsGhostObject.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_PhysicsGhostObject.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_PhysicsHingeConstraint.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsHingeConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsRigidBody.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsRigidBody.h d5ec7218cb Added support for specifying depth function via the "depthFunc" string in materials. vor 13 Jahren
lua_PhysicsRigidBodyParameters.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsRigidBodyParameters.h 6a1c234665 Exposed linear and angular factor methods for PhysicsRigidBody; modified lua bindings to match. vor 13 Jahren
lua_PhysicsSocketConstraint.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsSocketConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsSpringConstraint.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_PhysicsSpringConstraint.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PhysicsVehicle.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_PhysicsVehicle.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_PhysicsVehicleWheel.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_PhysicsVehicleWheel.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_Plane.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Plane.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Platform.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_Platform.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_Properties.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Properties.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_PropertiesType.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_PropertiesType.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Quaternion.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Quaternion.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_RadioButton.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_RadioButton.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Ray.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Ray.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Rectangle.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Rectangle.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Ref.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Ref.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_RenderState.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_RenderState.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_RenderStateAutoBinding.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_RenderStateAutoBinding.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_RenderStateBlend.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_RenderStateBlend.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_RenderStateDepthFunction.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_RenderStateDepthFunction.h 5f80ee4a2b Merge branch 'next' of https://github.com/blackberry/GamePlay into next vor 13 Jahren
lua_RenderStateStateBlock.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_RenderStateStateBlock.h 5f80ee4a2b Merge branch 'next' of https://github.com/blackberry/GamePlay into next vor 13 Jahren
lua_RenderTarget.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_RenderTarget.h 2e7fcf3ca1 Added 64-bit Windows support. vor 13 Jahren
lua_Scene.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Scene.h d5ec7218cb Added support for specifying depth function via the "depthFunc" string in materials. vor 13 Jahren
lua_SceneDebugFlags.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_SceneDebugFlags.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_ScreenDisplayer.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_ScreenDisplayer.h 7e9c449ffc Fixed another bug with boolean Lua stack values. vor 13 Jahren
lua_ScriptController.cpp bcf4fd0242 Added public methods on ScriptController for registering and unregistering global script callback functions (i.e. initiailze, finalize, update, render, touchEvent, keyEvent, etc). Multiple registered functions per callback are now supported and scripts can register themselves. vor 12 Jahren
lua_ScriptController.h bcf4fd0242 Added public methods on ScriptController for registering and unregistering global script callback functions (i.e. initiailze, finalize, update, render, touchEvent, keyEvent, etc). Multiple registered functions per callback are now supported and scripts can register themselves. vor 12 Jahren
lua_ScriptTarget.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_ScriptTarget.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. vor 13 Jahren
lua_Slider.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Slider.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_SpriteBatch.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_SpriteBatch.h 2cdd0cd1be Changed Material::getTechnique(unsigned int) to Material::getTechniqueByIndex(unsigned int) to not require casting. vor 13 Jahren
lua_Technique.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Technique.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Terrain.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Terrain.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_TerrainFlags.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_TerrainFlags.h 5f80ee4a2b Merge branch 'next' of https://github.com/blackberry/GamePlay into next vor 13 Jahren
lua_TerrainListener.cpp d64fd37e0b Adding a couple setters and changing some method names in ImageControl. vor 12 Jahren
lua_TerrainListener.h d64fd37e0b Adding a couple setters and changing some method names in ImageControl. vor 12 Jahren
lua_TextBox.cpp ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_TextBox.h ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. vor 12 Jahren
lua_Texture.cpp b3e82ed127 Fixed an issue where multiple samplers pointing to the same texture would share the same state instead of using sampler-specific filter and wrap state. vor 12 Jahren
lua_Texture.h b3e82ed127 Fixed an issue where multiple samplers pointing to the same texture would share the same state instead of using sampler-specific filter and wrap state. vor 12 Jahren
lua_TextureFilter.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_TextureFilter.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_TextureFormat.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_TextureFormat.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_TextureSampler.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_TextureSampler.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_TextureWrap.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_TextureWrap.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Theme.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Theme.h 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. vor 13 Jahren
lua_ThemeSideRegions.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_ThemeSideRegions.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_ThemeStyle.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_ThemeStyle.h 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. vor 13 Jahren
lua_ThemeThemeImage.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_ThemeThemeImage.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_ThemeUVs.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_ThemeUVs.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_Touch.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Touch.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_TouchTouchEvent.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_TouchTouchEvent.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_Transform.cpp 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_Transform.h 6f1aa736f2 Added alternative type-specific MaterialParameter setters to better support setting material parameters from script. vor 12 Jahren
lua_TransformListener.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_TransformListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Uniform.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Uniform.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_Vector2.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Vector2.h 361a72fb8c Adds smoothing functions and updates the racer sample to use them. vor 13 Jahren
lua_Vector3.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Vector3.h 361a72fb8c Adds smoothing functions and updates the racer sample to use them. vor 13 Jahren
lua_Vector4.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_Vector4.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_VertexAttributeBinding.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_VertexAttributeBinding.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_VertexFormat.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_VertexFormat.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_VertexFormatElement.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_VertexFormatElement.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. vor 13 Jahren
lua_VertexFormatUsage.cpp e9968a9524 Updated lua generator to remove GP_ERROR call when encountering unknown enumeration values while converting to/from script. vor 12 Jahren
lua_VertexFormatUsage.h 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). vor 13 Jahren
lua_VerticalLayout.cpp 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil vor 13 Jahren
lua_VerticalLayout.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. vor 13 Jahren
lua_all_bindings.cpp 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren
lua_all_bindings.h 8d2633316e Keeping my lua bindings up-to-date. vor 13 Jahren