2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #152 from blackberry-gaming/next-dgough More... over 13 years ago
- PhysicsCharacter changes. - Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier More... over 13 years ago
Picking works now. Fixed an issue with containers sometimes not showing up. More... over 13 years ago
Minor fix to getGravity function signature (removed random extra parameter). Fixes recently added SpriteBatch draw function to draw sprites using the given position as the center. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough More... over 13 years ago
Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake More... over 13 years ago
Working on the TextBox control and getting close to having 3D forms working. More... over 13 years ago
Merge pull request #151 from blackberry-gaming/next-cculy More... over 13 years ago
Renamed setPhysicsRigidBody/getPhysicsRigidBody to setRigidBody/getRigidBody. More... over 13 years ago
Merge pull request #150 from blackberry-gaming/next-kcunney More... over 13 years ago
- Updated character sample. - Added PhysicsCharacter class for supporting character movement and animation with basic physics simulation. More... over 13 years ago
Changed state bit and state bit constants to unsigned char from char to suppress "warning C4309: 'initializing' : truncation of constant value". More... over 13 years ago
Merge pull request #149 from blackberry-gaming/next-cculy More... over 13 years ago
Fixes issue where all references to a rigid body were not being removed properly. Added a new draw function to SpriteBatch and added a boolean flag to two draw functions to allow specifying the destination position as the center of the quad (instead of the bottom left). Fixes a memory leak in SpriteBatch. Removed const-ness from PhysicsRigidBody::getNode() (allows users to modify the node in situations where the node is not already available, for example, from inside a collision listener). Added isActive() function to ParticleEmitter (returns whether there are any active particles in the given emitter). Changes ParticleEmitter to draw sprites using the destination position as the center (instead of the bottom left). More... over 13 years ago
Merge pull request #148 from blackberry-gaming/next-kcunney More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney More... over 13 years ago
Add the ability to pause an AnimationClip. Adds void pause(const char* clipId) to Animation. Adds void pause() to AnimationClip. More... over 13 years ago
Fixes memory leak exposed when using either AnimationController#destroyAnimation(Animation*) and AnimationController::destroyAllAnimations(). Animation deleted properly when deleted from AnimationController. Animation data deleted when target is deleted. Animation data deleted when scene deleted. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake More... over 13 years ago
Adding API files so I can pull. More... over 13 years ago
Adding files to gameplay project. More... over 13 years ago
Adding TextBox; refactoring Theme API; cleaning up memory leaks. More... over 13 years ago
Expose void destroyAnimation(Animation*) and void destroyAllAnimations() as public on AnimationController. More... over 13 years ago
Merge pull request #147 from blackberry-gaming/next-cculy More... over 13 years ago
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). More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney More... over 13 years ago
Merge pull request #145 from blackberry-gaming/next-dducharme More... over 13 years ago
Merge pull request #146 from blackberry-gaming/properties More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney More... over 13 years ago