Adam Blake
|
a794910a70
Enables controlling UI forms with a gamepad. Adds a few things to the forms test in order to test
|
hace 13 años |
seanpaultaylor
|
adc3a9c24a
Changes to use size_t instead of unsigned int for 64-bit
|
hace 13 años |
Steve Grenier
|
ee61e40cc8
Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS).
|
hace 13 años |
Chris Culy
|
97e0defd80
Error handling improvements (2 of 7 - Animation and Audio systems).
|
hace 13 años |
Kieran Cunney
|
1df661a362
Adds the following Public APIs to Transform:
|
hace 13 años |
Kieran Cunney
|
1129e9e600
Optimizes and cleans up animation system.
|
hace 13 años |
Kieran Cunney
|
79724a7ee4
Changes requirement that Animations have at least 2 key-values - Animations can be created with on key value.
|
hace 13 años |
Darryl Gough
|
ef89abeeb9
Added the ability to clone a node.
|
hace 14 años |
Darryl Gough
|
5532ed322d
Added a way to get an animation from an AnimationTarget.
|
hace 14 años |
Kieran Cunney
|
5f5eea693f
Fixes memory leak exposed when using either AnimationController#destroyAnimation(Animation*) and AnimationController::destroyAllAnimations().
|
hace 14 años |
Kieran Cunney
|
8ded3d729f
Fixes bug where play()/stop() called in the Listener::animationEvent() method results in crash of gameplay.
|
hace 14 años |
Sean Paul Taylor
|
3ca886ffad
Merge pull request #131 from blackberry-gaming/next-kcunney
|
hace 14 años |
Kieran Cunney
|
19806f97a5
Fixes bug found by Steve where an AnimationClip was being added multiple times to the list of running clips in the Animator
|
hace 14 años |
Sean Paul Taylor
|
664baf80d4
Added fixes for iOS to now support renderOnce for splash screens
|
hace 14 años |
Kieran Cunney
|
1dd0a7b5d3
Renames some methods/member variables to better reflect use.
|
hace 14 años |
Kieran Cunney
|
651381eb67
Fixes bug in animation blending of independent values.
|
hace 14 años |
Kieran Cunney
|
bf19baa4fa
Fixes memory leaks in createAnimationFromTo() and createAnimationFromBy()
|
hace 14 años |
Kieran Cunney
|
3927011582
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.
|
hace 14 años |
Kieran Cunney
|
71deec3749
Fixes crash when an AnimationClip is playing and game exits.
|
hace 14 años |
Kieran Cunney
|
7d12e1878d
Fixes crash when clip is playing and you exit your game.
|
hace 14 años |
Kieran Cunney
|
fea5e09cde
Merge branch 'next-kcunney' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
|
hace 14 años |
Kieran Cunney
|
0a4dab7615
Committing animations changes to support more interpolation types to next-kcunney so Serge can test them.
|
hace 14 años |
Chris Culy
|
7dc5789199
Adds support for loading a Scene from a .scene file (including some interface changes and additions for objects that load from Properties files).
|
hace 14 años |
Kieran Cunney
|
4361af0cbd
Fixes 47.
|
hace 14 años |
Sean Paul Taylor
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
hace 14 años |
Kieran Cunney
|
e73ccb544e
Adds crossfade(AnimationClip* clip, unsigned long duration) to AnimationClip.
|
hace 14 años |
Kieran Cunney
|
86cc372e10
merging code to test for memory leaks.
|
hace 14 años |
Kieran Cunney
|
3747338d34
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
|
hace 14 años |
Kieran Cunney
|
da74e21dec
animation blending partially completed.
|
hace 14 años |
Sean Paul Taylor
|
c4b4aac6fd
Merging with next
|
hace 14 años |