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

FSUIPC has an API to add TCAS targets which is not yet implemented but would be nice to have.

enhancement

When scanning for models with swiftdata, Flightgear FDM-files are detected as model.

bug
Flightgear

https://dev.swift-project.org/T781 When you click to follow an aircraft, the "camera" just points straight up at the sky and nothing follows - you can manually go into free camera mode and...

bug
X-Plane

FSD blocks OBS frequency messages, A copilot cannot send frequency messages, ONLY PMs Possible workaround: send frequency message to 1st pilot, send it from his swift

enhancement

A mystery since a while (even RR did not know why) is why coping the PTT among swift versions fails, the key has to be removed and added again Example:...

bug

An annoying issue where Swift lowers all other application's volumes, even with the option to supposedly turn it off enabled. I would suggest that this at least have an option...

bug

Pilots regularly want to either get up for a few minutes to do things around the vicinity of their computers/cockpits or wish to take off their headsets during longer flights....

enhancement

https://dev.swift-project.org/T635 ATC tree is now grouped by position. This is better than it was before, but it would be very handy if you can group by FIR/UIR. example: you fly...

enhancement
UX

Implement a custom Qt text codec using UTF-8 that automatically falls back to Latin-1 upon encountering invalid UTF-8 bytes. This is what most web browsers do, according to [Wikipedia](https://en.wikipedia.org/wiki/UTF-8).

enhancement

Qt has added a class [`QStringView`](http://doc.qt.io/qt-5/qstringview.html), the use of which as a function parameter can avoid constructing a `QString` in many cases. Since one of swift's main performance bottlenecks is...

enhancement
refactor