Cronologia Commit

Autore SHA1 Messaggio Data
  Kieran Cunney 9ced2ee5fe Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 anni fa
  Sean Paul Taylor 427003d1b5 Merge pull request #534 from blackberry-gaming/next-cculy 13 anni fa
  Chris Culy 39280b9f59 Refactored ScriptController's interface to be more clean (moved utility functions that are only used by the generated bindings outside ScriptController into the ScriptUtil namespace). 13 anni fa
  Kieran Cunney 268863bb76 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 anni fa
  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 anni fa
  Sean Paul Taylor ef44c23f50 Merge pull request #533 from blackberry-gaming/next-cculy 13 anni fa
  Chris Culy 9ae05ccb3d Adds Lua scripting support to Android. 13 anni fa
  Sean Paul Taylor 67251ab02f Merge pull request #532 from blackberry-gaming/next-kwhatmough 13 anni fa
  Ken Whatmough 50c72f4662 fix minor typo in frag shader 13 anni fa
  Sean Paul Taylor e4e65612af Merge pull request #531 from blackberry-gaming/next-dgough 13 anni fa
  Darryl Gough 97433b9455 Changed absolute path to relative path in luagen's project file. 13 anni fa
  Sean Paul Taylor 7d093f52d8 Merge pull request #530 from blackberry-gaming/next-cculy 13 anni fa
  Chris Culy bb658af28e Updated BB10 projects to work with Lua script support. 13 anni fa
  Chris Culy 12fde00cd5 Updated all samples to work in Windows with the Lua updates. 13 anni fa
  Chris Culy c4ce16d97f Fixed doxygen warnings. 13 anni fa
  Chris Culy c8e7975bd9 Fixed a bug in generating bindings for overloaded inherited functions. 13 anni fa
  Chris Culy 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 anni fa
  Chris Culy 8bcd9762d8 Adds support for object arrays (i.e. VertexElement*). 13 anni fa
  Chris Culy 29099b6987 Fix for enumerations in Lua scripts so that passing enums from C++ to Lua works properly. 13 anni fa
  Chris Culy ea822b6aa3 Adds support for setting up material parameter bindings to Node methods from Lua scripts. 13 anni fa
  Chris Culy 7e9c449ffc Fixed another bug with boolean Lua stack values. 13 anni fa
  Chris Culy 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 anni fa
  Chris Culy 0b21c11ac0 Scripting support update. 13 anni fa
  Chris Culy 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 anni fa
  Sean Paul Taylor 01dc5bfc11 Merge pull request #529 from blackberry-gaming/next-dgough 13 anni fa
  Darryl Gough 204d3645fa Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough 13 anni fa
  Darryl Gough aed1372c95 Changed Ray and Plane to set values for their default constructor. 13 anni fa
  Sean Paul Taylor b86435f831 Merge pull request #528 from blackberry-gaming/next-kwhatmough 13 anni fa
  Ken Whatmough af0f29fcc0 removed default-value comments from cpp 13 anni fa
  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 anni fa