Chris Culy
|
97e0defd80
Error handling improvements (2 of 7 - Animation and Audio systems).
|
13 лет назад |
Chris Culy
|
fe9e3c2870
Error handling improvements (1 of 7 - UI system and global macro rename).
|
13 лет назад |
Kieran Cunney
|
1129e9e600
Optimizes and cleans up animation system.
|
13 лет назад |
Darryl Gough
|
ef89abeeb9
Added the ability to clone a node.
|
13 лет назад |
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 лет назад |
Kieran Cunney
|
25db6811ce
Add the ability to pause an AnimationClip.
|
14 лет назад |
Kieran Cunney
|
8ded3d729f
Fixes bug where play()/stop() called in the Listener::animationEvent() method results in crash of gameplay.
|
14 лет назад |
Kieran Cunney
|
2894f78989
Fixes crash when playing back a "pose" AnimationClip caused by a mod (%) of 0.
|
14 лет назад |
Kieran Cunney
|
59afb41412
Cleaned up check-in.
|
14 лет назад |
Kieran Cunney
|
68d9785538
Fixes bug in crossfade.
|
14 лет назад |
Kieran Cunney
|
52110fb0a5
Fixes glitch/jump in Animation playback when flipping between positive and negative speeds on the AnimationClip
|
14 лет назад |
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
|
14 лет назад |
Kieran Cunney
|
7db4345941
Removes ListenerList struct from AnimationClip
|
14 лет назад |
Kieran Cunney
|
482190d424
Adds the ability to register a Listener on the AnimationClip that will be notified of an event at a specified time during the playing of an AnimationClip
|
14 лет назад |
Kieran Cunney
|
a944c1d3d8
Fixes bug in crossFade where on first frame the animation clip that is being faded to has a blend weight of 1.0f.
|
14 лет назад |
Kieran Cunney
|
1dd0a7b5d3
Renames some methods/member variables to better reflect use.
|
14 лет назад |
Kieran Cunney
|
651381eb67
Fixes bug in animation blending of independent values.
|
14 лет назад |
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.
|
14 лет назад |
Kieran Cunney
|
6bb482905c
Removes support for multiple quaternion offsets in the Curve.cpp
|
14 лет назад |
Kieran Cunney
|
fea5e09cde
Merge branch 'next-kcunney' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
|
14 лет назад |
Kieran Cunney
|
96b34e6f07
Removing unused debug vars.
|
14 лет назад |
Kieran Cunney
|
4361af0cbd
Fixes 47.
|
14 лет назад |
Sean Paul Taylor
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
14 лет назад |
Kieran Cunney
|
e73ccb544e
Adds crossfade(AnimationClip* clip, unsigned long duration) to AnimationClip.
|
14 лет назад |
Kieran Cunney
|
86cc372e10
merging code to test for memory leaks.
|
14 лет назад |
Kieran Cunney
|
3747338d34
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
|
14 лет назад |
Kieran Cunney
|
da74e21dec
animation blending partially completed.
|
14 лет назад |
Sean Paul Taylor
|
c4b4aac6fd
Merging with next
|
14 лет назад |
Steve Grenier
|
420da906ac
Added memory leak detection support (when GAMEPLAY_MEM_LEAK_DETECTION is defined - off by default) for tracking new/delete allocations and also gameplay::Ref allocations.
|
14 лет назад |
Sean Paul Taylor
|
f6e0465593
Added Support for MacOSX in gameplay and gameplay samples
|
14 лет назад |