Commit History

Author SHA1 Message Date
  Sean Paul Taylor 245673fb35 Merge pull request #539 from blackberry-gaming/next-setaylor 13 years ago
  Sean Paul Taylor 8797ff289a Removed sample03-character/game.config 13 years ago
  Sean Paul Taylor 9551d42a05 Merged conflict changes in ScriptController.inl 13 years ago
  Sean Paul Taylor 349826e3f5 Added library dependencies for lua scripting for xcode 13 years ago
  Sean Paul Taylor 73df1af357 Merge pull request #538 from blackberry-gaming/next-kwhatmough 13 years ago
  Ken Whatmough d57aa3229e Fixes possible array index out-of-bounds at heightmap boundary. Tested on large area heightmap (>1k per side). 13 years ago
  Sean Paul Taylor 4d5d0bb109 Merge pull request #537 from blackberry-gaming/next-cculy 13 years ago
  Chris Culy 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). 13 years ago
  Sean Paul Taylor 673a13cc6b Merge pull request #536 from blackberry-gaming/next-kcunney 13 years ago
  Kieran Cunney 6bb69b1345 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 years ago
  Sean Paul Taylor 32ad060b48 Merge pull request #535 from blackberry-gaming/next-kwhatmough 13 years ago
  Kieran Cunney 9ced2ee5fe Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 years ago
  Ken Whatmough b09154b746 Remove unnecessary error when mesh batch is not indexed. Code review required. Tested fine using non-indexed batches with over 100k verticies. 13 years ago
  Sean Paul Taylor 529d8a8ccf Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-setaylor 13 years ago
  Sean Paul Taylor 427003d1b5 Merge pull request #534 from blackberry-gaming/next-cculy 13 years ago
  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 years ago
  Kieran Cunney 268863bb76 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 years ago
  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 years ago
  Sean Paul Taylor ef44c23f50 Merge pull request #533 from blackberry-gaming/next-cculy 13 years ago
  Chris Culy 9ae05ccb3d Adds Lua scripting support to Android. 13 years ago
  Sean Paul Taylor 67251ab02f Merge pull request #532 from blackberry-gaming/next-kwhatmough 13 years ago
  Ken Whatmough 50c72f4662 fix minor typo in frag shader 13 years ago
  Sean Paul Taylor e4e65612af Merge pull request #531 from blackberry-gaming/next-dgough 13 years ago
  Darryl Gough 97433b9455 Changed absolute path to relative path in luagen's project file. 13 years ago
  Sean Paul Taylor 7d093f52d8 Merge pull request #530 from blackberry-gaming/next-cculy 13 years ago
  Chris Culy bb658af28e Updated BB10 projects to work with Lua script support. 13 years ago
  Chris Culy 12fde00cd5 Updated all samples to work in Windows with the Lua updates. 13 years ago
  Chris Culy c4ce16d97f Fixed doxygen warnings. 13 years ago
  Chris Culy c8e7975bd9 Fixed a bug in generating bindings for overloaded inherited functions. 13 years ago
  Chris Culy 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 years ago