提交历史

作者 SHA1 备注 提交日期
  Kieran Cunney 79724a7ee4 Changes requirement that Animations have at least 2 key-values - Animations can be created with on key value. 13 年之前
  Chris Culy cecb80948e Fixes the issue where a PhysicsCharacter could walk over rigid body objects even if they were larger than its step-size. 13 年之前
  Chris Culy cb37f13d91 Changed tabs to spaces. 13 年之前
  Steve Grenier a2815e9bc7 Added visible and userPointer properties to Node. 13 年之前
  Steve Grenier 1d245dfd07 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 13 年之前
  Steve Grenier 3ab1f4b6ea Several fixes to PhysicsCharacter. 13 年之前
  Chris Culy 0eb784da7f Added support for setting/loading character and ghost physics collision objects from properties files and the .scene file. 13 年之前
  Steve Grenier 18ca4d352b Merge pull request #213 from blackberry-gaming/next-sgrenier 13 年之前
  Steve Grenier aab2daf9ab Fixed compile errors and warnings with qcc. 13 年之前
  Darryl Gough d28ab0ad5e Renamed CloneContext to NodeCloneContext and moved it to inside Node.h and Node.cpp. 13 年之前
  Steve Grenier cb927949f6 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 13 年之前
  Steve Grenier 61e580c539 Added support for explicitly specifying collision shapes for physics collision objects (rigid bodies, ghost objects, characters). 13 年之前
  Darryl Gough 105568dc18 Fixed 3D sound in GamePlay. 14 年之前
  Darryl Gough ef89abeeb9 Added the ability to clone a node. 14 年之前
  Chris Culy 28a6feffc0 Adds support for ghost objects to the physics system. 14 年之前
  Adam Blake 9debd4a0de Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 年之前
  Adam Blake 325ec380f9 Changing setCallback() to addListener() for UI controls. 14 年之前
  Steve Grenier b3d4adb693 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 年之前
  Steve Grenier 85646b44ad Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 年之前
  Steve Grenier 4bdf569269 PhysicsCharacter updates. 14 年之前
  Chris Culy a9fc4bb7d1 Fix to AudioBuffer (buffers weren't being removed from the global cache when they were destroyed) - (also, changed tabs to spaces). 14 年之前
  Adam Blake 3c021751fe Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 年之前
  Chris Culy b7fd8ad2d8 Renamed setPhysicsRigidBody/getPhysicsRigidBody to setRigidBody/getRigidBody. 14 年之前
  Steve Grenier cb4d6cead0 Changed character sample to use custom sandbox scene instead of seymour (still in progress). 14 年之前
  Adam Blake 55187aac27 Adding a bunch of unfinished UI stuff along with handling of inheritance in Properties files. 14 年之前
  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). 14 年之前
  Steve Grenier c81070345c Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 14 年之前
  Steve Grenier cb26019194 Improved support for bounding volume computation for skinned meshes. 14 年之前
  Sean Paul Taylor 6bd1537915 Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name. 14 年之前
  Steve Grenier caf7b1b1a3 Adding support for rough bounding volume computation for skinned meshes. 14 年之前