Cronologia Commit

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