提交歷史

作者 SHA1 備註 提交日期
  Steve Grenier d5ec7218cb Added support for specifying depth function via the "depthFunc" string in materials. 13 年之前
  Steve Grenier 5f80ee4a2b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 年之前
  Steve Grenier 138bb45f51 Added Terrain support: 13 年之前
  Darryl Gough a475493cdd Fixed compile error when using DebugMem. 13 年之前
  Ken Whatmough 9eb7f8d2aa Upgrade to Bullet 2.81 including header files and binaries. 13 年之前
  Steve Grenier d0b4e8b817 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 年之前
  Steve Grenier 2e7fcf3ca1 Added 64-bit Windows support. 13 年之前
  Darryl Gough 73ad70d735 Fixed spelling mistakes in source code comments. 13 年之前
  Ken Whatmough a217f29f09 Fixes memory leak issue #407. 13 年之前
  Darryl Gough 1c7a3c6fbf Converted tabs to spaces. 13 年之前
  Steve Grenier cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 年之前
  Ken Whatmough ba23eea169 Fixes heightfield for non-square grids. Tested on rectangular heightmaps. 13 年之前
  Sean Paul Taylor 30d6f4242a Merge pull request #556 from blackberry-gaming/next-cculy 13 年之前
  Ken Whatmough bbf4b1f344 Change heightmap format from grayscale to packed RGB. Maintain compatibility with grayscale PNGs, but at the lower precision of course. Confirmed that the internal heightmap test is unaffected by this change. Also tested with experimental terrain that has a larger vertical range. NOTE: Includes a change to gameplay-encoder source code; please rebuild gameplay-encoder executables from this new source. 13 年之前
  Chris Culy 00e82485f6 Added the ScriptTarget class, which any class can derive from in order to allow Lua scripts to interact with it (see the class for more information). 13 年之前
  Ken Whatmough d57aa3229e Fixes possible array index out-of-bounds at heightmap boundary. Tested on large area heightmap (>1k per side). 13 年之前
  Chris Culy 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). 13 年之前
  Kieran Cunney 268863bb76 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 年之前
  Kieran Cunney fc49fae4d6 Fixes false memory leak being reported in Game as a result of declaring a vector of Gamepads. Now just store the pointer to the vector in Game and clean it up in Game::finalize(). 13 年之前
  Chris Culy c8e7975bd9 Fixed a bug in generating bindings for overloaded inherited functions. 13 年之前
  Chris Culy 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 年之前
  Chris Culy 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 年之前
  Ken Whatmough af0f29fcc0 removed default-value comments from cpp 13 年之前
  Ken Whatmough 52ca2dd867 Adds support for normals in getHeight based on the existing heightfield data. Visually tested using a new 'H' key mode added to the heightmap test in the internal repo (which depends on this change). 13 年之前
  Steve Grenier 58b628643c Adds hit test filter support for ray and sweep tests in PhysicsController. 13 年之前
  Steve Grenier 879ce17664 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 13 年之前
  Steve Grenier 4ca0d43d5c Fixed bug with PhysicsController::rayTest where it was using incorrect ray vectors. 13 年之前
  Chris Culy ae84b48fd2 Removes old header includes. 13 年之前
  Chris Culy b20fcd055a Moves public inheritance on PhysicsController to an inner private class. 13 年之前
  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). 13 年之前