提交歷史

作者 SHA1 備註 提交日期
  Brandon Slack 411c24ab40 Updated Mac OS X Project to have partial GamePad Support 13 年之前
  Sean Paul Taylor 224282b904 Merge pull request #430 from kwhatmough/next 13 年之前
  Ken Whatmough db83c84cb2 Update Xcode project with newly added file. 13 年之前
  Ken Whatmough 361a72fb8c Adds smoothing functions and updates the racer sample to use them. 13 年之前
  Ken Whatmough 2871ea6291 Minor cleanup of vehicle reset math. 13 年之前
  Ken Whatmough ef6dfc1120 Avoid undefined result in downforce calculation. 13 年之前
  Sean Paul Taylor be119f71e5 Merge pull request #428 from ablake/next 13 年之前
  Adam Blake be51d243c0 A few tweaks to the Racer sample's menu. Also disabling the menu when it's not visible. 13 年之前
  Adam Blake 2b01b7d485 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 年之前
  Adam Blake 682507be97 Modified gameplay-tests to use a programmatically-created Form rather than just drawing text for the main menu. 13 年之前
  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 年之前
  Sean Paul Taylor 868510c070 Merge pull request #427 from kwhatmough/next 13 年之前
  Ken Whatmough b831d3adab Fix camera jitter at near-zero speeds. 13 年之前
  Ken Whatmough bcb74dbd42 Allow braking to take precedence over driving. 13 年之前
  Adam Blake bf5037eec6 Removed LAYOUT_SCROLL from Layout::Type enumeration as all containers can now scroll, not depending on layout type. 13 年之前
  Ken Whatmough b6bdfd2d06 Use separate bit flags for keyboard and mouse buttons to properly handle simultaneous use. 13 年之前
  Sean Paul Taylor 418fee21d0 Merge pull request #426 from kwhatmough/next 13 年之前
  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 年之前
  Adam Blake ab5329e486 Don't apply scrollbar size to auto-sized controls in containers that have scrolling disabled. 13 年之前
  Adam Blake 91cc29dbb3 Layouts now take scrollbars into account when auto-sizing controls. 13 年之前
  Ken Whatmough a94a8e4213 Adds auto-detection of overturned vehicle in racer sample. 13 年之前
  Adam Blake 35d712b59b Prevent dividing by zero in PhysicsVehicleWheel::update() in cases where elapsedTime is 0. 13 年之前
  Sean Paul Taylor 7e7910cd6f Merge pull request #425 from ablake/next 13 年之前
  Adam Blake c6e5ddb00b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 年之前
  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 年之前
  Sean Paul Taylor 02a4999e0b Merge pull request #422 from kwhatmough/next 13 年之前
  Adam Blake 10a2bf386c Adding a basic menu to the Racer sample. 13 年之前
  Ken Whatmough 6a85b6c425 Change braking key for desktop in racer sample. 13 年之前
  Ken Whatmough 9d5737a81c Adds strut compression with filtering now fixed. 13 年之前
  Sean Paul Taylor 6a77192905 Merge pull request #421 from seanpaultaylor/next 13 年之前