openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
GamePlay 3D
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 137 of 154
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #152 from blackberry-gaming/next-dgough
Steve Grenier
More...
over 13 years ago
- PhysicsCharacter changes. - Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier
Steve Grenier
More...
over 13 years ago
Picking works now. Fixed an issue with containers sometimes not showing up.
Adam Blake
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.
Chris Culy
More...
over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough
Darryl Gough
More...
over 13 years ago
Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified.
Darryl Gough
More...
over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
Adam Blake
More...
over 13 years ago
Working on the TextBox control and getting close to having 3D forms working.
Adam Blake
More...
over 13 years ago
Merge pull request #151 from blackberry-gaming/next-cculy
Sean Paul Taylor
More...
over 13 years ago
Renamed setPhysicsRigidBody/getPhysicsRigidBody to setRigidBody/getRigidBody.
Chris Culy
More...
over 13 years ago
Merge pull request #150 from blackberry-gaming/next-kcunney
Sean Paul Taylor
More...
over 13 years ago
- Updated character sample. - Added PhysicsCharacter class for supporting character movement and animation with basic physics simulation.
Steve Grenier
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".
Kieran Cunney
More...
over 13 years ago
Merge pull request #149 from blackberry-gaming/next-cculy
Sean Paul Taylor
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).
Chris Culy
More...
over 13 years ago
Merge pull request #148 from blackberry-gaming/next-kcunney
Sean Paul Taylor
More...
over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
Kieran Cunney
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.
Kieran Cunney
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.
Kieran Cunney
More...
over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
Adam Blake
More...
over 13 years ago
Adding API files so I can pull.
Adam Blake
More...
over 13 years ago
Adding files to gameplay project.
Adam Blake
More...
over 13 years ago
Adding TextBox; refactoring Theme API; cleaning up memory leaks.
Adam Blake
More...
over 13 years ago
Expose void destroyAnimation(Animation*) and void destroyAllAnimations() as public on AnimationController.
Kieran Cunney
More...
over 13 years ago
Merge pull request #147 from blackberry-gaming/next-cculy
Sean Paul Taylor
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).
Chris Culy
More...
over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
Kieran Cunney
More...
over 13 years ago
Merge pull request #145 from blackberry-gaming/next-dducharme
Sean Paul Taylor
More...
over 13 years ago
Merge pull request #146 from blackberry-gaming/properties
Steve Grenier
More...
over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
Kieran Cunney
More...
over 13 years ago
←
1
2
…
133
134
135
136
137
138
139
140
141
…
153
154
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree