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

Checking abi #710

Closed
wants to merge 11 commits into from
Closed

Checking abi #710

wants to merge 11 commits into from

Commits on Sep 2, 2023

  1. Add models web server port option to config files

    To support some old TCP plugin like Incognito's audio plugin (The server plugin allows creating TCP servers on different ports but the client can only connect to the server through TCP port 7777).
    Abyss-z94 authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    848be75 View commit details
    Browse the repository at this point in the history
  2. Use 7777 by default for the models port, for backwards-compatibility.

    It can still be configured if needed, but shouldn't change suddenly.
    Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    22c14cb View commit details
    Browse the repository at this point in the history
  3. Implement (Start|Stop)RecordingPlayerData

    WoutProvost authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    48e9b2b View commit details
    Browse the repository at this point in the history
  4. Use C++ style casts for converting from float to uint8_t and writing …

    …to ofstream
    WoutProvost authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b83cfca View commit details
    Browse the repository at this point in the history
  5. Update readme with conceptual descriptions

    WoutProvost authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b82139e View commit details
    Browse the repository at this point in the history
  6. Implements as RecordingsComponent component and PlayerRecordingData e…

    …xtension
    WoutProvost authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    aa20cc2 View commit details
    Browse the repository at this point in the history
  7. Add nullptr check

    WoutProvost authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a9316e4 View commit details
    Browse the repository at this point in the history
  8. Fix clang-format

    WoutProvost authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    8884e5e View commit details
    Browse the repository at this point in the history
  9. Some improvements

    Hual authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a229939 View commit details
    Browse the repository at this point in the history
  10. Flip checks

    Hual authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    97ed954 View commit details
    Browse the repository at this point in the history
  11. Fixes

    Hual authored and Alex Cole committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    5746f42 View commit details
    Browse the repository at this point in the history