История коммитов

Автор SHA1 Сообщение Дата
  Adam Blake 7b0be86838 Added isScrolling() to Container. This method is used by controls to determine whether they've been clicked, or merely grabbed as a means to scroll their parent container. This logic has been added to all controls. Slider in particular makes use of it. The form in sample04-particles has been modified to show this. 13 лет назад
  Adam Blake eaa23b0e7d Preventing the addition or deletion of new forms from within Form::mouseEventInternal, Form::touchEventInternal or Form::keyEventInternal from causing a crash. 13 лет назад
  Adam Blake ca4a3f0826 Adding a control to a container now calls addRef() on the control, giving the container ownership. Removing a control releases the control. 13 лет назад
  Adam Blake 91cc29dbb3 Layouts now take scrollbars into account when auto-sizing controls. 13 лет назад
  Darryl Gough 1c7a3c6fbf Converted tabs to spaces. 13 лет назад
  Kieran Cunney b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 лет назад
  Kieran Cunney 91f0eb1561 Fixes scrolling issues (and mouse wheel support!) 13 лет назад
  Kieran Cunney 125e56920b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 лет назад
  Kieran Cunney 47674506a3 Fixes multiple-input handling and scrolling problems. 13 лет назад
  Steve Grenier cff8a4c3dd Updated Lua scripting sample to include a basic scripted AI. 13 лет назад
  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 лет назад
  Chris Culy 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). 13 лет назад
  Chris Culy c8e7975bd9 Fixed a bug in generating bindings for overloaded inherited functions. 13 лет назад
  Chris Culy 9bd8e8eb88 Reduced compilation dependencies in generated Lua bindings source files (enum bindings are in separate files now). 13 лет назад
  Chris Culy 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 лет назад
  Chris Culy 9f1c2652ed Adds gameplay-luagen project, which generates bindings from the Doxygen XML output. 13 лет назад
  Darryl Gough c47cc81178 Removed the copy constructor implementation for classes that wanted to hide it. 13 лет назад
  setaylor f083148ab5 Renamed any getID with getId to be consistent with Node and other classes that had already been using getId. 13 лет назад
  Kieran Cunney d91badbc1a Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 лет назад
  Kieran Cunney c1c7be078f Adds the following APIs to the Gamepad class: 13 лет назад
  seanpaultaylor b0bb31f061 Fixes busted Game::clear functionality caused by Forms/UI calling glClear directly instead of going through the Game::clear. 13 лет назад
  Kieran Cunney 9e5d7743b9 For gameplay: 13 лет назад
  Kieran Cunney 9625a837d6 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 лет назад
  Kieran Cunney e137e948bb Adds Gamepad class to gameplay. 13 лет назад
  seanpaultaylor 861f6bda6d Improved stock shader library to be more modular and reducing duplicate shader code. 13 лет назад
  Adam Blake 93c477d644 All controls now take focus in the same way. 13 лет назад
  Adam Blake 15aafb3c21 Fixes #476 (adding mouse event support to UI controls). 13 лет назад
  Sean Paul Taylor f9be193d81 Merge pull request #443 from blackberry-gaming/next-ablake 13 лет назад
  Chris Culy 115e8b15b7 Adds support for a Joystick control. 13 лет назад
  Adam Blake efbe1baf45 Stops containers from becoming dirty just when clicked on if they're not scrollable. 13 лет назад