Commit History

Author SHA1 Message Date
  Ken Whatmough 0436fd846d Adds new MathUtil.cpp file to Linux and Android projects. 13 years ago
  Darryl Gough b66ea12fd4 Merge pull request #433 from dgough/next 13 years ago
  Ken Whatmough 27950f4f58 Merge pull request #432 from kwhatmough/next 13 years ago
  Darryl Gough 8a5746073a Fixed warning in TestsGame. 13 years ago
  Ken Whatmough 53cacef586 fix mac build 13 years ago
  Sean Paul Taylor bb210e37f9 Merge pull request #431 from ablake/next 13 years ago
  Adam Blake 09f48f9a9b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 years ago
  Adam Blake c482107e64 Cleaning up memory in gameplay-tests. 13 years ago
  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 years ago
  Sean Paul Taylor 224282b904 Merge pull request #430 from kwhatmough/next 13 years ago
  Ken Whatmough db83c84cb2 Update Xcode project with newly added file. 13 years ago
  Ken Whatmough 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 years ago
  Ken Whatmough 2871ea6291 Minor cleanup of vehicle reset math. 13 years ago
  Ken Whatmough ef6dfc1120 Avoid undefined result in downforce calculation. 13 years ago
  Sean Paul Taylor be119f71e5 Merge pull request #428 from ablake/next 13 years ago
  Adam Blake be51d243c0 A few tweaks to the Racer sample's menu. Also disabling the menu when it's not visible. 13 years ago
  Adam Blake 2b01b7d485 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 years ago
  Adam Blake 682507be97 Modified gameplay-tests to use a programmatically-created Form rather than just drawing text for the main menu. 13 years ago
  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 years ago
  Sean Paul Taylor 868510c070 Merge pull request #427 from kwhatmough/next 13 years ago
  Ken Whatmough b831d3adab Fix camera jitter at near-zero speeds. 13 years ago
  Ken Whatmough bcb74dbd42 Allow braking to take precedence over driving. 13 years ago
  Adam Blake bf5037eec6 Removed LAYOUT_SCROLL from Layout::Type enumeration as all containers can now scroll, not depending on layout type. 13 years ago
  Ken Whatmough b6bdfd2d06 Use separate bit flags for keyboard and mouse buttons to properly handle simultaneous use. 13 years ago
  Sean Paul Taylor 418fee21d0 Merge pull request #426 from kwhatmough/next 13 years ago
  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 years ago
  Adam Blake ab5329e486 Don't apply scrollbar size to auto-sized controls in containers that have scrolling disabled. 13 years ago
  Adam Blake 91cc29dbb3 Layouts now take scrollbars into account when auto-sizing controls. 13 years ago
  Ken Whatmough a94a8e4213 Adds auto-detection of overturned vehicle in racer sample. 13 years ago
  Adam Blake 35d712b59b Prevent dividing by zero in PhysicsVehicleWheel::update() in cases where elapsedTime is 0. 13 years ago