Cronologia Commit

Autore SHA1 Messaggio Data
  Adam Blake be51d243c0 A few tweaks to the Racer sample's menu. Also disabling the menu when it's not visible. 13 anni fa
  Adam Blake 2b01b7d485 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 anni fa
  Adam Blake 682507be97 Modified gameplay-tests to use a programmatically-created Form rather than just drawing text for the main menu. 13 anni fa
  Adam Blake 6fd8aadef8 Added check to Form::setSize() to prevent it from attempting to create a FrameBuffer with a width or height of 0, which would cause the game to crash. 13 anni fa
  Sean Paul Taylor 868510c070 Merge pull request #427 from kwhatmough/next 13 anni fa
  Ken Whatmough b831d3adab Fix camera jitter at near-zero speeds. 13 anni fa
  Ken Whatmough bcb74dbd42 Allow braking to take precedence over driving. 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
  Ken Whatmough b6bdfd2d06 Use separate bit flags for keyboard and mouse buttons to properly handle simultaneous use. 13 anni fa
  Sean Paul Taylor 418fee21d0 Merge pull request #426 from kwhatmough/next 13 anni fa
  Adam Blake c1ef988b63 Containers with ScrollBars will lay out their controls the first time update() is called on them, in order to auto-size controls before measuring the size of the scrollable region. This fixes an issue where scrollbars would not appear until the Container was clicked / touched, with scrollBarAutoHide disabled, for programmatically created forms. 13 anni fa
  Adam Blake ab5329e486 Don't apply scrollbar size to auto-sized controls in containers that have scrolling disabled. 13 anni fa
  Adam Blake 91cc29dbb3 Layouts now take scrollbars into account when auto-sizing controls. 13 anni fa
  Ken Whatmough a94a8e4213 Adds auto-detection of overturned vehicle in racer sample. 13 anni fa
  Adam Blake 35d712b59b Prevent dividing by zero in PhysicsVehicleWheel::update() in cases where elapsedTime is 0. 13 anni fa
  Sean Paul Taylor 7e7910cd6f Merge pull request #425 from ablake/next 13 anni fa
  Adam Blake c6e5ddb00b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 anni fa
  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 13 anni fa
  Sean Paul Taylor 02a4999e0b Merge pull request #422 from kwhatmough/next 13 anni fa
  Adam Blake 10a2bf386c Adding a basic menu to the Racer sample. 13 anni fa
  Ken Whatmough 6a85b6c425 Change braking key for desktop in racer sample. 13 anni fa
  Ken Whatmough 9d5737a81c Adds strut compression with filtering now fixed. 13 anni fa
  Sean Paul Taylor 6a77192905 Merge pull request #421 from seanpaultaylor/next 13 anni fa
  setaylor f65c7b18b0 Updated samples and tests to use 150x150 baseline icons. 13 anni fa
  Sean Paul Taylor cb979725e5 Merge pull request #420 from seanpaultaylor/next 13 anni fa
  setaylor 0de6b2bf26 Minor changes to rename default debug and release configuration back to Device-Debug and Device-Release 13 anni fa
  Steve Grenier d686fb2bf2 Merge pull request #419 from sgrenier/next 13 anni fa
  Steve Grenier e388bba2d5 Racing sample: 13 anni fa
  Steve Grenier ed9a3416fd Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 anni fa
  Sean Paul Taylor be817055e1 Merge pull request #418 from kwhatmough/next 13 anni fa