* Added Timer
* Added UDPSocket::GetAddr
* Added MessageHandlers::SendBeacon()
* PoC of starting a timer on PluginEnable
* C++11
* Added Timer to xcode project
* C++11 in cmake
* added Timer to cmake
* use function pointer in Timer
* moved Timer to namespace
+ wait for thread to join when stopping the timer
* Windows: changed uint to unisgned short
* Windows: Added Timer.h/cpp to project
* GetAddr static
* Send xplane and plugin version with BECN
* SendBeacon with params
* fixed file copyrights
* Include functional
to fix Linux compile error
* review fixes
* Send plugin receive port in BECN
* review fixes
* update ignore
* basics working
* set cam pos remotely
* log cam position
* keep default behaviour, if short view message is received
Compatibility with existing software
* all to tabs
* rename variable
* option to use camera direction fields
Adds new cases such that:
0: Unpauses all a/c
1: Pauses all a/c
2: Switches case for all a/c
100:119: Pauses a/c 0:19
200:219: Unpauses a/c 0:19
Updates log messages.
Keeps the 0,1,2 arguments as they previously were.
- Added global position drefs for multiplayer aircraft.
- Added checks for the "don't change" sentinel value to SetPosition, SetOrientation and SetFlaps.
- Reordered validation checks in SetGear to be consistent with the above methods.
- Removed some now redundant "don't change" value checks in the MessageHandlers class.
- 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.
- Re-enabled CONF messages sent in response to CONN commands.
- There was a bug in the construction of the CONF message.
- Resolvesnasa/XPlaneConnect#31