Commit Graph

  • 236cdc02fa Moved flight loop callback registration/unregistration to to the enable/disable functions. Jason Watkins 2015-05-11 16:45:34 -07:00
  • 46bd09e7b4 Increment version number. Jason Watkins 2015-05-11 15:17:36 -07:00
  • c0efe91b60 Improved consistency of comment formatting. Jason Watkins 2015-05-11 15:17:04 -07:00
  • a406b82f44 Updated versions and improved comments. Jason Watkins 2015-05-11 15:07:41 -07:00
  • a2c1f83629 Refactored logging. Jason Watkins 2015-05-11 14:51:08 -07:00
  • 044a7498f7 Converted value type string args to const references. Jason Watkins 2015-05-11 12:29:40 -07:00
  • abff97a411 Tweaks to improve code clarity. Jason Watkins 2015-05-11 10:10:12 -07:00
  • ceba580450 Addressed issues found by Google code lint. Jason Watkins 2015-05-08 15:18:24 -07:00
  • 513747867c Merge branch 'view-command' into develop Jason Watkins 2015-05-08 14:39:44 -07:00
  • 60795b10a5 Added support for VIEW command in MATLAB client. Jason Watkins 2015-05-08 14:37:58 -07:00
  • 255877eee3 Added support for VIEW command to Java client. Jason Watkins 2015-05-08 13:57:16 -07:00
  • 039c92b2f1 Added support for VIEW command to Python client. Jason Watkins 2015-05-08 13:34:32 -07:00
  • 579cad0655 Added support for VIEW command to the C client. Jason Watkins 2015-05-08 13:09:34 -07:00
  • 835f1e6527 Added support for the VIEW command to the plugin. Jason Watkins 2015-05-08 09:03:23 -07:00
  • 386adba561 Removed Docs folder. All information contained there is superseded by the GitHub wiki. Jason Watkins 2015-05-07 15:34:45 -07:00
  • c629a15dd7 Fixed bug in validation check order of DataManager::SetGear Jason Watkins 2015-05-07 15:22:27 -07:00
  • 399d59d90b Merge branch 'dref-send-multiple' into develop Jason Watkins 2015-05-07 15:30:51 -07:00
  • 22a864a8dc Added support for sending multiple datarefs to the MATLAB client. Jason Watkins 2015-05-07 15:19:59 -07:00
  • e0c0f2f6bd Added support for sending multiple datarefs to the Java client. Jason Watkins 2015-05-07 15:05:29 -07:00
  • 5717b0f67a Added support for sending multiple datarefs to the Python client and fixed setCONN bug. Jason Watkins 2015-05-07 14:11:56 -07:00
  • c568fc6425 Merge branch 'c-test-refactor' into dref-send-multiple Jason Watkins 2015-05-07 15:29:38 -07:00
  • ec759cbbff Refactored C Tests Jason Watkins 2015-05-07 10:04:29 -07:00
  • f2e64a30f2 Added support for sending multiple datarefs to the C client. Jason Watkins 2015-05-06 15:30:49 -07:00
  • 0884cfd395 Added support for setting multiple datarefs to the plugin. Jason Watkins 2015-05-06 15:13:21 -07:00
  • e3bc25d510 Updated description of logging levels and changed default logging verbosity. Jason Watkins 2015-05-06 15:13:58 -07:00
  • 8d5af7e47e Mac Binary Chris Teubert 2015-05-05 11:13:19 -07:00
  • ed16227103 Changed mac C++ compiler to 98 Chris Teubert 2015-05-05 11:13:12 -07:00
  • 5b7fc9fb14 Removed comma at end of enum Chris Teubert 2015-05-05 11:12:40 -07:00
  • 37c22bd963 Added prototypes for functions not in header Chris Teubert 2015-05-05 11:11:35 -07:00
  • 1e83dacdc5 Merge branch 'python-example' into develop Jason Watkins 2015-05-06 10:14:59 -07:00
  • e3e9c3c55c Fixed bug in that format of the Python client's DATA command. Jason Watkins 2015-05-06 10:13:02 -07:00
  • 7d7e0d01b2 Added example for the Python client. Jason Watkins 2015-05-05 15:17:47 -07:00
  • 6c58a09a8d Updated Windows binaries Jason Watkins 2015-05-06 09:09:33 -07:00
  • 6207847968 Updated Linux binaries Jason Watkins 2015-05-05 15:57:00 -07:00
  • 24768ff140 Renamed Python client file to decrease ambiguity. Jason Watkins 2015-05-05 14:47:39 -07:00
  • 8a0efd6c76 Merge branch 'ctrl-speedbrakes' into develop Jason Watkins 2015-05-05 13:04:53 -07:00
  • 8ae7216737 Mac Binary Chris Teubert 2015-05-05 11:13:19 -07:00
  • 80be9c4e3f Changed mac C++ compiler to 98 Chris Teubert 2015-05-05 11:13:12 -07:00
  • 4839f6eb04 Removed comma at end of enum Chris Teubert 2015-05-05 11:12:40 -07:00
  • a1395d2e97 Added prototypes for functions not in header Chris Teubert 2015-05-05 11:11:35 -07:00
  • e9e95d988b Added support for setting speed brakes to Python client Jason Watkins 2015-05-05 13:00:59 -07:00
  • 7017c314fd Added support for setting speed brakes to MATLAB client. Jason Watkins 2015-05-05 12:41:20 -07:00
  • 873950a866 Added support for setting speed brakes to Java client. Jason Watkins 2015-05-05 11:41:33 -07:00
  • b6e79d43fd Fixed sendCTRL test bugs. Jason Watkins 2015-05-05 10:36:22 -07:00
  • 01b55f97c4 Fixed bug in handling of CTRL command Jason Watkins 2015-05-05 10:23:03 -07:00
  • c6f9669e36 Added support for setting speed brakes to C client. Jason Watkins 2015-05-05 09:04:09 -07:00
  • 3030f67a9d Add support for speed brakes to plugin HandleCtrl function. Jason Watkins 2015-05-05 08:52:57 -07:00
  • 8f4d50929f Cleaned up implementation of getDREFs in the Java client. Jason Watkins 2015-05-05 11:53:52 -07:00
  • 7f1af73c3c Moved XPData array to DataManager and removed DataMaps. Jason Watkins 2015-05-05 11:44:36 -07:00
  • aeceb87f1d Merge latest changes from release-1.0.1 Jason Watkins 2015-05-05 08:22:11 -07:00
  • 796fd0f7aa Fix for Linux builds Jason Watkins 2015-05-01 09:01:21 -07:00
  • 8ed6b39779 Increased the timeout for select in the C client on Windows. Jason Watkins 2015-05-01 09:13:12 -07:00
  • 99e94015c4 Added newline at end of file Chris Teubert 2015-05-04 11:33:12 -07:00
  • 79d4897206 Added newline at EOF Chris Teubert 2015-05-04 10:59:16 -07:00
  • 63b9ac25d7 Mac binary Chris Teubert 2015-05-04 10:30:21 -07:00
  • c44f521842 pauseSim should be returning int on error Chris Teubert 2015-05-04 10:30:10 -07:00
  • 23ee994b8d Merge branch 'simu-switch' into develop Jason Watkins 2015-05-01 15:21:45 -07:00
  • 35abb41e8e Updated Python client to support "switch" argument in SIMU command. Jason Watkins 2015-05-01 15:13:27 -07:00
  • dcdd63d0c3 Updated MATLAB client to support "switch" argument in SIMU command. Jason Watkins 2015-05-01 15:08:31 -07:00
  • f88d319191 Updated Java client to support "switch" argument in SIMU command. Jason Watkins 2015-05-01 15:07:42 -07:00
  • 0b984c3d49 Updated C client to support "switch" argument in SIMU command. Jason Watkins 2015-05-01 14:55:36 -07:00
  • 1ee3f85b23 Added "switch" functionality to plugin SIMU message handler. Jason Watkins 2015-05-01 14:48:33 -07:00
  • 7b462b5f78 Merge branch 'example-improvements' into develop Jason Watkins 2015-05-01 14:28:49 -07:00
  • 200eadd1e9 Updated Java example. Jason Watkins 2015-05-01 14:28:33 -07:00
  • d2282c7695 Added check to MATLAB example to ensure connection to X-Plane. Jason Watkins 2015-05-01 14:26:12 -07:00
  • 472ed4feac Added check to beginning of C example to ensure that the client is connected to X-Plane. Jason Watkins 2015-05-01 14:20:44 -07:00
  • 00efb7e089 Merge branch 'feature-python' into develop Jason Watkins 2015-05-01 13:51:09 -07:00
  • 10d21cc0df Finished implementing unit tests and fixed bugs found. Jason Watkins 2015-05-01 13:50:48 -07:00
  • 685d121edd Fixed several bugs found by unit tests. Jason Watkins 2015-04-28 11:54:48 -07:00
  • 31095b716b Updated Python client unit tests. Jason Watkins 2015-04-27 15:34:33 -07:00
  • 2a874eb514 Refactored Python client to match other clients. Jason Watkins 2015-04-26 09:31:44 -07:00
  • 18aa9fa251 Fixed several bugs based on test results jwatkins42 2014-12-09 19:10:09 -08:00
  • 9fb2274ae8 Started implementing tests jwatkins42 2014-12-09 19:09:29 -08:00
  • 4aaca80d3e Added PyTools project files for Python API jwatkins42 2014-12-08 20:09:44 -08:00
  • fd63976e4d Finished basic Python impl. jwatkins42 2014-12-08 20:08:04 -08:00
  • 04897b878e More python! jwatkins42 2014-12-06 14:29:11 -08:00
  • b6233ab5d7 Started implementation of Python version of XPC client. jwatkins42 2014-12-02 22:50:47 -08:00
  • 69dadea027 Merge branch 'feature-logging' into develop Jason Watkins 2015-04-30 16:26:34 -07:00
  • d735e0f3ad Updated plugin logging. Jason Watkins 2015-04-30 16:17:30 -07:00
  • aaf25a9933 Updated Log to use C++ headers cstdio and ctime instead of stdio.h and time.h. Jason Watkins 2015-04-30 15:11:14 -07:00
  • 37eb6b6b03 Added X-Plane version information to the XPC log file. Jason Watkins 2015-04-30 13:53:02 -07:00
  • e21006baee Added Release build settings for Windows to plugin. Jason Watkins 2015-04-30 13:47:13 -07:00
  • 85e3ce91dd Removed -nodefaultlibs flag on Linux 64 bit builds. Jason Watkins 2015-04-30 13:03:11 -07:00
  • 8898ff9be9 Added explicit -m64 flag to CMakeLists. Jason Watkins 2015-04-30 11:19:13 -07:00
  • 2c9982fea0 Remove Todo Comment Chris Teubert 2015-04-30 11:16:20 -07:00
  • 6ed9c67469 Fixed Typo Chris Teubert 2015-04-30 11:16:08 -07:00
  • b243306866 Added namespace qualifiers for memcpy in Message logging. Jason Watkins 2015-04-30 11:03:42 -07:00
  • 781fc390c2 Fixed bug in array initialization for SIMU command. Jason Watkins 2015-04-30 10:03:24 -07:00
  • ed8d065642 Explicitly initialize sock to ~0 if WSAStartup fails. Jason Watkins 2015-04-30 09:30:46 -07:00
  • a9aba0e8de Fixed the order of the orientation drefs in POSI tests. Jason Watkins 2015-04-30 09:22:44 -07:00
  • 57be2704d1 Fixed typo in DataManager validation checks. Jason Watkins 2015-04-30 09:17:44 -07:00
  • 0533480b8e Updated LOG_VERBOSITY description. Jason Watkins 2015-04-30 09:07:11 -07:00
  • 902aa006e8 Updated C client socket timeout. Jason Watkins 2015-04-30 09:01:09 -07:00
  • 39c2f58a54 Fixed issues related to overwriting values in POSI commands. Jason Watkins 2015-04-30 08:46:29 -07:00
  • cde91d84c9 Mac Binary Chris Teubert 2015-04-29 16:28:11 -07:00
  • e512cdd981 Pause should be an array Chris Teubert 2015-04-29 16:27:54 -07:00
  • 7f9be34d45 Y_AGL->Elevation Fix Chris Teubert 2015-04-29 16:27:40 -07:00
  • 94db707414 removed sendReadTest-c Chris Teubert 2015-04-29 16:26:59 -07:00
  • 644dc8c5eb uncommented sendPOSITest Chris Teubert 2015-04-29 16:26:47 -07:00
  • 93c54e315a Compare 2d array Chris Teubert 2015-04-29 16:26:24 -07:00