pilotclient icon indicating copy to clipboard operation
pilotclient copied to clipboard

Cross-platform cross-simulator pilot client for virtual air traffic networks

Results 126 pilotclient issues
Sort by recently updated
recently updated
newest added

Regarding comment in `blackmisc/genericdbusinterface.h`: ```cpp //! \deprecated KB 2018-08 this seems to be not used anymore and might be removed void relayParentSignals() { Q_ASSERT_X(false, Q_FUNC_INFO, "crosscheck if still used"); ```...

enhancement
good first issue
refactor
simplify

## Original report swift crashes if I shutdown the application inbetween these steps ```cpp template CWorker *CListModelBase::updateAsync(const ContainerType &container, bool sort) { Q_UNUSED(sort); if (m_modelDestroyed) { return nullptr; } const...

refactor
simplify

The current weather engine is very basic and does not interpolate the weather transition properly but just changes ad hoc. This should be improved.

enhancement
good first issue

AFV reference implementation has updated VHF effects and others. Those should be ported to swift.

enhancement
good first issue

Move the disabling of X-Plane's built-in ATIS from `CPlugin` to `CService` and control it with a DBus method invoked by the driver.

enhancement
good first issue
UX
X-Plane

When trying to install the latest MacOS Beta build (0.9.4) on an external drive, the installer crashes. This happens when trying to change the install location to an attached external...

bug
MacOS

Original bug was: after upgrading CI to Ubuntu 18, `libsimulatorxplane.so` can't find `libsimulatorplugincommon.so` because `RPATH` is not being searched for transitive dependencies. See https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1737608/comments/4 We are using `--disable-new-dtags` as a...

bug
Linux

Users get frustrated when installing a new version of xswiftbus causes the `xswiftbus.conf` to be overwritten with default values. There should be a checkbox in the installation dialog so they...

enhancement
good first issue
UX

Would it be possible to have the MIC-click sound be played on the same device as the AFV-voice is being received? Or give the user the choice on what device...

enhancement

First step in modularizing libraries and making code more maintainable. "Levelization" in the language of John Lakos is a set of techniques for reducing the dependencies between modules thereby making...

refactor
simplify