Commit történet

Szerző SHA1 Üzenet Dátum
  Steve Grenier 147e25c85b Changed Game::exit() to only perform a full shutdown when either FORCE_CLEAN_SHUTDOWN or GAMEPLAY_MEM_LEAK_DETECTION are defined. By default now (when these are not defined), it simply calls cstdlib ::exit(0), which causes immediate termination of the application. This was done to avoid extremely long shutdown times when trying to do cleanly delete every last pointer in the system, especially for large games. Any modern OS handles reclamation of memory, so there should be no adverse side effects. 13 éve
  Steve Grenier 2fb2233559 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 éve
  Steve Grenier c3b419a6c2 Added "loopBlendTime" property for animation clips to support interpolating between the end points of an animation clip when looping. This allows clips to animate smoother when the end points of a clip do not exactly match up (which is all too common with animated character content). 13 éve
  Sean Paul Taylor 189de158a0 Merge pull request #852 from ablake/next 13 éve
  Sean Paul Taylor 72f8484788 Merge pull request #851 from dgough/next 13 éve
  Adam Blake 7ed01492b0 Merge remote-tracking branch 'upstream/next' into next 13 éve
  Adam Blake 426b03fc13 Gametel and SteelSeries Free support for Mac 13 éve
  Darryl Gough 5b5cb64b00 Changed the comment for Matrix.createPerspective to say degrees instead of radians. 13 éve
  Darryl Gough 49f3267569 Updated CHANGES.md 13 éve
  Darryl Gough 77addbf0fb Added a lua function "convert" to convert a userdata value to another gameplay class type. 13 éve
  Sean Paul Taylor f8a39c36b0 Merge pull request #850 from dgough/next 13 éve
  Darryl Gough 03a6dbec9b Changed ScriptController so you can execute a lua function that is in a table. 13 éve
  Sean Paul Taylor 2a3665fc6c Merge pull request #845 from WolfgangD/next 13 éve
  Sean Paul Taylor 06b2a0b375 Merge pull request #844 from ablake/next 13 éve
  Adam Blake a81cf4d3be Merging with upstream/next 13 éve
  Wolfgang Damm 96961c7d1c Fixed userData pointer not cloned when cloning a node. 13 éve
  Adam Blake f370c74376 Change header and lib search paths in xcode project. 13 éve
  Adam Blake 058c7439f6 XBox 360 Support for Mac OS 13 éve
  Steve Grenier dee17292a5 Merge pull request #838 from sgrenier/next 13 éve
  Steve Grenier 4f1a5253b4 Fixed some issues with cloning of nodes (specific to RenderState), where a crash could occur if you tried to release the original node. The new node also shared some of the state of the original, where it should have been making a copy. 13 éve
  Ken Whatmough 74473658ac Merge pull request #836 from younata/next 13 éve
  Rachel Brindle 0c7b5f9253 Added "/" operator for scalar division with Vectors. 13 éve
  Rachel Brindle a4a12dba2e Added '/' operator for vector3 and float. 13 éve
  Rachel Brindle bb9f2072cd operator overload for cross-products. 13 éve
  Sean Paul Taylor 023c3a75a3 Merge pull request #830 from blackberry/master 13 éve
  Sean Paul Taylor d7bcedcf6b Merge pull request #829 from kariem2k/master 13 éve
  Karim Ahmed 840624ef22 Fixed copying recursive res files in new project cmake file 13 éve
  Karim Ahmed 37890d5c51 Merge branch 'master' of https://github.com/blackberry/GamePlay 13 éve
  Sean Paul Taylor c3043bef2e Merge pull request #806 from johnbrandle/next 13 éve
  Sean Paul Taylor 0ec4b937f0 Merge pull request #824 from dgough/next 13 éve