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

V2.97a.20170601+dev #259

Open
wants to merge 60 commits into
base: V2.97a.20170601+DEV
Choose a base branch
from

Commits on Jul 8, 2017

  1. Configuration menu
    Copy the full SHA
    bbcf96e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. First whack at HTML5-only SoundManager 2 core, removing all the Flash…

    …-specific bits; 64 KB shaved off, down to 100 KB (incl. debug bits, comments, formatting.)
    scottschiller committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    b7742cb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. Configuration menu
    Copy the full SHA
    9ad1202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4749da2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dba0f83 View commit details
    Browse the repository at this point in the history
  4. waitForWindowLoad option can be dropped, since no longer waiting fo…

    …r Flash or other things. `initUserOnload()` can be inlined and called immediately, no `setTimeout()` shenanigans.
    scottschiller committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    b71f220 View commit details
    Browse the repository at this point in the history
  5. Tidy up some comments.

    scottschiller committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    9c7abd8 View commit details
    Browse the repository at this point in the history
  6. SM2 can ignore HTML5 loadedmetadata event altogether; `durationchan…

    …ge` seems to fire ahead of this event as-is.
    scottschiller committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    4129501 View commit details
    Browse the repository at this point in the history
  7. setup() is going to complain when legacy Flash-era options are prov…

    …ided. Note as "unknown". Could retain the list of legacy labels, but that seems redundant.
    scottschiller committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    d19750d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb96e0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3dfca7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44a995e View commit details
    Browse the repository at this point in the history
  11. Internal _onload(): Flash 8 used to fire with 0/false-y duration wh…

    …en loading from cache. That is no longer a concern. ;)
    scottschiller committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    908cc3b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Complain, disable and exit if no HTML5 support. Silent param option f…

    …or `soundManager.disable()` to prevent additional log.
    scottschiller committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    3560ed4 View commit details
    Browse the repository at this point in the history
  2. More comment tweaks.

    scottschiller committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    fc0a2e2 View commit details
    Browse the repository at this point in the history
  3. soundManager.mute(): Drop invalid check. Should have been `typeof s…

    …ID !== 'string'` - better: compare vs `undefined` and then mute all sounds.
    scottschiller committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    825dfb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f54d89b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d59451e View commit details
    Browse the repository at this point in the history
  6. Drop legacy definitions from features: buffering, peakData, `wa…

    …veformData`, `eqData` and `movieStar`. Any legacy code will get undefined, false-y values.
    scottschiller committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    faf416e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    177a548 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b987b42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08a5d55 View commit details
    Browse the repository at this point in the history
  10. Drop required on HTML5 formats. SM2 no longer needs to "require" Fl…

    …ash (historically, for MP3 support.)
    scottschiller committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    bf47143 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f42b28 View commit details
    Browse the repository at this point in the history
  12. Comment / spacing clean-up. Report undefined / disallowed setup() p…

    …arams in one line per call.
    scottschiller committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    c40dbfe View commit details
    Browse the repository at this point in the history
  13. _get_html5_duration(): If no Audio().duration, use existing SM2 o…

    …bject `duration` if specified.
    scottschiller committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    061e392 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1643e89 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2ec6543 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. First whack at HTML5-only SoundManager 2 core, removing all the Flash…

    …-specific bits; 64 KB shaved off, down to 100 KB (incl. debug bits, comments, formatting.)
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    78465f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5902834 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9952b75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    544425f View commit details
    Browse the repository at this point in the history
  5. waitForWindowLoad option can be dropped, since no longer waiting fo…

    …r Flash or other things. `initUserOnload()` can be inlined and called immediately, no `setTimeout()` shenanigans.
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    c6fe2aa View commit details
    Browse the repository at this point in the history
  6. Tidy up some comments.

    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    d2677f0 View commit details
    Browse the repository at this point in the history
  7. SM2 can ignore HTML5 loadedmetadata event altogether; `durationchan…

    …ge` seems to fire ahead of this event as-is.
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    1d43b21 View commit details
    Browse the repository at this point in the history
  8. setup() is going to complain when legacy Flash-era options are prov…

    …ided. Note as "unknown". Could retain the list of legacy labels, but that seems redundant.
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    4238bb9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb7e46d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63748c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5dfb63e View commit details
    Browse the repository at this point in the history
  12. Internal _onload(): Flash 8 used to fire with 0/false-y duration wh…

    …en loading from cache. That is no longer a concern. ;)
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    ba1e6a8 View commit details
    Browse the repository at this point in the history
  13. Complain, disable and exit if no HTML5 support. Silent param option f…

    …or `soundManager.disable()` to prevent additional log.
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    abe8421 View commit details
    Browse the repository at this point in the history
  14. More comment tweaks.

    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    89df681 View commit details
    Browse the repository at this point in the history
  15. soundManager.mute(): Drop invalid check. Should have been `typeof s…

    …ID !== 'string'` - better: compare vs `undefined` and then mute all sounds.
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    120781b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e664f46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    15020f7 View commit details
    Browse the repository at this point in the history
  18. Drop legacy definitions from features: buffering, peakData, `wa…

    …veformData`, `eqData` and `movieStar`. Any legacy code will get undefined, false-y values.
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    24241be View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5d79d89 View commit details
    Browse the repository at this point in the history
  20. Drop special -nodebug markers around the reboot bit. Call `beginDelay…

    …edInit()` to restart now.
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    396622a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    88056b8 View commit details
    Browse the repository at this point in the history
  22. Drop required on HTML5 formats. SM2 no longer needs to "require" Fl…

    …ash (historically, for MP3 support.)
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    defa4d0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ca0b325 View commit details
    Browse the repository at this point in the history
  24. Comment / spacing clean-up. Report undefined / disallowed setup() p…

    …arams in one line per call.
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    74f3f29 View commit details
    Browse the repository at this point in the history
  25. _get_html5_duration(): If no Audio().duration, use existing SM2 o…

    …bject `duration` if specified.
    scottschiller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    e13d00f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8286fb3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0994abe View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c25d997 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4ae835a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b717e1f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4a40599 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    cf9896a View commit details
    Browse the repository at this point in the history