Historial de Commits

Autor SHA1 Mensaje Fecha
  Steve Grenier ff9e8a05de Merge branch 'next' of https://github.com/blackberry/GamePlay into next hace 13 años
  Adam Blake 979c8e2e9d Big changes to the Gamepad class. hace 13 años
  sgrenier 4d42b51f2a Fixed crash that could occur when calling Game::exit() from a script function, due to the order of subsystem finalization and destruction. hace 13 años
  Darryl Gough 85553c0bf8 Fixed minor warnings and converted tabs to spaces. hace 13 años
  Steve Grenier 2e7fcf3ca1 Added 64-bit Windows support. hace 13 años
  seanpaultaylor b84e1706f0 Fixed Linux sample06-racer. hace 13 años
  Steve Grenier cd56321b6d Merge branch 'next' of https://github.com/blackberry/GamePlay into next hace 13 años
  Steve Grenier d997f3dd6d Added MSAA support for iOS hace 13 años
  Adam Blake 2bfcd54eb6 #424 -- Added _pausedCount to Game. The game won't resume until Game::resume() has been called as many times as Game::pause() was called. This lets us continue to hace 13 años
  setaylor 6298869deb Added Game::isGestureRegistered(Gesture::GestureEvent evt) hace 13 años
  setaylor 9e246bae10 Changes to gesture interfaces. hace 13 años
  setaylor 23a3707f1c Added Gesture API support and implemented gestures support in PlatformQNX.cpp. hace 13 años
  setaylor c0e67fd388 API Changes to Gamepad, Game and Platform for Gamepad API. hace 13 años
  Kieran Cunney b9b7796333 Adds support for XInput gamepads for PlatformWin32 hace 13 años
  Darryl Gough 69fc8b07c0 Added some @script{create} tags. hace 13 años
  Chris Culy 20afed09b8 Added support for users to generate Lua script bindings for their own classes (with integration into gameplay). hace 13 años
  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). hace 13 años
  Steve Grenier c35b92df90 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier hace 13 años
  Steve Grenier 511948a783 Added AIController and basic AI system including AIAgent, AIStateMachine, AIState and AIMessage. hace 13 años
  Chris Culy 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). hace 13 años
  Kieran Cunney 268863bb76 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney hace 13 años
  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(). hace 13 años
  Chris Culy bb658af28e Updated BB10 projects to work with Lua script support. hace 13 años
  Chris Culy c8e7975bd9 Fixed a bug in generating bindings for overloaded inherited functions. hace 13 años
  Chris Culy 29099b6987 Fix for enumerations in Lua scripts so that passing enums from C++ to Lua works properly. hace 13 años
  Chris Culy 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. hace 13 años
  Darryl Gough c47cc81178 Removed the copy constructor implementation for classes that wanted to hide it. hace 13 años
  Sean Paul Taylor daaa7190a0 Added cursor visibility and mouse capture on MacOSX hace 13 años
  setaylor 635aa6cb3a Changed Game::setMouseCapture and Platform::setMouseCapture to setMouseCaptured. hace 13 años
  setaylor f9a3585ce1 Changed Game::menu to menuEvent hace 13 años