Darryl Gough 4e3640edeb Fixed assertion in Curve where a curve with one key frame failed the assertion. 13 yıl önce
..
AbsoluteLayout.cpp e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
AbsoluteLayout.h e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Animation.cpp 97e0defd80 Error handling improvements (2 of 7 - Animation and Audio systems). 13 yıl önce
Animation.h 7dd0fc15ef Added support for loading any object that can load from a Properties object using a url instead of just a file name. 13 yıl önce
AnimationClip.cpp 97e0defd80 Error handling improvements (2 of 7 - Animation and Audio systems). 13 yıl önce
AnimationClip.h 1129e9e600 Optimizes and cleans up animation system. 13 yıl önce
AnimationController.cpp 97e0defd80 Error handling improvements (2 of 7 - Animation and Audio systems). 13 yıl önce
AnimationController.h 1129e9e600 Optimizes and cleans up animation system. 13 yıl önce
AnimationTarget.cpp cb259ae230 Error handling improvements (3 of 7 - Scene and Tools/Utilities). 13 yıl önce
AnimationTarget.h 7efd39d479 Fixes Issue #402. 13 yıl önce
AnimationValue.cpp 97e0defd80 Error handling improvements (2 of 7 - Animation and Audio systems). 13 yıl önce
AnimationValue.h 651381eb67 Fixes bug in animation blending of independent values. 14 yıl önce
AudioBuffer.cpp 02a54bffef Updated WAV file loading to work properly (some valid chunks were causing failure to load). 13 yıl önce
AudioBuffer.h 66521c6809 Added final changes to support 3D Audio/Effects on Android. 13 yıl önce
AudioController.cpp 97e0defd80 Error handling improvements (2 of 7 - Animation and Audio systems). 13 yıl önce
AudioController.h 66521c6809 Added final changes to support 3D Audio/Effects on Android. 13 yıl önce
AudioListener.cpp 97e0defd80 Error handling improvements (2 of 7 - Animation and Audio systems). 13 yıl önce
AudioListener.h 4c19de919b Fixed bug in AudioSource related to cloning AudioSource. 14 yıl önce
AudioSource.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
AudioSource.h b40cfc0968 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-setaylor 13 yıl önce
Base.h cfd3c580e8 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 yıl önce
BoundingBox.cpp cb259ae230 Error handling improvements (3 of 7 - Scene and Tools/Utilities). 13 yıl önce
BoundingBox.h cb37f13d91 Changed tabs to spaces. 13 yıl önce
BoundingBox.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 yıl önce
BoundingSphere.cpp cb259ae230 Error handling improvements (3 of 7 - Scene and Tools/Utilities). 13 yıl önce
BoundingSphere.h 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 yıl önce
BoundingSphere.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 yıl önce
Bundle.cpp 9736fa587d Fixes properties caching optimization issue in SceneLoader. 13 yıl önce
Bundle.h 057be4a862 Fixes single node loading from a Bundle (now loads animations). 13 yıl önce
Button.cpp 6192fd04b7 2D Forms now draw into a FrameBuffer. Controls are only redrawn when dirty. 13 yıl önce
Button.h 3bfa5a109b Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 13 yıl önce
Camera.cpp cb259ae230 Error handling improvements (3 of 7 - Scene and Tools/Utilities). 13 yıl önce
Camera.h b3f5635387 Cleanup to comments 13 yıl önce
CheckBox.cpp e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
CheckBox.h e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Container.cpp f9be193d81 Merge pull request #443 from blackberry-gaming/next-ablake 13 yıl önce
Container.h efbe1baf45 Stops containers from becoming dirty just when clicked on if they're not scrollable. 13 yıl önce
Control.cpp f9be193d81 Merge pull request #443 from blackberry-gaming/next-ablake 13 yıl önce
Control.h efbe1baf45 Stops containers from becoming dirty just when clicked on if they're not scrollable. 13 yıl önce
Curve.cpp 4e3640edeb Fixed assertion in Curve where a curve with one key frame failed the assertion. 13 yıl önce
Curve.h b3f5635387 Cleanup to comments 13 yıl önce
Curve.inl 3d78ad1c1b Fixes bug in animation blending. 14 yıl önce
DebugNew.cpp 2ecb9b9046 Fixing a potential memory leak in Theme that showed up in the particles sample. 13 yıl önce
DebugNew.h b3f5635387 Cleanup to comments 13 yıl önce
DepthStencilTarget.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
DepthStencilTarget.h 4ff5917c89 Fixes compile errors and non-OpenGL ES compliant code in FrameBuffer, RenderTarget and DepthStencilTarget classes. 14 yıl önce
Effect.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
Effect.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 yıl önce
FileSystem.cpp ef974d214c Updated Android-specific code for loading files to work with aliases (added for compressed texture support). 13 yıl önce
FileSystem.h c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
FlowLayout.cpp e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
FlowLayout.h e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Font.cpp e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Font.h 7a9fcb153f Fixed incorrect arial18.gpb. 13 yıl önce
Form.cpp efbe1baf45 Stops containers from becoming dirty just when clicked on if they're not scrollable. 13 yıl önce
Form.h 81cc7c8061 Going back to batching controls more granularly in order to support overlapping controls and z-ordering. 13 yıl önce
FrameBuffer.cpp 6d69b65f7d Fixes issue with flickering framebuffers on iOS (and any platform where the 13 yıl önce
FrameBuffer.h 6d69b65f7d Fixes issue with flickering framebuffers on iOS (and any platform where the 13 yıl önce
Frustum.cpp d6fb7718c6 Error handling improvements (4 of 7 - Math). 13 yıl önce
Frustum.h 37374d81cd Fixing a bug in Frustum where planes were being calculated incorrectly. 13 yıl önce
Game.cpp 6d69b65f7d Fixes issue with flickering framebuffers on iOS (and any platform where the 13 yıl önce
Game.h 820398598f Adds game configuration support including support for resource aliases to assist in defining different assets per target platform. 13 yıl önce
Game.inl c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
Image.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
Image.h 46361f7892 Refactors Image::Format enumeration for cleaner separation from the Texture class. 14 yıl önce
Image.inl 4004be749c Refactors Image into its own separate class (from Texture::Image). 14 yıl önce
Joint.cpp cb259ae230 Error handling improvements (3 of 7 - Scene and Tools/Utilities). 13 yıl önce
Joint.h 612d78a423 Fixes warnings in doxygen docs. 13 yıl önce
Joystick.cpp dbd1b314c5 Compilation errors fix. 13 yıl önce
Joystick.h dbd1b314c5 Compilation errors fix. 13 yıl önce
Joystick.inl 115e8b15b7 Adds support for a Joystick control. 13 yıl önce
Keyboard.h b882214017 Fixed multi-touch for Android. 14 yıl önce
Label.cpp e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Label.h e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Layout.cpp 449f37eeae Fixed bug in SpriteBatch::draw() method that rotates the quad in 2D. 13 yıl önce
Layout.h e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Light.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
Light.h b3f5635387 Cleanup to comments 13 yıl önce
Material.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
Material.h 7dd0fc15ef Added support for loading any object that can load from a Properties object using a url instead of just a file name. 13 yıl önce
MaterialParameter.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
MaterialParameter.h 1129e9e600 Optimizes and cleans up animation system. 13 yıl önce
MathUtil.h 44b50da05f Removes commented code from Vector3::cross(const Vector&, const Vector&, Vector3*). 13 yıl önce
MathUtil.inl 44b50da05f Removes commented code from Vector3::cross(const Vector&, const Vector&, Vector3*). 13 yıl önce
MathUtilNeon.inl 44b50da05f Removes commented code from Vector3::cross(const Vector&, const Vector&, Vector3*). 13 yıl önce
Matrix.cpp fa30b7eba5 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 yıl önce
Matrix.h 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 yıl önce
Matrix.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 yıl önce
Mesh.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
Mesh.h 30e23f15b2 Changes gameplay::Package to gameplay::Bundle. 13 yıl önce
MeshBatch.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
MeshBatch.h 79913cea30 Added missing class api documentation. 13 yıl önce
MeshBatch.inl 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
MeshPart.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
MeshPart.h 1f9ab7278c Moved <description> in bar-descriptor.xml to proper location in samples. 14 yıl önce
MeshSkin.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
MeshSkin.h bb6ac6db64 Merge pull request #381 from blackberry-gaming/next-cculy 13 yıl önce
Model.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
Model.h 30e23f15b2 Changes gameplay::Package to gameplay::Bundle. 13 yıl önce
Mouse.h d2bbb5e22c Removed mouseWheelEvent and combined it with mouseEvent instead. 14 yıl önce
Node.cpp bb7a73550a Updates physics properties definitions for collision objects. 13 yıl önce
Node.h 28b42ee1a9 Adds support for enabling/disabling collision objects via Node::getCollisionObject()->setEnabled(bool) 13 yıl önce
ParticleEmitter.cpp 68f241012e Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 13 yıl önce
ParticleEmitter.h 89e032bd46 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 13 yıl önce
Pass.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
Pass.h d28ab0ad5e Renamed CloneContext to NodeCloneContext and moved it to inside Node.h and Node.cpp. 14 yıl önce
PhysicsCharacter.cpp bb7a73550a Updates physics properties definitions for collision objects. 13 yıl önce
PhysicsCharacter.h 9638f1b718 Updated player controls for character sample to a 3rd person style camera. 13 yıl önce
PhysicsCollisionObject.cpp 4c197997e4 Removed unnecessary GP_ASSERT's 13 yıl önce
PhysicsCollisionObject.h 28b42ee1a9 Adds support for enabling/disabling collision objects via Node::getCollisionObject()->setEnabled(bool) 13 yıl önce
PhysicsCollisionShape.cpp bb7a73550a Updates physics properties definitions for collision objects. 13 yıl önce
PhysicsCollisionShape.h 612d78a423 Fixes warnings in doxygen docs. 13 yıl önce
PhysicsConstraint.cpp bd37f58064 Error handling improvements (7 of 7 - Physics). 13 yıl önce
PhysicsConstraint.h 612d78a423 Fixes warnings in doxygen docs. 13 yıl önce
PhysicsConstraint.inl bd37f58064 Error handling improvements (7 of 7 - Physics). 13 yıl önce
PhysicsController.cpp bb7a73550a Updates physics properties definitions for collision objects. 13 yıl önce
PhysicsController.h bb7a73550a Updates physics properties definitions for collision objects. 13 yıl önce
PhysicsFixedConstraint.cpp 406c3651d0 - Updated character sample. 14 yıl önce
PhysicsFixedConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 yıl önce
PhysicsFixedConstraint.inl 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 yıl önce
PhysicsGenericConstraint.cpp bd37f58064 Error handling improvements (7 of 7 - Physics). 13 yıl önce
PhysicsGenericConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 yıl önce
PhysicsGenericConstraint.inl bd37f58064 Error handling improvements (7 of 7 - Physics). 13 yıl önce
PhysicsGhostObject.cpp bb7a73550a Updates physics properties definitions for collision objects. 13 yıl önce
PhysicsGhostObject.h 612d78a423 Fixes warnings in doxygen docs. 13 yıl önce
PhysicsHingeConstraint.cpp bd37f58064 Error handling improvements (7 of 7 - Physics). 13 yıl önce
PhysicsHingeConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 yıl önce
PhysicsMotionState.cpp bd37f58064 Error handling improvements (7 of 7 - Physics). 13 yıl önce
PhysicsMotionState.h cb37f13d91 Changed tabs to spaces. 13 yıl önce
PhysicsRigidBody.cpp bb7a73550a Updates physics properties definitions for collision objects. 13 yıl önce
PhysicsRigidBody.h bb7a73550a Updates physics properties definitions for collision objects. 13 yıl önce
PhysicsRigidBody.inl bd37f58064 Error handling improvements (7 of 7 - Physics). 13 yıl önce
PhysicsSocketConstraint.cpp bd37f58064 Error handling improvements (7 of 7 - Physics). 13 yıl önce
PhysicsSocketConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 yıl önce
PhysicsSpringConstraint.cpp bd37f58064 Error handling improvements (7 of 7 - Physics). 13 yıl önce
PhysicsSpringConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 yıl önce
PhysicsSpringConstraint.inl 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 yıl önce
Plane.cpp 44b50da05f Removes commented code from Vector3::cross(const Vector&, const Vector&, Vector3*). 13 yıl önce
Plane.h cea29b469f Adding null-checks to all Control::create() implementations. 14 yıl önce
Plane.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 yıl önce
Platform.h fd8e995eb2 Fixed android support for portrait mode accelerometer. 13 yıl önce
PlatformAndroid.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
PlatformMacOSX.mm c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
PlatformQNX.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
PlatformWin32.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
PlatformiOS.mm 7dda125e33 Adds basic support for Portrait mode to iOS 13 yıl önce
Properties.cpp 9736fa587d Fixes properties caching optimization issue in SceneLoader. 13 yıl önce
Properties.h 5db193ce1d Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 13 yıl önce
Quaternion.cpp d6fb7718c6 Error handling improvements (4 of 7 - Math). 13 yıl önce
Quaternion.h f35263afa7 Animation Optimization 13 yıl önce
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 yıl önce
RadioButton.cpp e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
RadioButton.h e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Ray.cpp d6fb7718c6 Error handling improvements (4 of 7 - Math). 13 yıl önce
Ray.h 723786470d Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified. 14 yıl önce
Ray.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 yıl önce
Rectangle.cpp d6fb7718c6 Error handling improvements (4 of 7 - Math). 13 yıl önce
Rectangle.h 590458c716 Moved Rectangle class width/height back to use float for simplifying usage for users to they wont have to cast. 13 yıl önce
Ref.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
Ref.h c62d010f13 doxygen clean up for gameplay. 13 yıl önce
RenderState.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
RenderState.h 612d78a423 Fixes warnings in doxygen docs. 13 yıl önce
RenderTarget.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
RenderTarget.h 79913cea30 Added missing class api documentation. 13 yıl önce
Scene.cpp cb259ae230 Error handling improvements (3 of 7 - Scene and Tools/Utilities). 13 yıl önce
Scene.h 3a00efb568 Changed Scene::visit to use a template argument for the cookie parameter (which can now be any type). 13 yıl önce
SceneLoader.cpp dbd1b314c5 Compilation errors fix. 13 yıl önce
SceneLoader.h 9736fa587d Fixes properties caching optimization issue in SceneLoader. 13 yıl önce
ScreenDisplayer.h 6fd51d9a78 Fixed mouse events not being passed to forms on PlayBook. 13 yıl önce
Slider.cpp e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Slider.h e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
SpriteBatch.cpp 449f37eeae Fixed bug in SpriteBatch::draw() method that rotates the quad in 2D. 13 yıl önce
SpriteBatch.h 449f37eeae Fixed bug in SpriteBatch::draw() method that rotates the quad in 2D. 13 yıl önce
Technique.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
Technique.h d28ab0ad5e Renamed CloneContext to NodeCloneContext and moved it to inside Node.h and Node.cpp. 14 yıl önce
TextBox.cpp e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
TextBox.h e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
Texture.cpp 9736fa587d Fixes properties caching optimization issue in SceneLoader. 13 yıl önce
Texture.h 820398598f Adds game configuration support including support for resource aliases to assist in defining different assets per target platform. 13 yıl önce
Theme.cpp b06b8e30be Clearing alpha channel of a Form's framebuffer to 0. 13 yıl önce
Theme.h 7dd0fc15ef Added support for loading any object that can load from a Properties object using a url instead of just a file name. 13 yıl önce
ThemeStyle.cpp fe9e3c2870 Error handling improvements (1 of 7 - UI system and global macro rename). 13 yıl önce
ThemeStyle.h 1129e9e600 Optimizes and cleans up animation system. 13 yıl önce
TimeListener.h a5c092a2f3 Added TimeListener interface and the ability to schedule a callback using game time. 14 yıl önce
Touch.h 6722f1d75d Changed Input.h to separate out Keyboard and Touch into seperate headers. 14 yıl önce
Transform.cpp d6fb7718c6 Error handling improvements (4 of 7 - Math). 13 yıl önce
Transform.h 1df661a362 Adds the following Public APIs to Transform: 13 yıl önce
Vector2.cpp d6fb7718c6 Error handling improvements (4 of 7 - Math). 13 yıl önce
Vector2.h aab2daf9ab Fixed compile errors and warnings with qcc. 13 yıl önce
Vector2.inl 3c6f2cccb9 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 yıl önce
Vector3.cpp 44b50da05f Removes commented code from Vector3::cross(const Vector&, const Vector&, Vector3*). 13 yıl önce
Vector3.h aab2daf9ab Fixed compile errors and warnings with qcc. 13 yıl önce
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 yıl önce
Vector4.cpp d6fb7718c6 Error handling improvements (4 of 7 - Math). 13 yıl önce
Vector4.h aab2daf9ab Fixed compile errors and warnings with qcc. 13 yıl önce
Vector4.inl 3c6f2cccb9 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 yıl önce
VertexAttributeBinding.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
VertexAttributeBinding.h dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 yıl önce
VertexFormat.cpp 02926c60b1 Error handling improvement (5 of 7 - Graphics). 13 yıl önce
VertexFormat.h b3f5635387 Cleanup to comments 13 yıl önce
VerticalLayout.cpp e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
VerticalLayout.h e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 yıl önce
gameplay-main-android.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
gameplay-main-ios.mm 7dda125e33 Adds basic support for Portrait mode to iOS 13 yıl önce
gameplay-main-macosx.mm c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
gameplay-main-qnx.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
gameplay-main-win32.cpp c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 yıl önce
gameplay.dox 7e4bbf33fd Updated doxygen apis and dox files. 14 yıl önce
gameplay.h 115e8b15b7 Adds support for a Joystick control. 13 yıl önce