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
Norman Princen
2d3e9ccc24
Added handling of the POST message
2020-05-02 14:10:37 -07:00
Kai Lehmkuehler
1fd6400a98
Terrain height probe ( #186 )
...
* ignore binaries
* Add terrain probe
* requested changes part 1
* try mac os build check
* Revert "try mac os build check"
This reverts commit 46fa8adde4f825c3a7f2a8bea7f543ad55a79765.
* update debug message label
2019-11-06 08:45:54 -08:00
Jason Watkins
2ff4497de5
Fix incorrect gear read in HandlePosi
2019-10-17 15:22:03 -07:00
Jan Chaloupecky
90ccec0d07
Fixed tabs vs spaces indentations ( #157 )
2019-03-15 08:29:10 -07:00
Kai Lehmkuehler
136e0d5f2b
fix indexing error ( #143 )
2018-11-05 12:00:36 -08:00
Jason Watkins
df5e2fd198
Update copyright notice
2018-10-19 17:44:27 -07:00
Chris Teubert
6631814438
Updated Copyright Year, Version #, Mac Binary
2017-05-03 10:20:59 -07:00
Jason Watkins
ec151a2248
Update copyright year.
2016-03-01 16:31:14 -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
aeceb87f1d
Merge latest changes from release-1.0.1
...
Removing all C++11 features touches many parts of many files, so better merge the changes into develop ASAP to prevent future conflicts.
2015-05-05 08:33:54 -07:00
Jason Watkins
796fd0f7aa
Fix for Linux builds
2015-05-04 16:09:45 -07:00
Chris Teubert
99e94015c4
Added newline at end of file
2015-05-04 11:33:12 -07:00
Jason Watkins
b243306866
Added namespace qualifiers for memcpy in Message logging.
2015-04-30 11:03:42 -07:00
Jason Watkins
9109056437
Improved data logging.
2015-04-24 10:30:35 -07:00
Jason Watkins
bb5c6d8a28
Merge branch 'feature/consistency' into develop
2015-04-21 15:58:44 -07:00
Jason Watkins
5ee49c7d81
Updated plugin.
...
- Removed dependency on C client.
- The plugin now responds to client requests on the same port used to establish the connection.
Removed C client dependency from plugin.
2015-04-17 10:56:03 -07:00
Jason Watkins
1a3f658774
Changed types from fixed width types in stdint to language primitive types guaranteed to be at least as big.
2015-04-16 10:13:18 -07:00
Jason Watkins
6c51fa476e
Refactored dataref manipulation operations to the DataManager class.
2015-04-13 15:53:38 -07:00
Jason Watkins
547eb4de18
Refactored various message-related operations into the Message class.
...
- Replaces the XPCMessage struct.
- Messages are now read from a UDPSocket by the Message class.
- Printing messages to the log is now handled by the Message class.
- In the future, may extend this class with command-specific subclasses that encapsulate additional message parsing functionality.
2015-04-13 09:42:29 -07:00