* ignore binaries
* Add terrain probe
* update camera system
* change to tabs
* formatting
* compiles on windows 10
* use local view type enum
* basic view type must always be changed
* Code formatting
* 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
- 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.
- Added doc comments to the DataManager class.
- Added description of LOG_VERBOSITY levels and reset the value.
- Added doc comment to DataMap.
- Added doc comments to MessageHandlers class.
- Re-enabled CONF messages sent in response to CONN commands.
- There was a bug in the construction of the CONF message.
- Resolvesnasa/XPlaneConnect#31