Commit History

Author SHA1 Message Date
  ablake e05be23f0c Fixing the FormsSample from the merge. 12 years ago
  Adam Blake 8d2633316e Keeping my lua bindings up-to-date. 13 years ago
  seanpaultaylor 2798ea8637 Fixes break in gamepad and forms. 13 years ago
  Adam Blake 01401b8322 Removes the need for games to call update() on forms and gamepads each frame, 13 years ago
  Darryl Gough 50a5c98c26 Updated luagen to put 'gameplay::' before ScriptUtil 13 years ago
  Andrew Karpushin 59795ae4dc fixed blend state typo, all blend states can be parsed 13 years ago
  setaylor 9cc8a2514f Updated gameplay-api for v1.6.0. 13 years ago
  Steve Grenier 9cad7f474b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 years ago
  Adam Blake 581ba34522 Removing GamepadButton by adding _dataBinding member to Button. 13 years ago
  Steve Grenier ff9e8a05de Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 years ago
  Adam Blake 979c8e2e9d Big changes to the Gamepad class. 13 years ago
  Steve Grenier d5ec7218cb Added support for specifying depth function via the "depthFunc" string in materials. 13 years ago
  Steve Grenier 5f80ee4a2b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 years ago
  Steve Grenier 2e7fcf3ca1 Added 64-bit Windows support. 13 years ago
  setaylor 430c002ca4 Updated Bundle::getObjectId() to be consistent with other id getters. 13 years ago
  Steve Grenier 9b7650fd7b Added new Logger class to handle info, warning and error logging throughout the framework. 13 years ago
  Adam Blake bf5037eec6 Removed LAYOUT_SCROLL from Layout::Type enumeration as all containers can now scroll, not depending on layout type. 13 years ago
  setaylor b251d0ded3 Removed PhysicsCharacter public dependencies on btActionInterface. 13 years ago
  setaylor 9e246bae10 Changes to gesture interfaces. 13 years ago
  setaylor 2193c8bee8 Updated the api-docs and regenerated the lua bindings for gesture support. 13 years ago
  setaylor 7e3cebc40e Added lua generated files for Gesture support. 13 years ago
  setaylor c0e67fd388 API Changes to Gamepad, Game and Platform for Gamepad API. 13 years ago
  Darryl Gough 64c6f19902 Renamed gameplay::printError to gameplay::print. 13 years ago
  Chris Culy 20afed09b8 Added support for users to generate Lua script bindings for their own classes (with integration into gameplay). 13 years ago
  Chris Culy 44910120f4 Fixes and clean up for ScriptTarget. 13 years ago
  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 years ago
  Kieran Cunney e19ff11737 Refactors AnimationClip::Listener::DEFAULT to AnimationClip::Listener::TIME. 13 years ago
  Chris Culy fd383c8a9d Added needed @script{ignore} tags to appropriate functions in gameplay. 13 years ago
  Steve Grenier bfc29ef1a6 Regenerated API docs and script bindings for AI classes. 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