Commit Graph

542 Commits

Author SHA1 Message Date
Jason Watkins
1ec7649569 Updated Linux binaries 2015-08-20 09:53:12 -07:00
Jason Watkins
dbeabc6779 Updated PrintToLog method in Message.cpp to handle all current message types and to work reliably across platforms. 2015-08-20 09:46:13 -07:00
Chris Teubert
7c58c627ff Minor fixes and Mac Binary
- Added Mac Binary
- Fixed missing returns in PosiTests.h
- Fixed bug in DataManager where FormatLine was being sent a string
instead of a c string
- Increased mac timeout
2015-08-20 09:17:19 -07:00
Jason Watkins
73bafd2a7e Fixed module loading in the Python Tests file. 2015-08-20 08:55:18 -07:00
Jason Watkins
cd25ae5fcc Merge branch 'master' into release-1.2.0 2015-08-20 08:39:33 -07:00
Jason Watkins
ae72eed8e5 Fixed missing format argument in dref logging. 2015-08-20 08:16:37 -07:00
Jason Watkins
e932179e20 Updated plugin version number and new Windows binaries 2015-08-20 08:12:20 -07:00
Jason Watkins
d446b18d55 Merge branch 'monitor-example' into develop
Conflicts:
	Python/xplaneConnect.pyproj
2015-08-17 09:28:32 -07:00
Jason Watkins
c51bdfb925 Merge branch 'playback-example' into develop 2015-08-17 09:27:12 -07:00
Jason Watkins
c226e170a7 Merge branch 'master' into develop
Conflicts:
	MATLAB/+XPlaneConnect/XPlaneConnect.jar
	MATLAB/Example/Example.m
2015-08-17 09:24:45 -07:00
Jason Watkins
c520132ba6 Fixed several bugs in Python playbackExample 2015-08-17 09:17:45 -07:00
Jason Watkins
67881bf03b Added Java playback example 2015-08-17 09:17:21 -07:00
Jason Watkins
02cd59dbae Added playback example to Python client 2015-07-30 13:42:07 -07:00
Jason Watkins
b4d1a8a980 Added playback example to C client 2015-07-30 08:51:38 -07:00
Jason Watkins
e7e4b62ff7 Fix default timeout value for MATLAB client. 2015-07-07 20:16:54 -07:00
Jason Watkins
601bae9024 Merge branch 'hotfix-matlab-example' 2015-07-06 08:46:50 -07:00
Jason Watkins
ea2b1a07d2 Fixed potential index out of range error in Java client. 2015-07-06 08:46:14 -07:00
Jason Watkins
ad2f455079 Fixed bugs in MATLAB Example and added support for setting timeout. 2015-07-06 08:42:27 -07:00
Jason Watkins
87672e132b Added MATLAB monitor example. 2015-07-01 07:56:15 -07:00
Jason Watkins
f449ec8074 Added monitor example for Java 2015-06-19 13:37:09 -07:00
Jason Watkins
49fb706e9d Added monitor example for Python 2015-06-19 13:09:17 -07:00
Jason Watkins
d045e649b5 Simplified example to allow for cross platform compatibility. 2015-06-19 09:37:20 -07:00
Jason Watkins
337182f241 Fleshed out monitor example 2015-06-19 08:44:57 -07:00
Jason Watkins
9359a93068 Created basic example that continuously prints the player aircraft's position. 2015-06-19 08:44:56 -07:00
Jason Watkins
b6be2510c5 Fix version numbers 2015-06-16 13:11:17 -07:00
Jason Watkins
9342e28fa3 Fix error in MATLAB Example.m 2015-06-16 13:11:05 -07:00
Jason Watkins
efc99c3eae Make pointer in Log.cpp const to avoid deprecated conversion warning on gcc. 2015-06-08 09:40:11 -07:00
Jason Watkins
e0200ce29e Fix CMakeLists for Linux builds.
- Removed source file that no longer exists.
2015-06-08 09:33:18 -07:00
Jason Watkins
ab4c27c046 Merge branch 'more-getters' into develop 2015-06-02 14:50:07 -07:00
Jason Watkins
00b61f6051 Added support for GETP and GETC to MATLAB client. 2015-06-02 14:28:44 -07:00
Jason Watkins
a738414ac1 Added getCTRL and getPOSI support to Java client. 2015-06-02 14:28:43 -07:00
Jason Watkins
228a337a54 Fix typo in sendCTRL doc comments. 2015-06-02 14:28:43 -07:00
Jason Watkins
b903bdd90d Added getCTRL and getPOSI support to python client. 2015-06-02 14:28:42 -07:00
Jason Watkins
4b6b1d57ce Fixed logging typos 2015-06-02 14:28:41 -07:00
Jason Watkins
0b562d1fce Added getPOSI and getCTRL support to the C client. 2015-06-02 14:28:36 -07:00
Jason Watkins
292f347982 Added GCTRL and GPOS commands to the plugin. 2015-06-02 13:44:27 -07:00
Jason Watkins
3d083da218 Merge branch 'master' into develop 2015-06-02 12:38:00 -07:00
Jason Watkins
dcdcf22751 Fix compilation issues on Linux and update Linux binaries.
- The Linux binaries for the 1.1 release were built on the wrong branch, and so include none of the v1.1 changes. This patch fixes some minor compiler errors and includes properly updated binaries.
2015-06-01 12:50:36 -07:00
Christopher Teubert
38c0f1b1ff Update Readme.md to include Python 2015-05-27 10:40:07 -07:00
Jason Watkins
ece43c3c30 Merge pull request #72 from nasa/release-1.1.0
Release 1.1.0
2015-05-27 10:38:37 -07:00
Jason Watkins
a17b29881d Updated Linux binaries 2015-05-27 10:35:52 -07:00
Jason Watkins
3189eaaed1 Updated Windows binaries. 2015-05-27 10:33:11 -07:00
Chris Teubert
cc094f46c2 Updated Mac Binary 2015-05-27 10:21:18 -07:00
Jason Watkins
784d2ea2bb Added message magic number to debug log. 2015-05-20 16:32:40 -07:00
Jason Watkins
6ac513b40f Quick fix to make it possible to run MATLAB tests multiple times.
I'm not sure why this is necessary. Should look into object lifetimes in MATLAB to see if there's a valid reason for the second & subsequent test runs to fail when using automatic socket management.
2015-05-20 10:54:36 -07:00
Jason Watkins
19d901915a Remove extraneous line in MATLAB sendDREF command. 2015-05-20 10:40:39 -07:00
Chris Teubert
985d5f94ba Updated C Tests Xcode Project 2015-05-20 10:23:09 -07:00
Chris Teubert
a3fa77d87c Fixed missing return in some c tests 2015-05-20 10:22:59 -07:00
Chris Teubert
bb104b63f4 New Mac Binary 2015-05-20 10:18:28 -07:00
Chris Teubert
a2fadc5b6a Update Mac Project 2015-05-20 10:18:21 -07:00