Adam Blake
|
25e1b0abd7
Getting CheckBox and TextBox to work on QNX. Fixing Ray.intersects(Plane).
|
14 gadi atpakaļ |
Adam Blake
|
10c1529322
Minor optimization to ParticleEmitter.cpp -- update() and draw() will back out if the emitter is not active.
|
14 gadi atpakaļ |
Adam Blake
|
847658b5ad
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
14 gadi atpakaļ |
Adam Blake
|
1f954182d4
Fixing a few warnings and errors when building for QNX.
|
14 gadi atpakaļ |
Sean Paul Taylor
|
deb1f8928a
Merge pull request #156 from blackberry-gaming/next-ablake
|
14 gadi atpakaļ |
Adam Blake
|
5738e7364c
Removing projects from the main gameplay solution that should only be in gameplay-internal.
|
14 gadi atpakaļ |
Sean Paul Taylor
|
38112fdf3f
Merge pull request #155 from blackberry-gaming/next-ablake
|
14 gadi atpakaļ |
Adam Blake
|
7f238d232b
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
14 gadi atpakaļ |
Adam Blake
|
0ef091e993
The latest API based on 'next'.
|
14 gadi atpakaļ |
Adam Blake
|
69f4c30037
Some TextBox, Font, and Label related fixes.
|
14 gadi atpakaļ |
Sean Paul Taylor
|
96626c870f
Merge pull request #154 from blackberry-gaming/next-cculy
|
14 gadi atpakaļ |
Chris Culy
|
1cfb8e22ed
Renamed public member variables of PhysicsRigidBody::CollisionPair.
|
14 gadi atpakaļ |
Steve Grenier
|
fd4f531fcd
Merge pull request #153 from blackberry-gaming/next-cculy
|
14 gadi atpakaļ |
Steve Grenier
|
d42f2c0452
Merge pull request #152 from blackberry-gaming/next-dgough
|
14 gadi atpakaļ |
Adam Blake
|
a5347b3cfa
Picking works now. Fixed an issue with containers sometimes not showing up.
|
14 gadi atpakaļ |
Chris Culy
|
f03e69b185
Minor fix to getGravity function signature (removed random extra parameter).
|
14 gadi atpakaļ |
Darryl Gough
|
d8a409f77e
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough
|
14 gadi atpakaļ |
Darryl Gough
|
723786470d
Fixed Ray::intersects(Plane) and made the vector dot product methods const qualified.
|
14 gadi atpakaļ |
Adam Blake
|
3c021751fe
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
14 gadi atpakaļ |
Adam Blake
|
bfe6907dbf
Working on the TextBox control and getting close to having 3D forms working.
|
14 gadi atpakaļ |
Sean Paul Taylor
|
e2589c5269
Merge pull request #151 from blackberry-gaming/next-cculy
|
14 gadi atpakaļ |
Chris Culy
|
b7fd8ad2d8
Renamed setPhysicsRigidBody/getPhysicsRigidBody to setRigidBody/getRigidBody.
|
14 gadi atpakaļ |
Sean Paul Taylor
|
c21d4457aa
Merge pull request #150 from blackberry-gaming/next-kcunney
|
14 gadi atpakaļ |
Kieran Cunney
|
cbe5a846de
Changed state bit and state bit constants to unsigned char from char to suppress "warning C4309: 'initializing' : truncation of constant value".
|
14 gadi atpakaļ |
Sean Paul Taylor
|
c50e4614e5
Merge pull request #149 from blackberry-gaming/next-cculy
|
14 gadi atpakaļ |
Chris Culy
|
2b19085e6a
Fixes issue where all references to a rigid body were not being removed properly.
|
14 gadi atpakaļ |
Sean Paul Taylor
|
872f9c15ce
Merge pull request #148 from blackberry-gaming/next-kcunney
|
14 gadi atpakaļ |
Kieran Cunney
|
e76fbf36f4
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
|
14 gadi atpakaļ |
Kieran Cunney
|
25db6811ce
Add the ability to pause an AnimationClip.
|
14 gadi atpakaļ |
Kieran Cunney
|
5f5eea693f
Fixes memory leak exposed when using either AnimationController#destroyAnimation(Animation*) and AnimationController::destroyAllAnimations().
|
14 gadi atpakaļ |