Sean Paul Taylor 6ff7651789 Merge pull request #174 from blackberry-gaming/next-setaylor 14 лет назад
..
AbsoluteLayout.cpp e3d061a1c5 Adding TextBox; refactoring Theme API; cleaning up memory leaks. 14 лет назад
AbsoluteLayout.h e3d061a1c5 Adding TextBox; refactoring Theme API; cleaning up memory leaks. 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 c2f7782f73 Added support for PVR texture compression. 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 01b6c87a60 Added ability to disable controls. 14 лет назад
Button.h 01b6c87a60 Added ability to disable controls. 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 01b6c87a60 Added ability to disable controls. 14 лет назад
CheckBox.h 01b6c87a60 Added ability to disable controls. 14 лет назад
Container.cpp 33f7ffe498 Minor fix to allow disabling of forms from within a UI callback. 14 лет назад
Container.h 01b6c87a60 Added ability to disable controls. 14 лет назад
Control.cpp 01b6c87a60 Added ability to disable controls. 14 лет назад
Control.h 01b6c87a60 Added ability to disable controls. 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 e7662b7951 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 лет назад
Font.h 85646b44ad Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 лет назад
Form.cpp 01b6c87a60 Added ability to disable controls. 14 лет назад
Form.h 01b6c87a60 Added ability to disable controls. 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 c82de3a543 Fixes issue where disabled UI controls were receiving input events. 14 лет назад
Game.h ebec9458d0 Minor update to Game::updateOnce. 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 e7662b7951 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 лет назад
Label.h 01b6c87a60 Added ability to disable controls. 14 лет назад
Layout.h e3d061a1c5 Adding TextBox; refactoring Theme API; cleaning up memory leaks. 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 85646b44ad Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 лет назад
Node.h 85646b44ad 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 01b6c87a60 Added ability to disable controls. 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 b4e01fba27 Fixed memory leak in PhysicsCharacter. 14 лет назад
PhysicsCharacter.h 1715f316f1 Updates to PhysicsCharacter: 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 85646b44ad Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 лет назад
PhysicsController.h 4b3884a422 Removes unneeded friend (from PhysicsController); this fixes the QNX build. 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 85646b44ad Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 лет назад
PhysicsRigidBody.h 85646b44ad Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 лет назад
PhysicsRigidBody.inl 85646b44ad 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 ad0e8c5b47 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 лет назад
PlatformQNX.cpp c82de3a543 Fixes issue where disabled UI controls were receiving input events. 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 01b6c87a60 Added ability to disable controls. 14 лет назад
RadioButton.h 01b6c87a60 Added ability to disable controls. 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 0bccee7b74 Fixes an issue where min and max macros were conflicting with std::min and std::max in Windows. Changed fmin and fminf to use the std equivalent. 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 01b6c87a60 Added ability to disable controls. 14 лет назад
Slider.h 01b6c87a60 Added ability to disable controls. 14 лет назад
SpriteBatch.cpp a9fc4bb7d1 Fix to AudioBuffer (buffers weren't being removed from the global cache when they were destroyed) - (also, changed tabs to spaces). 14 лет назад
SpriteBatch.h 2b19085e6a Fixes issue where all references to a rigid body were not being removed properly. 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 01b6c87a60 Added ability to disable controls. 14 лет назад
TextBox.h 01b6c87a60 Added ability to disable controls. 14 лет назад
Texture.cpp c2f7782f73 Added support for PVR texture compression. 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 01b6c87a60 Added ability to disable controls. 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 714743af08 Adding the modified files to support gameplay on android platform. 14 лет назад
VertexAttributeBinding.h dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 лет назад
VertexFormat.cpp dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 лет назад
VertexFormat.h dfc153a212 Added MeshBatch class to allow batching of any primitive mesh data. 14 лет назад
VerticalLayout.cpp e3d061a1c5 Adding TextBox; refactoring Theme API; cleaning up memory leaks. 14 лет назад
VerticalLayout.h e3d061a1c5 Adding TextBox; refactoring Theme API; cleaning up memory leaks. 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 116f0953d8 Generated GamePlay 1.2.0 API. 14 лет назад
gameplay-main-qnx.cpp 1f9ab7278c Moved <description> in bar-descriptor.xml to proper location in samples. 14 лет назад
gameplay-main-win32.cpp 1f9ab7278c Moved <description> in bar-descriptor.xml to proper location in samples. 14 лет назад
gameplay.dox 7e4bbf33fd Updated doxygen apis and dox files. 14 лет назад
gameplay.h e7662b7951 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 лет назад