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

Version 1.3 RC6 #218

Merged
merged 60 commits into from
Jun 27, 2020
Merged

Version 1.3 RC6 #218

merged 60 commits into from
Jun 27, 2020

Conversation

jason-watkins
Copy link
Contributor

@jason-watkins jason-watkins commented Jun 27, 2020

Bugfixes:

New Features:

jason-watkins and others added 30 commits October 17, 2019 12:35
- Updated SDK version to 10.15
* ignore binaries

* Add terrain probe

* requested changes part 1

* try mac os build check

* Revert "try mac os build check"

This reverts commit 46fa8ad.

* update debug message label
* ignore binaries

* Add terrain probe

* update camera system

* change to tabs

* formatting

* compiles on windows 10

* use local view type enum

* basic view type must always be changed

* Code formatting
Also fixed compiler warnings due to unsigned char for buffers.  Changed to char.
Also fixed compiler error for timeval struct tv not defined for WIN32.
getPOSI now can interpret either float or double Lat/Lon/h messages.  sendPOSI now sends double Lat/Lon/h messages.  Also fixed integer conversion bug in sendCTRL.
Created a Python3 compatible version of Tests.py
Also changed actual [7] to a double in doGETPTEST to fix compiler warning
Also fixed compiler warning related to doGETDTEST on line 108
Also added the ground velocity output to TERR message so can handle landing on aircraft carrier (moving ground).
Also corrected minor typos in comments.
Follow the process in the following post to get accurate results:
// https://forums.x-plane.org/index.php?/forums/topic/38688-how-do-i-use-xplmprobeterrainxyz/&page=2

Also added the ground velocity vector to the output.  This is used for carrier landing where "ground" is moving.
Follow the process in the following post to get accurate results:
// https://forums.x-plane.org/index.php?/forums/topic/38688-how-do-i-use-xplmprobeterrainxyz/&page=2
Also added the ground velocity vector to the output. This is used for carrier landing where "ground" is moving.
Double Lat/Lon/Alt for getPOSI
jason-watkins and others added 28 commits May 1, 2020 20:47
Improved MessageHandler HandleGetT and created getTERR C function
Created sendPOST function that combines functions of sendPOSI and getTERR
Merge pull request #205 from NPrincen/develop
sendUDP and readUDP were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions.
SendTo and Read were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions and coded in the same manner as the xplaneConnect.c functions.
SendTo and Read were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions and coded in the same manner as the xplaneConnect.c functions.
SendTo and Read were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions and coded in the same manner as the xplaneConnect.c functions.
sendUDP and readUDP were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions.
SendTo and Read were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions and coded in the same manner as the xplaneConnect.c functions.
  Minimize Send and Receive Socket Timeout Delays
python3 integer division issue
Credits go to user @angelsware, I just did a copy/paste from #120
Add support for sendCOMM method
@jason-watkins jason-watkins changed the title Release 1.3 RC6 Version 1.3 RC6 Jun 27, 2020
@jason-watkins jason-watkins merged commit 81a1447 into master Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants