Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Complete all timers" and "complete all tweens" helper functions #1782

Merged
merged 19 commits into from
Aug 21, 2016

Commits on Feb 23, 2016

  1. Merge pull request #1 from HaxeFlixel/dev

    Catch up with upstream.
    GimmickyApps committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    e628666 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Merge pull request #3 from HaxeFlixel/dev

    Catch up with upstream.
    GimmickyApps committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    77fcb10 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Add completeAll() function to FlxTimerManager

    Also, add a note to the docs.  Personally I found reading the FlxTimerManager API doc rather unenlightening and only found out how to use it by grepping the flixel source tree.
    
    The completeAll() function I found useful for my project, where I had several dozen timers going with durations set like "i * 0.05" in a loop.  When I wanted to have it so the user could press a key to skip to the end of the sequence thus created, completeAll() made this a snap.
    GimmickyApps committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    03b41fd View commit details
    Browse the repository at this point in the history
  2. Add completeAll() function to FlxTweenManager

    Similar to the timer one.
    GimmickyApps committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    a4633e7 View commit details
    Browse the repository at this point in the history
  3. Don't finish loopers in completeAll()

    GimmickyApps committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    ade7d5f View commit details
    Browse the repository at this point in the history
  4. Add warning

    GimmickyApps committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    3b47ee0 View commit details
    Browse the repository at this point in the history
  5. Don't finish loopers in other completeAll()

    GimmickyApps committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    de97e09 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. Add generic forEach()

    Useful for other contexts than completing.
    GimmickyApps committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    93887cd View commit details
    Browse the repository at this point in the history
  2. Add generic forEach()

    Likewise.
    GimmickyApps committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    b0fd7e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Improve doc, and use +Inf to cover any delayed start case.

    Gimmicky Apps committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    6c23704 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Maybe the max float is preferred over +Inf for CPP?

    Gimmicky Apps committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    03b60b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Merge pull request #16 from HaxeFlixel/dev

    Catch up with upstream.
    IBwWG committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    a197f5c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Merge pull request #22 from HaxeFlixel/dev

    FlxTilemapTest: add a basic test for loadMapFromGraphic()
    IBwWG committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    262eabb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from HaxeFlixel/dev

    Catch up with upstream.
    IBwWG committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    2966605 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from HaxeFlixel/dev

    Fix VCR to record simultaneous keys+mouse, closes HaxeFlixel#1739 (HaxeFlixel#1825)
    IBwWG committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    dedca7c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. Merge pull request #29 from HaxeFlixel/dev

    Catch up with upstream.
    IBwWG committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    072baa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. Merge pull request #31 from HaxeFlixel/dev

    Catch up with upstream.
    IBwWG authored Jun 20, 2016
    Configuration menu
    Copy the full SHA
    119aa76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from IBwWG/dev

    Update from upstream
    IBwWG authored Jun 20, 2016
    Configuration menu
    Copy the full SHA
    ec69a05 View commit details
    Browse the repository at this point in the history
  3. Add note about callback timing

    IBwWG authored Jun 20, 2016
    Configuration menu
    Copy the full SHA
    2d3dd41 View commit details
    Browse the repository at this point in the history