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

Selective array writing #80

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

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    ae22fc2 View commit details
    Browse the repository at this point in the history
  2. - Corrected missing include

    - removed blank line
    StefanLobas committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e3c4bf0 View commit details
    Browse the repository at this point in the history
  3. Update floatarraydataref.cpp

    removed spaces
    StefanLobas authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d27b214 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98b98d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ccf5ba View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Bugfix preventing X-Plane to crash when subscribing IntArrayDatarefs

    Was different here compared to FloatArrayDataref and caused X-Plane to crash.
    StefanLobas committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    1c53342 View commit details
    Browse the repository at this point in the history
  2. Changed self-defined struct to std::pair<int, int> and reverted back …

    …to scope-bound resource managed allocation instead of dynamic allocation for the list of pairs.
    StefanLobas committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    3a28b56 View commit details
    Browse the repository at this point in the history