Jason Watkins
|
255877eee3
|
Added support for VIEW command to Java client.
|
2015-05-08 14:38:36 -07:00 |
|
Jason Watkins
|
e0c0f2f6bd
|
Added support for sending multiple datarefs to the Java client.
|
2015-05-07 15:30:08 -07:00 |
|
Jason Watkins
|
873950a866
|
Added support for setting speed brakes to Java client.
|
2015-05-05 13:04:10 -07:00 |
|
Jason Watkins
|
8f4d50929f
|
Cleaned up implementation of getDREFs in the Java client.
- Removed unnecessary loop to try to read several times.
- Fixed the way that readUDP detects the length of received packets.
|
2015-05-05 13:04:07 -07:00 |
|
Jason Watkins
|
f88d319191
|
Updated Java client to support "switch" argument in SIMU command.
|
2015-05-01 15:07:42 -07:00 |
|
Jason Watkins
|
8932edbd67
|
Renamed "setDREF" function back to "sendDREF".
|
2015-04-28 12:10:53 -07:00 |
|
Chris Teubert
|
a46c7386f4
|
minor Java Update
- Spelling fix
|
2015-04-28 12:04:20 -07:00 |
|
Jason Watkins
|
7da82f40dc
|
Several variable name tweaks and error checking changes.
- Minimal functional changes. The primary purpose of these tweaks is to make the clients more consistent across languages.
|
2015-04-23 11:12:42 -07:00 |
|
Jason Watkins
|
3ad2bb76cb
|
Added selectDATA command to Java client and modified MATLAB client to use it.
|
2015-04-20 10:41:00 -07:00 |
|
Jason Watkins
|
fd96966911
|
Tweaked Java client docs and added readDATA command.
|
2015-04-18 09:16:23 -07:00 |
|
Jason Watkins
|
ccc87f06f2
|
Updated Java client to conform to new API.
- Now uses a single socket.
- Constructor parameter reordered to match C client.
- Defaults to an OS assigned port instead of 49008.
|
2015-04-17 10:56:04 -07:00 |
|
Jason Watkins
|
4927b6d1b8
|
Fixed Java client implementation of setCONN
- The Java client now reads the CONF message sent by the plugin in response to the CONN command.
|
2015-04-14 10:22:34 -07:00 |
|
Chris Teubert
|
cf56955756
|
Removed Non-relevant copyright notice
This file doesn’t use the X-Plane API
|
2015-04-09 16:35:44 -07:00 |
|
Jason Watkins
|
2e05f57baf
|
Added Java client support for WYPT command.
|
2015-04-09 12:17:53 -07:00 |
|
Jason Watkins
|
a903859a3c
|
Added support for the TEXT command to the Java client.
|
2015-04-07 15:33:53 -07:00 |
|
Jason Watkins
|
1f81a4e54d
|
Added Java client support for multiplayer sendCTRL
|
2015-04-07 10:43:39 -07:00 |
|
Chris Teubert
|
59d4f073a6
|
Added copyright notice-java
|
2015-04-03 15:07:06 -07:00 |
|
Jason Watkins
|
2790f55798
|
Changed behavior of sockets so that the plugin will correctly recognized different clients.
|
2015-04-03 14:46:16 -07:00 |
|
Jason Watkins
|
6901ebce6a
|
Added doc comment to setCONN.
|
2015-04-03 14:05:43 -07:00 |
|
Jason Watkins
|
74cb81b5f7
|
Fixed timeout bug in setCONN and strengthened test for setCONN.
|
2015-04-03 13:59:26 -07:00 |
|
Jason Watkins
|
494d661d52
|
Fixed all known bugs
|
2015-04-03 10:56:54 -07:00 |
|
Jason Watkins
|
b783b40073
|
Basic implementation of the Java client with integration tests.
|
2015-04-03 10:56:19 -07:00 |
|
Jason Watkins
|
0a09b11bae
|
Initial project files
|
2015-04-03 10:53:17 -07:00 |
|