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

"Audio.music" system with music overriding #77

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jan 29, 2024

  1. Add music ID overriding

    Spencer Everly committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6ec78a5 View commit details
    Browse the repository at this point in the history
  2. Update music alias automatically when the alias has changed, also add…

    … support for getting the currently playing music and SFX
    Spencer Everly committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b736370 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Make sure currentSfxID also updates when the alias has changed, and s…

    …tart on events for SFXs (onSFXStart)
    Spencer Everly committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    021cdaa View commit details
    Browse the repository at this point in the history
  2. Fix issue with crashing at startup, and improve code a bit

    Spencer Everly committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bcacab9 View commit details
    Browse the repository at this point in the history
  3. Finally fixed it... it's no good without entirely replacing the Chunk…

    … system though...
    Spencer Everly committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    865c93a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    438282d View commit details
    Browse the repository at this point in the history
  5. Fix issue with sound still playing when cancelled

    Spencer Everly committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0bca9df View commit details
    Browse the repository at this point in the history
  6. Remove Audio.SfxGet and Audio.SfxGetPath. They're not that great of a…

    … function anyway...
    Spencer Everly committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6bb5156 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d7f3542 View commit details
    Browse the repository at this point in the history
  2. Remove unused gOnStartRan variable

    Spencer Everly committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3727a4e View commit details
    Browse the repository at this point in the history
  3. Remove onSFXStart event codes for this branch

    Spencer Everly committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c8e439c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Add changes from the music get PR

    Spencer Everly committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    f43e6b2 View commit details
    Browse the repository at this point in the history
  2. Add seized music playback support for music overriding

    Spencer Everly committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3efbb37 View commit details
    Browse the repository at this point in the history
  3. Fix compile error

    Spencer Everly committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    bf1e9b6 View commit details
    Browse the repository at this point in the history