Sander Datema
|
388329b218
|
Add support for sendCOMM method
Credits go to user @angelsware, I just did a copy/paste from #120
|
2020-06-27 21:14:42 +02:00 |
|
Jan Chaloupecky
|
c018d6c3be
|
Java client BECN implementation (#155)
|
2019-06-01 12:52:13 -07:00 |
|
Jason Watkins
|
df5e2fd198
|
Update copyright notice
|
2018-10-19 17:44:27 -07:00 |
|
Michael Thompson
|
88656cf11c
|
Updated flags to allow for individual pause commands
|
2018-10-19 17:35:17 -07:00 |
|
Jan Zwiener
|
0e493920fa
|
sendPOSI command change (double for lat/lon/h) (#111)
* Updated POSI to use doubles for lat/lon/alt, as step size for floats was unacceptably large at high longitudes.
|
2018-10-19 17:35:05 -07:00 |
|
Jason Watkins
|
d12cc02368
|
More copyright updates
|
2016-03-04 13:59:32 -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
|
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
|
dce3a48f65
|
moved java test script to TestScripts folder
|
2015-04-03 15:19:56 -07:00 |
|
Chris Teubert
|
214c79ff31
|
Removed xcodeproject
|
2015-04-03 15:13:27 -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 |
|
Chris Teubert
|
cfe34f81ea
|
added "sim/" to the front of DREF
optional “sim/“ feature has been removed from XPC
|
2015-04-03 13:49:58 -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 |
|