Commit History

Author SHA1 Message Date
  Sean Paul Taylor 4d190deaaf Merge pull request #145 from blackberry-gaming/next-dducharme 14 years ago
  Steve Grenier 6f7ca0db49 Merge pull request #146 from blackberry-gaming/properties 14 years ago
  Adam Blake eb41087fa3 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into properties 14 years ago
  Dale Ducharme f88cc9338f Allowing arbitrary orientations at startup no matter if the design is for portrait, landscape or auto orients. 14 years ago
  dgough 9ebb07f2c7 Merge pull request #143 from blackberry-gaming/next-dgough 14 years ago
  Darryl Gough 3c6f2cccb9 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 years ago
  Sean Paul Taylor baa0ebe258 Merge pull request #142 from blackberry-gaming/next-kcunney 14 years ago
  Sean Paul Taylor 634745fcd8 Merge pull request #141 from blackberry-gaming/next-collision 14 years ago
  Sean Paul Taylor 3c97a9b043 Merge pull request #144 from blackberry/next 14 years ago
  Sean Paul Taylor 2da445a1d1 Merge pull request #35 from bslack/next 14 years ago
  Brandon Slack 8701db508e Initial attempt at unix shell script 14 years ago
  Dale Ducharme 0a47c154cd Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dducharme 14 years ago
  Dale Ducharme a79f54c050 Fixing a bug with some of the .wav files not loading. All wave files are not guaranteed to have 16 bytes in the fmt section. There can be optional information in there. See http://www-mmsp.ece.mcgill.ca/documents/audioformats/wave/wave.html for example. Modified the code so that it accounts for those optional sections. 14 years ago
  Kieran Cunney b5f0106a19 Incorrect value given to bit flag CLIP_ALL_BITS. Not all bits would be cleared/set when using the bit flag. 14 years ago
  Chris Culy 3f71dec55c Reimplemented the collision listener mechanism (old mechanism had a huge inefficiency). 14 years ago
  Darryl Gough 00dee12ced Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 years ago
  Darryl Gough 6545950a63 Changed the encoder to normalize the quaternions after decomposing the transform matrices. 14 years ago
  Sean Paul Taylor b3a2b86097 Merge pull request #140 from blackberry-gaming/next-kcunney 14 years ago
  Kieran Cunney 07ac156659 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 14 years ago
  Kieran Cunney 8ded3d729f Fixes bug where play()/stop() called in the Listener::animationEvent() method results in crash of gameplay. 14 years ago
  Darryl Gough d97f98e1f4 Changed the encoder so that splitting transform animations works with computing the mesh bounds. 14 years ago
  Darryl Gough 779a5f7f07 Changed SAFE_DELETE so that it doesn't check for NULL. It is valid to call "delete 0;" 14 years ago
  Darryl Gough 64e91c1bde Changed the binary operators to return a const qualified value in order to avoid issues like: 14 years ago
  Darryl Gough 50f91f0dea Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 14 years ago
  Darryl Gough 27f0fcbe9f Removed const_cast from Font and Properties because it wasn't necessary. 14 years ago
  Sean Paul Taylor d43df7b658 Merge pull request #139 from blackberry-gaming/next-kcunney 14 years ago
  Kieran Cunney be18fb05b6 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 14 years ago
  Kieran Cunney 2894f78989 Fixes crash when playing back a "pose" AnimationClip caused by a mod (%) of 0. 14 years ago
  Sean Paul Taylor 47418e7312 Merge pull request #138 from blackberry-gaming/next-kcunney 14 years ago
  Kieran Cunney 9d3c07635e Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 14 years ago