Commit Graph

  • 354f51771e Updated Mac Binary Chris Teubert 2015-04-08 09:21:25 -07:00
  • c3e284fc02 Added support for newlines in TEXT command. Jason Watkins 2015-04-08 09:04:33 -07:00
  • f8372f6f4d Updates for Mac Chris Teubert 2015-04-08 09:12:52 -07:00
  • 10bf4d63ac Small fixes Chris Teubert 2015-04-08 09:12:45 -07:00
  • d18904bbe2 updates to Matlab Tests Chris Teubert 2015-04-08 09:12:27 -07:00
  • efc591ead4 Added missing return Chris Teubert 2015-04-08 09:12:12 -07:00
  • 1fd92edb02 Added missing #include's Chris Teubert 2015-04-08 09:12:02 -07:00
  • b7dfb8ec3e Bug fix Chris Teubert 2015-04-08 09:07:44 -07:00
  • 1fb7a81336 Changed the draw phase of text messages to a more appropriate phase. Jason Watkins 2015-04-07 16:26:31 -07:00
  • 8445c60e00 Added support for the TEXT command to the MATLAB client Jason Watkins 2015-04-07 15:30:59 -07:00
  • a903859a3c Added support for the TEXT command to the Java client. Jason Watkins 2015-04-07 15:02:24 -07:00
  • 46913596c5 Added support for the TEXT command to the C client. Jason Watkins 2015-04-07 14:48:19 -07:00
  • 453ea65619 Added plugin support for drawing messages to screen. Jason Watkins 2015-04-07 14:47:57 -07:00
  • 38ae9e699d Merge pull request #44 from jason-watkins/feature/sendCTRL Christopher Teubert 2015-04-07 11:20:02 -07:00
  • 82abd8e712 updated mac plugin Chris Teubert 2015-04-07 11:20:14 -07:00
  • a1b3d91964 Updated Windows plugin binaries Jason Watkins 2015-04-07 10:37:43 -07:00
  • 15df14d334 Added multiplayer sendCTRL support to MATLAB client Jason Watkins 2015-04-07 10:37:23 -07:00
  • 1f81a4e54d Added Java client support for multiplayer sendCTRL Jason Watkins 2015-04-07 10:12:00 -07:00
  • abf2a426d2 Added C client support for multiplayer sendCTRL commands. Jason Watkins 2015-04-06 14:41:23 -07:00
  • 79f632f9a3 Updated handleCTRL to support multiple aircraft. Jason Watkins 2015-04-06 14:10:46 -07:00
  • a05ddb42be Modified parseCTRL and readCTRL to return a struct. Jason Watkins 2015-04-06 12:40:26 -07:00
  • 04166d3bac Expanded multiplayer DREF list to include more DREFs for non-player aircraft. Jason Watkins 2015-04-06 12:11:52 -07:00
  • 3825259603 Fixed .gitignore rules for IntelliJ Jason Watkins 2015-04-07 09:22:43 -07:00
  • 42b9ee15c9 Removed unnecessary project file from Java example. Jason Watkins 2015-04-07 08:45:44 -07:00
  • 9d3e961a2f Fixed bugs in C tests. Jason Watkins 2015-04-06 13:15:48 -07:00
  • 58000ea3dc Merge pull request #43 from jason-watkins/feature/java Christopher Teubert 2015-04-06 11:04:29 -07:00
  • f253c987ae Added Java client example. Jason Watkins 2015-04-06 09:56:34 -07:00
  • 1361288080 Updated IntelliJ project file to point to new test script location. Jason Watkins 2015-04-03 15:33:45 -07:00
  • ab9680a324 Merge pull request #42 from nasa/movingJavaExample Christopher Teubert 2015-04-03 15:33:31 -07:00
  • dce3a48f65 moved java test script to TestScripts folder Chris Teubert 2015-04-03 15:19:56 -07:00
  • 214c79ff31 Removed xcodeproject Chris Teubert 2015-04-03 15:13:27 -07:00
  • a3c53be7b2 Updated readme Chris Teubert 2015-04-03 15:09:51 -07:00
  • 59d4f073a6 Added copyright notice-java Chris Teubert 2015-04-03 15:07:06 -07:00
  • 79d0f81e72 Merge pull request #38 from jason-watkins/feature/java Christopher Teubert 2015-04-03 14:56:45 -07:00
  • 2790f55798 Changed behavior of sockets so that the plugin will correctly recognized different clients. Jason Watkins 2015-04-03 14:46:16 -07:00
  • 6901ebce6a Added doc comment to setCONN. Jason Watkins 2015-04-03 14:05:43 -07:00
  • 74cb81b5f7 Fixed timeout bug in setCONN and strengthened test for setCONN. Jason Watkins 2015-04-03 13:59:26 -07:00
  • cfe34f81ea added "sim/" to the front of DREF Chris Teubert 2015-04-03 13:49:58 -07:00
  • 494d661d52 Fixed all known bugs Jason Watkins 2015-04-03 10:43:07 -07:00
  • b783b40073 Basic implementation of the Java client with integration tests. Jason Watkins 2015-03-31 12:05:04 -07:00
  • 0a09b11bae Initial project files Jason Watkins 2015-03-31 10:17:34 -07:00
  • d067435cfc Merge pull request #37 from nasa/updates Christopher Teubert 2015-04-03 10:48:02 -07:00
  • 0c2e786890 Removed "sim/" auto add feature Chris Teubert 2015-04-03 10:47:55 -07:00
  • 83ced0659b Merge pull request #35 from nasa/updates Christopher Teubert 2015-04-01 16:33:53 -07:00
  • 3f0274a74c Updated Windows plugin binaries. Jason Watkins 2015-04-01 16:21:55 -07:00
  • 54bd73df9b Fixed bug with sendCTRL Chris Teubert 2015-04-01 16:02:28 -07:00
  • f114554d9c Updated Mac xpcPlugin x-code project setup Chris Teubert 2015-04-01 15:58:51 -07:00
  • 5d50d970bd sendCTRL Bug Chris Teubert 2015-04-01 15:58:01 -07:00
  • 87819e5adc C/CPP Test Fixes Chris Teubert 2015-04-01 15:54:07 -07:00
  • 00971567f8 Removed superfluous mac plugin Chris Teubert 2015-03-31 15:02:30 -07:00
  • b58fb212f9 Merge pull request #34 from jason-watkins/master Christopher Teubert 2015-03-31 09:50:33 -07:00
  • acbf373c26 Modified MATLAB pauseSim function to match the behavior of the C client pauseSim. Jason Watkins 2015-03-31 08:44:15 -07:00
  • 22cbf903b5 Fixed setConn function in MATLAB client Jason Watkins 2015-03-30 16:36:00 -07:00
  • c37256de51 Merge pull request #33 from jason-watkins/master Christopher Teubert 2015-03-30 14:47:23 -07:00
  • 87c66cafdf Fixed data structure, display, and control bug Chris Teubert 2015-03-30 14:45:49 -07:00
  • 85fdcbe3dc Several small fixes Jason Watkins 2015-03-30 13:38:51 -07:00
  • d199bd0089 Merge pull request #32 from jason-watkins/feature/examples Christopher Teubert 2015-03-28 18:21:05 -07:00
  • ff7d5fe491 Merge pull request #29 from jason-watkins/feature/cleanup Christopher Teubert 2015-03-28 17:50:15 -07:00
  • 250c98a78c Fixed minor bug in setConn.m Chris Teubert 2015-03-28 15:54:06 -07:00
  • ea2ae58c76 Merge pull request #28 from jason-watkins/feature/test-scripts Christopher Teubert 2015-03-28 15:44:47 -07:00
  • ba9cc91b47 Basic MATLAB example script mirroring the current C example. Jason Watkins 2015-03-26 16:21:20 -07:00
  • 9791283578 Expanded MATLAB tests Jason Watkins 2015-03-26 11:13:41 -07:00
  • 8dace8b2ab Added VS project for CPP Tests and fixed some CPP Tests bugs, Jason Watkins 2015-03-26 09:15:41 -07:00
  • 011558abfa Restructured plugin files to conform to "fat plugin" structure. Jason Watkins 2015-03-25 15:27:11 -07:00
  • b91776e687 Removed files that were previously in version control that should be ignored. Jason Watkins 2015-03-25 11:32:40 -07:00
  • 535b8164af Updated .gitignore. Jason Watkins 2015-03-25 10:57:15 -07:00
  • fd028e5d5b Merge pull request #27 from jason-watkins/master Christopher Teubert 2015-03-25 10:26:34 -07:00
  • 78bcd96f0c Changed runtime linking settings on Windows Jason Watkins 2015-03-25 10:06:19 -07:00
  • 1c27374647 Updated Mac Plugin Chris Teubert 2015-03-24 16:52:14 -07:00
  • aac59dccf1 Merge pull request #26 from jason-watkins/master Christopher Teubert 2015-03-24 16:49:44 -07:00
  • 66b074d89b Tweaks to fix setCONNTest on Windows 8 Jason Watkins 2015-03-24 16:10:39 -07:00
  • fbeb297717 Fixed CTests bugs, minor plugin enhancements, and removed old files Jason Watkins 2015-03-24 13:12:17 -07:00
  • 59d3bba414 Added handling of no response for MATLAB requestDREF Chris Teubert 2015-03-24 09:37:36 -07:00
  • 6236ffc69d Fixed closeUDP bug in CPP Tests Chris Teubert 2015-03-24 09:36:57 -07:00
  • 7fa3fae689 Updated Plugin Chris Teubert 2015-03-24 09:36:33 -07:00
  • 88e659d62c Merge pull request #25 from jason-watkins/feature/ctest Christopher Teubert 2015-03-24 08:37:46 -07:00
  • f902303b20 Added Visual Studio solution for C test scripts and fixed test bug jason-watkins 2015-03-23 16:10:50 -07:00
  • ef6c80d7a4 Added 64-bit windows support Christopher Teubert 2015-02-10 11:57:14 -08:00
  • 54c4363fe4 Merge pull request #24 from edowson/user/edowson Christopher Teubert 2015-01-15 09:50:13 -08:00
  • 5853062402 C/xpcExample: Update XCode project to reference new source file location. Elvis Dowson 2015-01-02 14:45:36 +04:00
  • b3fada3c64 C/xpcExample: Add CMake support for building xpcExample that uses the xplaneconnect library. Elvis Dowson 2015-01-02 14:30:02 +04:00
  • 6709765a48 C/xpcExample: Move sources to src sub-folder. Elvis Dowson 2015-01-02 14:23:02 +04:00
  • b91bdf6d35 .gitignore: Ignore build folder. Elvis Dowson 2015-01-02 13:46:54 +04:00
  • ba0600ee68 xplaneconnect: Add CMake support for building xplaneconnect shared and static library. Elvis Dowson 2015-01-01 20:41:20 +04:00
  • 0b7ad8809d User Guide(C).txt: Remove trailing whitespaces. Elvis Dowson 2015-01-01 20:36:18 +04:00
  • 520adb2d7d Merge pull request #23 from jwatkins42/bug/parseRequest Christopher Teubert 2014-12-09 09:11:59 -08:00
  • 97b9c9a682 Fixed memory leak and incorrect copy bugs. jwatkins42 2014-12-08 21:53:48 -08:00
  • dd7f4cc83e Updated .gitignore to ignore mac xcuserstate files Chris Teubert 2014-12-04 10:37:47 -08:00
  • a396088ed8 Removed unnecessary use of pointer in parseDATA Chris Teubert 2014-12-04 10:35:24 -08:00
  • dcce37573f Quick fix- msTimeOut to usTimeOut Chris Teubert 2014-12-03 10:26:01 -08:00
  • 044b613e32 Merge pull request #20 from jwatkins42/master Christopher Teubert 2014-12-03 10:24:56 -08:00
  • d70148b98d Reverted timeout changes and added clarifying comment. jwatkins42 2014-12-02 21:32:45 -08:00
  • f582d7fec0 Removed duplicate socket initialization and corrected timeout values. jwatkins42 2014-12-02 21:01:52 -08:00
  • a5c75f4a64 Update to fix Windows test script bug (C) Chris Teubert 2014-12-02 13:42:57 -08:00
  • 1786f4e248 Merge pull request #19 from nasa/Testing-Scripts Christopher Teubert 2014-12-02 12:25:30 -08:00
  • b8822d4ad9 Updated Function Names for CPP Test Chris Teubert 2014-12-02 12:08:47 -08:00
  • 84be530e81 Merge pull request #18 from nasa/Testing-Scripts Christopher Teubert 2014-12-02 10:42:06 -08:00
  • 26995ddfbc Testing Updates to work with Windows Chris Teubert 2014-12-02 10:30:31 -08:00
  • 2f6bc72825 Fixed Buffer overrun in sendCTRL Chris Teubert 2014-12-02 10:07:41 -08:00
  • 4c1a7bab86 Merge pull request #17 from nasa/Testing-Scripts Christopher Teubert 2014-12-01 15:50:52 -08:00