Commit Graph

427 Commits

Author SHA1 Message Date
Chris Teubert
5540ced203 Updated the log message 2017-05-03 10:51:04 -07:00
Chris Teubert
f0dd0dc953 Updated Linux Binaries 2017-05-03 10:38:37 -07:00
Christopher Teubert
1390910209 Merge pull request #106 from nasa/develop
Updated Copyright Year, Version #, Mac Binary
2017-05-03 10:21:40 -07:00
Chris Teubert
6631814438 Updated Copyright Year, Version #, Mac Binary 2017-05-03 10:20:59 -07:00
Jason Watkins
cdad81d190 Fixed windows.h include in Test.h 2017-05-03 09:29:02 -07:00
Christopher Teubert
a94c4268b7 Merge pull request #105 from nasa/develop
Fixed issue with c tests running too fast (overwhelming plugin)
2017-05-02 16:56:04 -07:00
Chris Teubert
db92652bc2 Fixed issue with c tests running too fast (overwhelming plugin) 2017-05-02 16:51:58 -07:00
Christopher Teubert
fcc6beed34 Merge pull request #104 from nasa/develop
Fixed Issue with clearing buffer breaking response messages
2017-05-02 12:02:13 -07:00
Chris Teubert
10f3ce2854 Fixed Issue with clearing buffer breaking response messages 2017-05-02 12:00:00 -07:00
Chris Teubert
9bb5f99f37 Removed for loop initial declarations 2017-04-24 11:01:44 -07:00
Chris Teubert
1dfe7bff66 fixed include time in c client (#102) 2017-04-24 10:52:03 -07:00
Jason Watkins
5d23d482f7 Fixed incorrect error checking in readDATA
- Resolves #97
2016-07-09 17:55:56 -07:00
Jason Watkins
f9ca716f44 Updated C client test project to build on VS 2015 2016-07-09 17:38:12 -07:00
Jason Watkins
f1855e9c00 Updated Linux binaries 2016-07-07 10:05:14 -07:00
Jason Watkins
312829420d Updated Windows binaries 2016-07-07 09:55:20 -07:00
Jason Watkins
35285cac2f Updated SetPosition
- SetPosition now updates the aircraft's orientation after moving the aircraft
 - This should improve the handling of the aircraft when setting the position while paused and then unpausing
 - Fixes #91
2016-06-20 10:01:40 -07:00
Jason Watkins
cdd218e71b Fixed typo in readDATA error message 2016-06-20 09:02:17 -07:00
Chris Teubert
7bd16df72b Updated Mac Binary 2016-03-07 17:26:05 -08:00
Jason Watkins
d12cc02368 More copyright updates 2016-03-04 13:59:32 -08:00
Jason Watkins
0fcd31e9be Update copyright year in README 2016-03-04 13:47:17 -08:00
Jason Watkins
470219694c Remove unused method from Message.h 2016-03-01 16:31:40 -08:00
Jason Watkins
ec151a2248 Update copyright year. 2016-03-01 16:31:14 -08:00
Jason Watkins
d5a88d0aaa Updated dead code in XPCFlightLoopCallBack and removed unused variables.
Resolves #84
2016-03-01 16:28:16 -08:00
Chris Teubert
d548186252 Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	C/src/xplaneConnect.c
#	xpcPlugin/XPlaneConnect/mac.xpl
#	xpcPlugin/xpcPlugin.xcodeproj/project.pbxproj
2016-02-29 12:51:42 -08:00
Chris Teubert
cfdd183214 Merge branch 'master' into develop
# Conflicts:
#	xpcPlugin/XPlaneConnect/mac.xpl
#	xpcPlugin/xpcPlugin.xcodeproj/project.pbxproj
2016-02-29 12:48:30 -08:00
Jason Watkins
6d75e7989a Merge pull request #83 from oberion/master
[xDATA]: fix non working Data gathering functions in MATLAB. Matlab d…
2016-01-27 08:58:38 -08:00
oberion
2c2e4c2674 [xDATA]: fix non working Data gathering functions in MATLAB. Matlab does not know the istrue() function. Further the java readData() function was misspelled. 2016-01-27 13:10:29 +01:00
Jason Watkins
1aa65856d5 Merge branch 'master' into develop 2015-09-08 12:41:33 -07:00
Jason Watkins
76b6d84a86 Quick fix to C example. 2015-09-08 12:40:46 -07:00
Christopher Teubert
b87fde51a1 Merge pull request #78 from nasa/release-1.2.0
Release 1.2.0
2015-08-27 13:34:52 -07:00
Jason Watkins
591e3277d5 Fixed input parsing in Java playback example. 2015-08-27 02:44:37 -07:00
Jason Watkins
25b2d70d57 Finished implementation of Java playback example.
- The Java example records data with extra spaces around commas to make parsing easier.
 - I would make the parsing on playback more robust, but I'm writing this at 39,000 feet and the plane doesn't have WiFi, so I don't have access to the Java docs.
 - I'm writing flight simulation code in an airplane at 39,000 feet, which I think is pretty cool.
 - The airplane is even the same model that is on the X-Plane 10 loading screen.
2015-08-27 02:24:47 -07:00
Chris Teubert
2e9a51e7dc Bug-fix accidentally limited monitor loop
Fixing a mistake from #9187c82
2015-08-25 11:18:43 -07:00
Chris Teubert
96a6d16365 Python example fix
Had to unpack tuple for string.format
2015-08-25 11:02:35 -07:00
Chris Teubert
9187c82e56 Fixes for MATLAB and C Examples, Updated Mac Binary 2015-08-25 10:50:15 -07:00
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