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

Add Audio #277

Merged
merged 43 commits into from
Jul 16, 2023
Merged

Add Audio #277

merged 43 commits into from
Jul 16, 2023

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    f93e651 View commit details
    Browse the repository at this point in the history
  2. update Sekai

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0762ed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a544bdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cddf178 View commit details
    Browse the repository at this point in the history
  5. add Node

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    36e3e00 View commit details
    Browse the repository at this point in the history
  6. add Effect

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    738f467 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16c4b28 View commit details
    Browse the repository at this point in the history
  8. add ShaderMaterial

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b7ac6d6 View commit details
    Browse the repository at this point in the history
  9. add UnlitMaterial

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    51a4f8a View commit details
    Browse the repository at this point in the history
  10. add Behavior

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e617ca5 View commit details
    Browse the repository at this point in the history
  11. add Renderable

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3287a4e View commit details
    Browse the repository at this point in the history
  12. add RenderGroups

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0d6d8c4 View commit details
    Browse the repository at this point in the history
  13. add RenderObjects

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    07b1a50 View commit details
    Browse the repository at this point in the history
  14. add RenderData

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    702ccce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27f904b View commit details
    Browse the repository at this point in the history
  16. add RenderTarget

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f99c0b7 View commit details
    Browse the repository at this point in the history
  17. add Renderer

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f58ec7e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3f07cd2 View commit details
    Browse the repository at this point in the history
  19. add Drawable

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    536e586 View commit details
    Browse the repository at this point in the history
  20. add projectors

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    48b8a7b View commit details
    Browse the repository at this point in the history
  21. add World

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    194e1e1 View commit details
    Browse the repository at this point in the history
  22. add Window node

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    072cc4e View commit details
    Browse the repository at this point in the history
  23. add executable

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f3a3e54 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    54940e9 View commit details
    Browse the repository at this point in the history
  25. remove Renderable

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    64e87b4 View commit details
    Browse the repository at this point in the history
  26. cleanup pass

    LeNitrous committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    347daea View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. add ServiceLocator

    LeNitrous committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    37fa552 View commit details
    Browse the repository at this point in the history
  2. add Node.Services

    LeNitrous committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    36919c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2398f20 View commit details
    Browse the repository at this point in the history
  4. refactor World

    LeNitrous committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    b8b57fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea57253 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a1f6cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6edf561 View commit details
    Browse the repository at this point in the history
  8. include stbisharp

    LeNitrous committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    ac987f9 View commit details
    Browse the repository at this point in the history
  9. load content manager

    LeNitrous committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    94f201d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3313c7a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. start working on audio

    LeNitrous committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    bb68613 View commit details
    Browse the repository at this point in the history
  2. add object pool interface

    LeNitrous committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    fd7d10d View commit details
    Browse the repository at this point in the history
  3. add AudioStream

    LeNitrous committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    31c53c1 View commit details
    Browse the repository at this point in the history
  4. add loader for .wav files

    LeNitrous committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    7531961 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f390f8e View commit details
    Browse the repository at this point in the history
  6. add manager to game

    LeNitrous committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    b9acd5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65bb209 View commit details
    Browse the repository at this point in the history