Darryl Gough b5d0159d74 Fixed priority queue in Game for PlayBook. 14 سال پیش
..
AbsoluteLayout.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
AbsoluteLayout.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Animation.cpp 5532ed322d Added a way to get an animation from an AnimationTarget. 14 سال پیش
Animation.h 5532ed322d Added a way to get an animation from an AnimationTarget. 14 سال پیش
AnimationClip.cpp cbe5a846de Changed state bit and state bit constants to unsigned char from char to suppress "warning C4309: 'initializing' : truncation of constant value". 14 سال پیش
AnimationClip.h cbe5a846de Changed state bit and state bit constants to unsigned char from char to suppress "warning C4309: 'initializing' : truncation of constant value". 14 سال پیش
AnimationController.cpp 5532ed322d Added a way to get an animation from an AnimationTarget. 14 سال پیش
AnimationController.h 5532ed322d Added a way to get an animation from an AnimationTarget. 14 سال پیش
AnimationTarget.cpp 5f5eea693f Fixes memory leak exposed when using either AnimationController#destroyAnimation(Animation*) and AnimationController::destroyAllAnimations(). 14 سال پیش
AnimationTarget.h 5f5eea693f Fixes memory leak exposed when using either AnimationController#destroyAnimation(Animation*) and AnimationController::destroyAllAnimations(). 14 سال پیش
AnimationValue.cpp 651381eb67 Fixes bug in animation blending of independent values. 14 سال پیش
AnimationValue.h 651381eb67 Fixes bug in animation blending of independent values. 14 سال پیش
AudioBuffer.cpp a9fc4bb7d1 Fix to AudioBuffer (buffers weren't being removed from the global cache when they were destroyed) - (also, changed tabs to spaces). 14 سال پیش
AudioBuffer.h 7e796d6fd1 Audio support for Android using OpenSL ES. Note that multiple features (pitch, 3D audio) are not currently supported by Android. 14 سال پیش
AudioController.cpp 6b7bbc0140 Fix for AudioController on iOS 14 سال پیش
AudioController.h 7e796d6fd1 Audio support for Android using OpenSL ES. Note that multiple features (pitch, 3D audio) are not currently supported by Android. 14 سال پیش
AudioListener.cpp c81070345c Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
AudioListener.h c81070345c Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
AudioSource.cpp 21c2f28786 Audio support for Android using OpenSL ES. Note that multiple features (pitch, 3D audio) are not currently supported by Android. 14 سال پیش
AudioSource.h 7e796d6fd1 Audio support for Android using OpenSL ES. Note that multiple features (pitch, 3D audio) are not currently supported by Android. 14 سال پیش
Base.h 5bfc2497d7 Fixed more missing defines. 14 سال پیش
BoundingBox.cpp 6f3b816078 Fixed BoundingBox::intersects(BoundingBox) 14 سال پیش
BoundingBox.h 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
BoundingBox.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
BoundingSphere.cpp b8042c2eaf Fixed an issue with transforming bounding spheres with matrices have have a scale != 1.0. 14 سال پیش
BoundingSphere.h 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
BoundingSphere.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
Button.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Button.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Camera.cpp 4bdf569269 PhysicsCharacter updates. 14 سال پیش
Camera.h c81070345c Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
CheckBox.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
CheckBox.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Container.cpp b085a534bb Allowing containers and sliders to consume touch events. 14 سال پیش
Container.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Control.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Control.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Curve.cpp 3d78ad1c1b Fixes bug in animation blending. 14 سال پیش
Curve.h 3d78ad1c1b Fixes bug in animation blending. 14 سال پیش
Curve.inl 3d78ad1c1b Fixes bug in animation blending. 14 سال پیش
DebugNew.cpp 779a5f7f07 Changed SAFE_DELETE so that it doesn't check for NULL. It is valid to call "delete 0;" 14 سال پیش
DebugNew.h 2f846925ae Adds support for heightfield collision shapes (including needed bullet_new in DebugNew.h). 14 سال پیش
DepthStencilTarget.cpp 9f1fa900cf Modifying some comments to be more Doxygen-friendly. 14 سال پیش
DepthStencilTarget.h 4ff5917c89 Fixes compile errors and non-OpenGL ES compliant code in FrameBuffer, RenderTarget and DepthStencilTarget classes. 14 سال پیش
Effect.cpp 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
Effect.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
FileSystem.cpp 12e7c20453 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-rmadhavan 14 سال پیش
FileSystem.h 47b2567d92 Added FileSystem::listFiles(). 14 سال پیش
FlowLayout.h 55187aac27 Adding a bunch of unfinished UI stuff along with handling of inheritance in Properties files. 14 سال پیش
Font.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Font.h 85646b44ad Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
Form.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Form.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
FrameBuffer.cpp 4ff5917c89 Fixes compile errors and non-OpenGL ES compliant code in FrameBuffer, RenderTarget and DepthStencilTarget classes. 14 سال پیش
FrameBuffer.h 4ff5917c89 Fixes compile errors and non-OpenGL ES compliant code in FrameBuffer, RenderTarget and DepthStencilTarget classes. 14 سال پیش
Frustum.cpp d095cefffc Fixed syntax and compile errors on Mac. 14 سال پیش
Frustum.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
Game.cpp b5d0159d74 Fixed priority queue in Game for PlayBook. 14 سال پیش
Game.h b5d0159d74 Fixed priority queue in Game for PlayBook. 14 سال پیش
Game.inl ebec9458d0 Minor update to Game::updateOnce. 14 سال پیش
Image.cpp 3bde20d644 Changed Texture format enum values to closer match naming from GL ones and new Image format enum value names. 14 سال پیش
Image.h 46361f7892 Refactors Image::Format enumeration for cleaner separation from the Texture class. 14 سال پیش
Image.inl 4004be749c Refactors Image into its own separate class (from Texture::Image). 14 سال پیش
Joint.cpp acf9cdff74 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
Joint.h c81070345c Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
Keyboard.h b882214017 Fixed multi-touch for Android. 14 سال پیش
Label.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Label.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Layout.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Light.cpp 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
Light.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
Material.cpp cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 سال پیش
Material.h dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 سال پیش
MaterialParameter.cpp 3d78ad1c1b Fixes bug in animation blending. 14 سال پیش
MaterialParameter.h 74a513d05c Fixes build error in Momentics. Removes additional qualifier MaterialParameter. 14 سال پیش
Matrix.cpp 3f71dec55c Reimplemented the collision listener mechanism (old mechanism had a huge inefficiency). 14 سال پیش
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 cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 سال پیش
Mesh.h cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 سال پیش
MeshBatch.cpp dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 سال پیش
MeshBatch.h dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 سال پیش
MeshBatch.inl dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 سال پیش
MeshPart.cpp 1f9ab7278c Moved <description> in bar-descriptor.xml to proper location in samples. 14 سال پیش
MeshPart.h 1f9ab7278c Moved <description> in bar-descriptor.xml to proper location in samples. 14 سال پیش
MeshSkin.cpp c81070345c Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
MeshSkin.h c81070345c Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
Model.cpp cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 سال پیش
Model.h cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 سال پیش
Mouse.h d2bbb5e22c Removed mouseWheelEvent and combined it with mouseEvent instead. 14 سال پیش
Node.cpp b3d4adb693 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
Node.h b3d4adb693 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
Package.cpp 838b03705c Character sample updates. 14 سال پیش
Package.h 838b03705c Character sample updates. 14 سال پیش
ParticleEmitter.cpp 33daaf9a2c Fix for particle billboarding. 14 سال پیش
ParticleEmitter.h 2b19085e6a Fixes issue where all references to a rigid body were not being removed properly. 14 سال پیش
Pass.cpp dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 سال پیش
Pass.h dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 سال پیش
PhysicsCharacter.cpp f2e462c169 Added the ability to disable physics simulation on PhysicsCharacter. 14 سال پیش
PhysicsCharacter.h f2e462c169 Added the ability to disable physics simulation on PhysicsCharacter. 14 سال پیش
PhysicsCollisionObject.cpp d4bc602ca9 Added new PhysicsCollisionObject base class for PhysicsRigidBody and PhysicsCharacter.cpp. 14 سال پیش
PhysicsCollisionObject.h b3d4adb693 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
PhysicsConstraint.cpp 4bdf569269 PhysicsCharacter updates. 14 سال پیش
PhysicsConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsConstraint.inl 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsController.cpp b3d4adb693 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
PhysicsController.h b3d4adb693 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
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 67ecff296c - PhysicsCharacter changes. 14 سال پیش
PhysicsGenericConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsGenericConstraint.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 سال پیش
PhysicsHingeConstraint.cpp 67ecff296c - PhysicsCharacter changes. 14 سال پیش
PhysicsHingeConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsMotionState.cpp 4bdf569269 PhysicsCharacter updates. 14 سال پیش
PhysicsMotionState.h 406c3651d0 - Updated character sample. 14 سال پیش
PhysicsRigidBody.cpp b3d4adb693 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
PhysicsRigidBody.h b3d4adb693 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
PhysicsRigidBody.inl b3d4adb693 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 سال پیش
PhysicsSocketConstraint.cpp 67ecff296c - PhysicsCharacter changes. 14 سال پیش
PhysicsSocketConstraint.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
PhysicsSpringConstraint.cpp 67ecff296c - PhysicsCharacter changes. 14 سال پیش
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 سال پیش
Plane.cpp d095cefffc Fixed syntax and compile errors on Mac. 14 سال پیش
Plane.h cea29b469f Adding null-checks to all Control::create() implementations. 14 سال پیش
Plane.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
Platform.h ad0e8c5b47 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 سال پیش
PlatformAndroid.cpp aafa932d20 Added methods to Platform to support returning the native display resolution 14 سال پیش
PlatformMacOS.mm 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
PlatformQNX.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
PlatformWin32.cpp e7662b7951 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 سال پیش
PlatformiOS.mm aafa932d20 Added methods to Platform to support returning the native display resolution 14 سال پیش
Properties.cpp 67ecff296c - PhysicsCharacter changes. 14 سال پیش
Properties.h 7041246ec2 Fixing memory leak that occurred when using inheritance. 14 سال پیش
Quaternion.cpp 1dd0a7b5d3 Renames some methods/member variables to better reflect use. 14 سال پیش
Quaternion.h 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 سال پیش
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 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
RadioButton.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Ray.cpp 184d7c339d Reverting my fix of Darryl's fix of Ray.intersects(Plane) and using the method correctly in Form this time. 14 سال پیش
Ray.h 723786470d Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified. 14 سال پیش
Ray.inl 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 سال پیش
Rectangle.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Rectangle.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
Ref.cpp 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
Ref.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
RenderState.cpp cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 سال پیش
RenderState.h cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 سال پیش
RenderTarget.cpp 3773044426 Changed Texture format enum values to closer match naming from GL ones and new Image format enum value names. 14 سال پیش
RenderTarget.h 4ff5917c89 Fixes compile errors and non-OpenGL ES compliant code in FrameBuffer, RenderTarget and DepthStencilTarget classes. 14 سال پیش
Scene.cpp cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 سال پیش
Scene.h cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 سال پیش
SceneLoader.cpp 4bdf569269 PhysicsCharacter updates. 14 سال پیش
SceneLoader.h 67ecff296c - PhysicsCharacter changes. 14 سال پیش
Slider.cpp b085a534bb Allowing containers and sliders to consume touch events. 14 سال پیش
Slider.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
SpriteBatch.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
SpriteBatch.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Technique.cpp 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
Technique.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
TextBox.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
TextBox.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Texture.cpp 22495d3dbe Fixed missing defines for windows. 14 سال پیش
Texture.h c2f7782f73 Added support for PVR texture compression. 14 سال پیش
Theme.cpp e7662b7951 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 سال پیش
Theme.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
TimeListener.h a5c092a2f3 Added TimeListener interface and the ability to schedule a callback using game time. 14 سال پیش
Touch.h 6722f1d75d Changed Input.h to separate out Keyboard and Touch into seperate headers. 14 سال پیش
Transform.cpp 3d78ad1c1b Fixes bug in animation blending. 14 سال پیش
Transform.h 3d78ad1c1b Fixes bug in animation blending. 14 سال پیش
Vector2.cpp 723786470d Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified. 14 سال پیش
Vector2.h 723786470d Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified. 14 سال پیش
Vector2.inl 3c6f2cccb9 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
Vector3.cpp 723786470d Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified. 14 سال پیش
Vector3.h 723786470d Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified. 14 سال پیش
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 723786470d Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified. 14 سال پیش
Vector4.h 723786470d Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified. 14 سال پیش
Vector4.inl 3c6f2cccb9 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 سال پیش
VertexAttributeBinding.cpp d4bc602ca9 Added new PhysicsCollisionObject base class for PhysicsRigidBody and PhysicsCharacter.cpp. 14 سال پیش
VertexAttributeBinding.h dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 سال پیش
VertexFormat.cpp d4bc602ca9 Added new PhysicsCollisionObject base class for PhysicsRigidBody and PhysicsCharacter.cpp. 14 سال پیش
VertexFormat.h d4bc602ca9 Added new PhysicsCollisionObject base class for PhysicsRigidBody and PhysicsCharacter.cpp. 14 سال پیش
VerticalLayout.cpp 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
VerticalLayout.h 1087a155d2 Adding documentation to the UI API classes. 14 سال پیش
Viewport.cpp 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
Viewport.h 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 سال پیش
gameplay-main-android.cpp 203f0d6ad2 Minor change of comments on gameplay-main-android.cpp file. 14 سال پیش
gameplay-main-ios.mm aafa932d20 Added methods to Platform to support returning the native display resolution 14 سال پیش
gameplay-main-macos.mm aafa932d20 Added methods to Platform to support returning the native display resolution 14 سال پیش
gameplay-main-qnx.cpp 6561f7d058 Modified Win32 window to be centered in screen. 14 سال پیش
gameplay-main-win32.cpp aafa932d20 Added methods to Platform to support returning the native display resolution 14 سال پیش
gameplay.dox 7e4bbf33fd Updated doxygen apis and dox files. 14 سال پیش
gameplay.h d4bc602ca9 Added new PhysicsCollisionObject base class for PhysicsRigidBody and PhysicsCharacter.cpp. 14 سال پیش