Adam Blake 2bfcd54eb6 #424 -- Added _pausedCount to Game. The game won't resume until Game::resume() has been called as many times as Game::pause() was called. This lets us continue to 13 سال پیش
..
lua b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 سال پیش
AIAgent.cpp cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
AIAgent.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
AIController.cpp cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
AIController.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
AIMessage.cpp cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
AIMessage.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
AIState.cpp cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
AIState.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
AIStateMachine.cpp c6965ff81a Changed AIState::_empty to be a pointer because DebugMem was complaining about it not being cleaned up. 13 سال پیش
AIStateMachine.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
AbsoluteLayout.cpp c47cc81178 Removed the copy constructor implementation for classes that wanted to hide it. 13 سال پیش
AbsoluteLayout.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
Animation.cpp 64383a84ec Fixed errors detected by static code analyzer. 13 سال پیش
Animation.h 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
AnimationClip.cpp c8eda95f47 Animation: 13 سال پیش
AnimationClip.h 00e82485f6 Added the ScriptTarget class, which any class can derive from in order to allow Lua scripts to interact with it (see the class for more information). 13 سال پیش
AnimationController.cpp ee61e40cc8 Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS). 13 سال پیش
AnimationController.h ee61e40cc8 Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS). 13 سال پیش
AnimationTarget.cpp 64383a84ec Fixed errors detected by static code analyzer. 13 سال پیش
AnimationTarget.h 7efd39d479 Fixes Issue #402. 13 سال پیش
AnimationValue.cpp c8eda95f47 Animation: 13 سال پیش
AnimationValue.h 2193c8bee8 Updated the api-docs and regenerated the lua bindings for gesture support. 13 سال پیش
AudioBuffer.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
AudioBuffer.h 4f95626c82 re-add some missing things from the merge 13 سال پیش
AudioController.cpp ee61e40cc8 Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS). 13 سال پیش
AudioController.h ee61e40cc8 Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS). 13 سال پیش
AudioListener.cpp 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
AudioListener.h 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
AudioSource.cpp 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
AudioSource.h 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Base.h 92e9b76749 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 سال پیش
BoundingBox.cpp 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
BoundingBox.h 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
BoundingBox.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
BoundingSphere.cpp cb259ae230 Error handling improvements (3 of 7 - Scene and Tools/Utilities). 13 سال پیش
BoundingSphere.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 سال پیش
BoundingSphere.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
Bundle.cpp e4cfba8e63 Fixed error in PlatformWin32.cpp for previous gamepad commit. 13 سال پیش
Bundle.h fd383c8a9d Added needed @script{ignore} tags to appropriate functions in gameplay. 13 سال پیش
Button.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
Button.h 125e56920b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 سال پیش
Camera.cpp 4ae7fa3a9c Changed some methods in Camera to be const qualified. 13 سال پیش
Camera.h 4ae7fa3a9c Changed some methods in Camera to be const qualified. 13 سال پیش
CheckBox.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
CheckBox.h 47674506a3 Fixes multiple-input handling and scrolling problems. 13 سال پیش
Container.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
Container.h 47674506a3 Fixes multiple-input handling and scrolling problems. 13 سال پیش
Control.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
Control.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 سال پیش
Curve.cpp e1164a4056 Add initial/incompleted Linux platform support and CMake support 13 سال پیش
Curve.h fd383c8a9d Added needed @script{ignore} tags to appropriate functions in gameplay. 13 سال پیش
DebugNew.cpp 64c6f19902 Renamed gameplay::printError to gameplay::print. 13 سال پیش
DebugNew.h b3f5635387 Cleanup to comments 13 سال پیش
DepthStencilTarget.cpp f083148ab5 Renamed any getID with getId to be consistent with Node and other classes that had already been using getId. 13 سال پیش
DepthStencilTarget.h fd383c8a9d Added needed @script{ignore} tags to appropriate functions in gameplay. 13 سال پیش
Effect.cpp 2b6bc09e33 Merge pull request #368 from blackberry/master 13 سال پیش
Effect.h e92919ff58 Added hidden assignment operator to the gameplay classes that extend Ref. 13 سال پیش
FileSystem.cpp 19dc9e579f Fixed bug in FileSystem for windows where gameplay-tests couldn't find the shader files. 13 سال پیش
FileSystem.h 64c6f19902 Renamed gameplay::printError to gameplay::print. 13 سال پیش
FlowLayout.cpp c47cc81178 Removed the copy constructor implementation for classes that wanted to hide it. 13 سال پیش
FlowLayout.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
Font.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
Font.h 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Form.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
Form.h 47674506a3 Fixes multiple-input handling and scrolling problems. 13 سال پیش
FrameBuffer.cpp f083148ab5 Renamed any getID with getId to be consistent with Node and other classes that had already been using getId. 13 سال پیش
FrameBuffer.h fd383c8a9d Added needed @script{ignore} tags to appropriate functions in gameplay. 13 سال پیش
Frustum.cpp 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Frustum.h 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Game.cpp 2bfcd54eb6 #424 -- Added _pausedCount to Game. The game won't resume until Game::resume() has been called as many times as Game::pause() was called. This lets us continue to 13 سال پیش
Game.h 2bfcd54eb6 #424 -- Added _pausedCount to Game. The game won't resume until Game::resume() has been called as many times as Game::pause() was called. This lets us continue to 13 سال پیش
Game.inl b2781292b6 Added method Game::getAspectRatio(). 13 سال پیش
Gamepad.cpp c0e67fd388 API Changes to Gamepad, Game and Platform for Gamepad API. 13 سال پیش
Gamepad.h 2193c8bee8 Updated the api-docs and regenerated the lua bindings for gesture support. 13 سال پیش
Gesture.h 81ab7f5a20 Added tap and swipe gestures to Android with basic impl. since Android doesn't support gestures in NDK. 13 سال پیش
Image.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 سال پیش
Image.h fd383c8a9d Added needed @script{ignore} tags to appropriate functions in gameplay. 13 سال پیش
Image.inl 4004be749c Refactors Image into its own separate class (from Texture::Image). 14 سال پیش
Joint.cpp cb259ae230 Error handling improvements (3 of 7 - Scene and Tools/Utilities). 13 سال پیش
Joint.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
Joystick.cpp 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
Joystick.h 125e56920b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 سال پیش
Joystick.inl ae76d5ea4c Fixes bug in Joystick where the control was being drawn outside its container's bounds. 13 سال پیش
Keyboard.h b882214017 Fixed multi-touch for Android. 14 سال پیش
Label.cpp 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). 13 سال پیش
Label.h 47674506a3 Fixes multiple-input handling and scrolling problems. 13 سال پیش
Layout.cpp 449f37eeae Fixed bug in SpriteBatch::draw() method that rotates the quad in 2D. 13 سال پیش
Layout.h 6d35ad93ce Updated doxygen gameplay-api and missing code comments. 13 سال پیش
Light.cpp 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Light.h 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Material.cpp 64383a84ec Fixed errors detected by static code analyzer. 13 سال پیش
Material.h 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
MaterialParameter.cpp ec3b3dfcd8 Added MaterialParameter::getSampler() and updated lua bindings. 13 سال پیش
MaterialParameter.h ec3b3dfcd8 Added MaterialParameter::getSampler() and updated lua bindings. 13 سال پیش
MathUtil.h 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
MathUtil.inl 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
MathUtilNeon.inl 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
Matrix.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
Matrix.h 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
Matrix.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
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 سال پیش
Mesh.h d2ea3e9dbf Fixed the texture coordinates of Mesh::createQuad() and added default parameters so people can specify texture coordinates besides 0, 0, 1, 1. 13 سال پیش
MeshBatch.cpp 2cdd0cd1be Changed Material::getTechnique(unsigned int) to Material::getTechniqueByIndex(unsigned int) to not require casting. 13 سال پیش
MeshBatch.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
MeshBatch.inl 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 سال پیش
MeshPart.cpp 4388f6d8f4 Fixes #267 13 سال پیش
MeshPart.h 4388f6d8f4 Fixes #267 13 سال پیش
MeshSkin.cpp 3a94125366 Fixed node cloning. The animation clips will now be cloned. The cloned animations start paused and at time zero/ 13 سال پیش
MeshSkin.h e92919ff58 Added hidden assignment operator to the gameplay classes that extend Ref. 13 سال پیش
Model.cpp 2cdd0cd1be Changed Material::getTechnique(unsigned int) to Material::getTechniqueByIndex(unsigned int) to not require casting. 13 سال پیش
Model.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
Mouse.h 8009a6ee07 Fixes left mouse button events. 13 سال پیش
Node.cpp fc1b3da872 Adds support for vehicle physics #171. Racing sample to follow. Lua bindings need to be generated for new files. 13 سال پیش
Node.h fc1b3da872 Adds support for vehicle physics #171. Racing sample to follow. Lua bindings need to be generated for new files. 13 سال پیش
ParticleEmitter.cpp 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). 13 سال پیش
ParticleEmitter.h fd383c8a9d Added needed @script{ignore} tags to appropriate functions in gameplay. 13 سال پیش
Pass.cpp 63ad96eed6 Changes to DepthStencilTarget where DEPTH24 -> DEPTH and DEPTH24_STENCIL8 -> DEPTH_STENCIL to be more flexible to allow the platform to implement less or more supported precision. 13 سال پیش
Pass.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
PhysicsCharacter.cpp b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 سال پیش
PhysicsCharacter.h b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 سال پیش
PhysicsCollisionObject.cpp 00e82485f6 Added the ScriptTarget class, which any class can derive from in order to allow Lua scripts to interact with it (see the class for more information). 13 سال پیش
PhysicsCollisionObject.h fc1b3da872 Adds support for vehicle physics #171. Racing sample to follow. Lua bindings need to be generated for new files. 13 سال پیش
PhysicsCollisionShape.cpp a217f29f09 Fixes memory leak issue #407. 13 سال پیش
PhysicsCollisionShape.h a217f29f09 Fixes memory leak issue #407. 13 سال پیش
PhysicsConstraint.cpp a1b933948d Fixed center of mass calculation in constraint setup to not require a model be attached directly to the node containing the rigid bodies used to create the constraint. 13 سال پیش
PhysicsConstraint.h a1b933948d Fixed center of mass calculation in constraint setup to not require a model be attached directly to the node containing the rigid bodies used to create the constraint. 13 سال پیش
PhysicsConstraint.inl bd37f58064 Error handling improvements (7 of 7 - Physics). 13 سال پیش
PhysicsController.cpp a217f29f09 Fixes memory leak issue #407. 13 سال پیش
PhysicsController.h fc1b3da872 Adds support for vehicle physics #171. Racing sample to follow. Lua bindings need to be generated for new files. 13 سال پیش
PhysicsFixedConstraint.cpp 406c3651d0 - Updated character sample. 14 سال پیش
PhysicsFixedConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsFixedConstraint.inl 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsGenericConstraint.cpp ae84b48fd2 Removes old header includes. 13 سال پیش
PhysicsGenericConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsGenericConstraint.inl bd37f58064 Error handling improvements (7 of 7 - Physics). 13 سال پیش
PhysicsGhostObject.cpp fc49fae4d6 Fixes false memory leak being reported in Game as a result of declaring a vector of Gamepads. Now just store the pointer to the vector in Game and clean it up in Game::finalize(). 13 سال پیش
PhysicsGhostObject.h c4ce16d97f Fixed doxygen warnings. 13 سال پیش
PhysicsHingeConstraint.cpp bd37f58064 Error handling improvements (7 of 7 - Physics). 13 سال پیش
PhysicsHingeConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsRigidBody.cpp fc1b3da872 Adds support for vehicle physics #171. Racing sample to follow. Lua bindings need to be generated for new files. 13 سال پیش
PhysicsRigidBody.h b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 سال پیش
PhysicsRigidBody.inl 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
PhysicsSocketConstraint.cpp bd37f58064 Error handling improvements (7 of 7 - Physics). 13 سال پیش
PhysicsSocketConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsSpringConstraint.cpp bd37f58064 Error handling improvements (7 of 7 - Physics). 13 سال پیش
PhysicsSpringConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsSpringConstraint.inl 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsVehicle.cpp b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 سال پیش
PhysicsVehicle.h b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 سال پیش
PhysicsVehicleWheel.cpp b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 سال پیش
PhysicsVehicleWheel.h b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 سال پیش
Plane.cpp 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Plane.h 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Plane.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
Platform.h 3b02c28f8b Adds Pinch/Tap/Slide to iOS Build 13 سال پیش
PlatformAndroid.cpp 81ab7f5a20 Added tap and swipe gestures to Android with basic impl. since Android doesn't support gestures in NDK. 13 سال پیش
PlatformLinux.cpp 50f019c637 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 سال پیش
PlatformMacOSX.mm 49775caf2f Added additional semaphore blocks to MacOSX platform to fix possible race conditions between the application/input thread and the DisplayLink (update/render) thread. 13 سال پیش
PlatformQNX.cpp 81ab7f5a20 Added tap and swipe gestures to Android with basic impl. since Android doesn't support gestures in NDK. 13 سال پیش
PlatformWin32.cpp 559eaeaac4 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 سال پیش
PlatformiOS.mm 50f019c637 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 سال پیش
Properties.cpp 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
Properties.h 47674506a3 Fixes multiple-input handling and scrolling problems. 13 سال پیش
Quaternion.cpp 64383a84ec Fixed errors detected by static code analyzer. 13 سال پیش
Quaternion.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
Quaternion.inl 360c1484c9 Removed the implicit conversion operators for Vector3 and Quaternion and replaced them with convenience macros (so that the public interfaces don't have Bullet objects). 14 سال پیش
RadioButton.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
RadioButton.h b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 سال پیش
Ray.cpp 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Ray.h 69fc8b07c0 Added some @script{create} tags. 13 سال پیش
Ray.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
Rectangle.cpp 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
Rectangle.h 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
Ref.cpp 64c6f19902 Renamed gameplay::printError to gameplay::print. 13 سال پیش
Ref.h c62d010f13 doxygen clean up for gameplay. 13 سال پیش
RenderState.cpp 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
RenderState.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
RenderTarget.cpp 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
RenderTarget.h fd383c8a9d Added needed @script{ignore} tags to appropriate functions in gameplay. 13 سال پیش
Scene.cpp e4cfba8e63 Fixed error in PlatformWin32.cpp for previous gamepad commit. 13 سال پیش
Scene.h e4cfba8e63 Fixed error in PlatformWin32.cpp for previous gamepad commit. 13 سال پیش
SceneLoader.cpp 732c96c61b Adds collisionMesh as an alternate property name for rigidBodyModel. 13 سال پیش
SceneLoader.h 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
ScreenDisplayer.cpp 7e9c449ffc Fixed another bug with boolean Lua stack values. 13 سال پیش
ScreenDisplayer.h c4ce16d97f Fixed doxygen warnings. 13 سال پیش
ScriptController.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
ScriptController.h 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
ScriptController.inl 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
ScriptTarget.cpp cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
ScriptTarget.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
Slider.cpp 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
Slider.h 47674506a3 Fixes multiple-input handling and scrolling problems. 13 سال پیش
SpriteBatch.cpp 3da1bbca77 Added SpriteBatch::getSampler() for allowing developer access to the Texture::Sampler for controlling sampler modes. 13 سال پیش
SpriteBatch.h b4482a3fdd Updated SpriteBatch doxygen comments. 13 سال پیش
Technique.cpp 2cdd0cd1be Changed Material::getTechnique(unsigned int) to Material::getTechniqueByIndex(unsigned int) to not require casting. 13 سال پیش
Technique.h 2cdd0cd1be Changed Material::getTechnique(unsigned int) to Material::getTechniqueByIndex(unsigned int) to not require casting. 13 سال پیش
TextBox.cpp 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
TextBox.h 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
Texture.cpp 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
Texture.h dc21e6eb97 Fixed issue where non four byte aligned textures (such as many non power of two textures) were distorted due to incorrect GL_UNPACK_ALIGNMENT. 13 سال پیش
Theme.cpp 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
Theme.h fd383c8a9d Added needed @script{ignore} tags to appropriate functions in gameplay. 13 سال پیش
ThemeStyle.cpp 93c477d644 All controls now take focus in the same way. 13 سال پیش
ThemeStyle.h c4ce16d97f Fixed doxygen warnings. 13 سال پیش
TimeListener.h 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 سال پیش
Touch.h 23a3707f1c Added Gesture API support and implemented gestures support in PlatformQNX.cpp. 13 سال پیش
Transform.cpp 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. 13 سال پیش
Transform.h c8eda95f47 Animation: 13 سال پیش
Vector2.cpp aed1372c95 Changed Ray and Plane to set values for their default constructor. 13 سال پیش
Vector2.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
Vector2.inl 3c6f2cccb9 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
Vector3.cpp aed1372c95 Changed Ray and Plane to set values for their default constructor. 13 سال پیش
Vector3.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
Vector3.inl 360c1484c9 Removed the implicit conversion operators for Vector3 and Quaternion and replaced them with convenience macros (so that the public interfaces don't have Bullet objects). 14 سال پیش
Vector4.cpp 64383a84ec Fixed errors detected by static code analyzer. 13 سال پیش
Vector4.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
Vector4.inl 3c6f2cccb9 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
VertexAttributeBinding.cpp a111e201c7 Added support for multiple UV sets in encoder for both Collada and FBX. 13 سال پیش
VertexAttributeBinding.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
VertexFormat.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 سال پیش
VertexFormat.h 9e2309ced5 Fixed spelling mistakes in the gameplay header files. 13 سال پیش
VerticalLayout.cpp cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
VerticalLayout.h cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 سال پیش
gameplay-main-android.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 سال پیش
gameplay-main-ios.mm 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
gameplay-main-linux.cpp e1164a4056 Add initial/incompleted Linux platform support and CMake support 13 سال پیش
gameplay-main-macosx.mm 1c7a3c6fbf Converted tabs to spaces. 13 سال پیش
gameplay-main-qnx.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 سال پیش
gameplay-main-win32.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 سال پیش
gameplay.dox 7e4bbf33fd Updated doxygen apis and dox files. 14 سال پیش
gameplay.h fc1b3da872 Adds support for vehicle physics #171. Racing sample to follow. Lua bindings need to be generated for new files. 13 سال پیش