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

Draft: Sound-related lua binders #583

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Draft: Sound-related lua binders #583

wants to merge 23 commits into from

Commits on Jun 25, 2024

  1. wip

    namishere committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c63cabe View commit details
    Browse the repository at this point in the history
  2. zhl wip

    namishere committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9b1c0ee View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. zhls pass the parser now

    namishere committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8338d33 View commit details
    Browse the repository at this point in the history
  2. fix Open arg

    namishere committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1ab42bd View commit details
    Browse the repository at this point in the history
  3. update zhls

    namishere committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f36ca18 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. all zhls created

    namishere committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f89396b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    c8fa323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c0224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dac4299 View commit details
    Browse the repository at this point in the history
  4. [Parser] Proper support for pure virtual functions

    This fixes a long standing, yet unnoticed, issue where the parser does not
    handle pure virtual functions properly.
    
    (cherry picked from commit e3990365b992bd9f27d5a0c01d26a9b48e050f54)
    Sylmir committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    bd3eb38 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Revert "minimal reproducible example"

    This reverts commit b1c0224.
    namishere committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fbb9bd4 View commit details
    Browse the repository at this point in the history
  2. update zhls to use pure

    namishere committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f4cba20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4661cd View commit details
    Browse the repository at this point in the history
  4. lua interfaces wip

    namishere committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5018ccd View commit details
    Browse the repository at this point in the history
  5. lua interfaces complete

    namishere committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    63640f7 View commit details
    Browse the repository at this point in the history
  6. fix SoundStream metatable

    namishere committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    900e68e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 17, 2024

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

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    a067772 View commit details
    Browse the repository at this point in the history
  2. disable lua sound actor binders

    don't work
    namishere committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    c637bef View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. SoundStreamSet:[Get/Set]TargetVolumeMultiplier

    allows finer grain control over volume mixing
    namishere committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    3ed9cd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0346f24 View commit details
    Browse the repository at this point in the history