pilotclient
pilotclient copied to clipboard
Cross-platform cross-simulator pilot client for virtual air traffic networks
See https://github.com/xpilot-project/xpilot/issues/34
By default my desktop environment's dark mode leads to unusable menus with the SwiftGUI standard stylesheet:  I also found the GUI really not very appealing as it was. I...
Split off this bug from the change request https://github.com/swift-project/pilotclient/issues/138: By default my desktop environment's dark mode leads to unusable menus with the SwiftGUI standard stylesheet: 
Since the release of swift 0.9.6 and 0.9.7 we are getting some reports of not being able to assign or use keyboard hotkeys, with all permissions correctly set, and 0.9.5...
It is possible to have multiple copies of X-Plane installed on one computer. If the user doesn't specify an X-Plane directory, then the most recently installed X-Plane is used. This...
Add a font size chooser in the radar component and use the value to change the font of `tag` in `CRadarComponent::refreshTargets`: ```cpp QFont font; font.setPointSize(...); tag->setFont(font); ```
When checking Heavy or TCAS in the flightplan the Aircrafttype is not going to reported to ATC. When looking on VatScope there is a ? In the aircraft type section....
Vatsim allows ICAO equipment codes now which are much more complex than the single-character FAA equipment codes. Andreas helpfully provided a good document explaining the codes ("Item 10"). [FPL-02.pdf](https://github.com/swift-project/pilotclient/files/7421332/FPL-02.pdf) [FPL-03.pdf](https://github.com/swift-project/pilotclient/files/7421333/FPL-03.pdf)
FSTrampFree is a moving map plugin for X-Plane that can display traffic via X-Plane's multiplayer traffic datarefs. It can also read additional information from its own datarefs, if provided. Although...
It seems the real-world weather (for flying online) is updated every 1 minute. This impacts on the fluidity of the sim as it has to render a new (or same)...