Revīziju vēsture

Autors SHA1 Ziņojums Datums
  setaylor c0e67fd388 API Changes to Gamepad, Game and Platform for Gamepad API. 13 gadi atpakaļ
  Kieran Cunney b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 gadi atpakaļ
  Darryl Gough 69fc8b07c0 Added some @script{create} tags. 13 gadi atpakaļ
  Chris Culy 20afed09b8 Added support for users to generate Lua script bindings for their own classes (with integration into gameplay). 13 gadi atpakaļ
  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 gadi atpakaļ
  Steve Grenier c35b92df90 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 13 gadi atpakaļ
  Steve Grenier 511948a783 Added AIController and basic AI system including AIAgent, AIStateMachine, AIState and AIMessage. 13 gadi atpakaļ
  Chris Culy 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). 13 gadi atpakaļ
  Kieran Cunney 268863bb76 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 gadi atpakaļ
  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 gadi atpakaļ
  Chris Culy bb658af28e Updated BB10 projects to work with Lua script support. 13 gadi atpakaļ
  Chris Culy c8e7975bd9 Fixed a bug in generating bindings for overloaded inherited functions. 13 gadi atpakaļ
  Chris Culy 29099b6987 Fix for enumerations in Lua scripts so that passing enums from C++ to Lua works properly. 13 gadi atpakaļ
  Chris Culy 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 gadi atpakaļ
  Darryl Gough c47cc81178 Removed the copy constructor implementation for classes that wanted to hide it. 13 gadi atpakaļ
  Sean Paul Taylor daaa7190a0 Added cursor visibility and mouse capture on MacOSX 13 gadi atpakaļ
  setaylor 635aa6cb3a Changed Game::setMouseCapture and Platform::setMouseCapture to setMouseCaptured. 13 gadi atpakaļ
  setaylor f9a3585ce1 Changed Game::menu to menuEvent 13 gadi atpakaļ
  Steve Grenier 936a4efd3a Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 13 gadi atpakaļ
  Kieran Cunney c1c7be078f Adds the following APIs to the Gamepad class: 13 gadi atpakaļ
  Steve Grenier 1df09c1322 Mouse capture support for Windows (Mac OSX support and accessories support for embedded platforms incomplete). 13 gadi atpakaļ
  Steve Grenier bcb73a074e Adding support for mouse capture. 13 gadi atpakaļ
  Kieran Cunney e137e948bb Adds Gamepad class to gameplay. 13 gadi atpakaļ
  Steve Grenier ee61e40cc8 Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS). 13 gadi atpakaļ
  Adam Blake 6d69b65f7d Fixes issue with flickering framebuffers on iOS (and any platform where the 13 gadi atpakaļ
  Chris Culy c28860fd66 Error handling improvements (6 of 7 - Game and Platform). 13 gadi atpakaļ
  Adam Blake 9fa26a5cc2 Making Game::loadConfig() check to see if "game.config" exists before trying to load it. 13 gadi atpakaļ
  Steve Grenier 5db193ce1d Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier 13 gadi atpakaļ
  Steve Grenier 820398598f Adds game configuration support including support for resource aliases to assist in defining different assets per target platform. 13 gadi atpakaļ
  Chris Culy 97e0defd80 Error handling improvements (2 of 7 - Animation and Audio systems). 13 gadi atpakaļ