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

Fix two bugs found in the XPlaneConnect java class (getPOSI and getDREFs methods) #284

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

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    f26fe8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request nasa#219 from sanderdatema/patch-1

    Add sendCOMM method for Python 3
    jason-watkins authored Jun 28, 2020
    Configuration menu
    Copy the full SHA
    478709d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. re-org and get compiling

    Mike Frizzell committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    5a98144 View commit details
    Browse the repository at this point in the history
  2. update issues repo

    Mike Frizzell committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    ebe489c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Merge pull request nasa#227 from frizman21/maven-re-org

    Maven Folder Structure Re-org
    jason-watkins authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    9c2b3ba View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    7904ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50686e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

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

Commits on Jun 25, 2021

  1. Merge pull request nasa#234 from afefer/feature/commandStartEnd

    Added BCOM/ECOM commands to enable support of beginning/ending X-Plane commands
    jason-watkins authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    f50c055 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Fix two bugs found in the XPlaneConnect java class (getPOSI and getDR…

    …EFs methods)
    
     - getPOSI: The data returned has changed from XPlane v10 to XPlane v11. In v10, latitude, longitude and elevation were float type (4 bytes) and in v11 they are double (8 bytes). Updated getPOSI function to take it into consideration.
     - getDREFs: Data size (position 6 of the RESP msg) is an integer type, but read as an uint, so when data size is greater than 128, the direct read results into negative size and throws NegativeArraySize exception. Fixed it.
    Carlos Perez committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    467506b View commit details
    Browse the repository at this point in the history
  2. Update compiled jar file used by Matlab after the changes in the Java…

    … classes
    Carlos Perez committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c0ae25a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Fix bug related with the getDREFs method --> DataRef data size is 2 b…

    …yte length instead of 1
    Carlos Perez committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    bd8171c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    2b03171 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee6b3f View commit details
    Browse the repository at this point in the history
  3. Merge pull request nasa#291 from Calebsakhtar/CAM-cleanup-socket-cpp

    Bugfix: Add a cleanup command to closeUDP() (C/C++)
    jason-watkins authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    44f8b39 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    38420d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef59922 View commit details
    Browse the repository at this point in the history
  3. Add new example for the Python API

    Carlos Perez committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    73b5777 View commit details
    Browse the repository at this point in the history