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