2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #105 from blackberry-gaming/next-kcunney More... over 13 years ago
Renames some methods/member variables to better reflect use. General code cleanup. Adds static void slerp(float q1x, float q1y, float q1z, float q1w, float q2x, float q2y, float q2z, float q2w, float t, float* dstx, float* dsty, float* dstz, float* dstw) method in Quaternion More... over 13 years ago
Adding keyboard (show / hide) support. More... over 13 years ago
Merge branch 'next-rmadhavan' of https://github.com/blackberry-gaming/GamePlay into next-rmadhavan More... over 13 years ago
Fixes bug in animation blending of independent values. Code cleanup. Adds rotate(float qx, float qy, float qz, float qw) to Transform class. More... over 13 years ago
Added FileSystem::listFiles(). More... over 13 years ago
Fixed BoundingBox::intersects(BoundingBox) More... over 13 years ago
Merge branch 'next-rmadhavan' of https://github.com/blackberry-gaming/GamePlay into next-rmadhavan More... over 13 years ago
Merge branch 'next-rmadhavan' of https://github.com/blackberry-gaming/GamePlay into next-rmadhavan More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-rmadhavan More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-rmadhavan More... over 13 years ago
Adding the modified files to support gameplay on android platform. (Git for some reason wont let me add "added" and "modified" together) More... over 13 years ago
Initial checkin for android platform support. More... over 13 years ago
Merge pull request #104 from blackberry/master More... over 13 years ago
Merge pull request #14 from blackberry/next More... over 13 years ago
Merge pull request #13 from blackberry-gaming/next-dgough More... over 13 years ago
Merge pull request #103 from blackberry-gaming/next-dgough More... over 13 years ago
Remove FBX includes from FBX project file. More... over 13 years ago
Merge pull request #12 from blackberry-gaming/next-dgough More... over 13 years ago
Merge pull request #102 from blackberry-gaming/next-dgough More... over 13 years ago
Removes USE_FBX More... over 13 years ago
Merge pull request #101 from blackberry-gaming/next-cculy More... over 13 years ago
Merge pull request #100 from blackberry-gaming/next-kcunney More... over 13 years ago
Adds capsule collision shape support. More... over 13 years ago
Fixes using the -i argument in the DAE encoder. -i lets users encode a specific node hierarchy instead of the entire scene. More... over 13 years ago
Changes some methods in Package to use std::vector instead of arrays. This makes error clean up simpler. More... over 13 years ago
Fixes memory leaks in createAnimationFromTo() and createAnimationFromBy() More... over 13 years ago
Adds new animation property ANIMATE_SCALE_UNIT to the Transform class. Adds the ability to scale all dimensions of the transform by a single scalar. More... over 13 years ago
Fixes bug in Animation framework when AnimationController is shutting down and there is some code to trigger an animation to play on an animation end event. It was causing the animation code to never exit. More... over 13 years ago
Added @param doxygen comment to Game::keyEvent and Game::touchEvent. More... over 13 years ago