Cronologia Commit

Autore SHA1 Messaggio Data
  Darryl Gough 839677e1d1 Fixed the racer so that it runs on Android. 13 anni fa
  Darryl Gough ce9854ecaf Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 anni fa
  Ken Whatmough 23e54bf78b Merge pull request #434 from kwhatmough/next 13 anni fa
  Ken Whatmough 0436fd846d Adds new MathUtil.cpp file to Linux and Android projects. 13 anni fa
  Darryl Gough b66ea12fd4 Merge pull request #433 from dgough/next 13 anni fa
  Darryl Gough 0c7127725b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 anni fa
  Ken Whatmough 27950f4f58 Merge pull request #432 from kwhatmough/next 13 anni fa
  Darryl Gough 8a5746073a Fixed warning in TestsGame. 13 anni fa
  Ken Whatmough 53cacef586 fix mac build 13 anni fa
  Sean Paul Taylor bb210e37f9 Merge pull request #431 from ablake/next 13 anni fa
  Adam Blake 09f48f9a9b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 anni fa
  Adam Blake c482107e64 Cleaning up memory in gameplay-tests. 13 anni fa
  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 anni fa
  Sean Paul Taylor 224282b904 Merge pull request #430 from kwhatmough/next 13 anni fa
  Ken Whatmough db83c84cb2 Update Xcode project with newly added file. 13 anni fa
  Ken Whatmough 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 anni fa
  Ken Whatmough 2871ea6291 Minor cleanup of vehicle reset math. 13 anni fa
  Ken Whatmough ef6dfc1120 Avoid undefined result in downforce calculation. 13 anni fa
  Sean Paul Taylor be119f71e5 Merge pull request #428 from ablake/next 13 anni fa
  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