Lars Toenning

Results 20 issues of Lars Toenning

The log function for the server file expects the argument as number of lines: https://github.com/swift-project/pilotclient/blob/7e6f3f0f0d8bda6ec082f0947a6cf69dae4fc7c3/src/blackcore/webdataservices.cpp#L1350-L1353 but the argument of the signal triggering this slot is kilobytes: https://github.com/swift-project/pilotclient/blob/7e6f3f0f0d8bda6ec082f0947a6cf69dae4fc7c3/src/blackcore/vatsim/vatsimserverfilereader.h#L53-L55 As the input...

bug
good first issue

A single call to ``CModelDataReader::read`` can trigger multiple reads for different entities with different URLs. But only the last used URL is passed with the signal here: https://github.com/swift-project/pilotclient/blob/0c29b279f836ae99795b20c83f42563c47732a08/src/blackcore/db/modeldatareader.cpp#L239-L242 I do...

bug

With the new ICAO flightplan format, the PBN capabilities are specified as letter codes, like the equipment codes. They should be listed in the remark field like ``PBN/A1``. Currently, the...

enhancement
good first issue

Internally, MSFS currently pretends to be FSX. However, in the future, MSFS should be supported natively to leverage new MSFS SimConnect features and to avoid user confusion. Some work has...

enhancement
Windows
MSFS

VATSIM Velocity introduced new network packets (i.a. ``VisualPilotDataUpdate`` and ``VisualPilotDataPeriodic``) that also contain the aircraft velocity in cartesian direction, as well as the pitch, roll and yaw velocities and a...

bug
enhancement
simplify
velocity

For debugging the interpolators, an option to simulate movement with the emulated driver would be very helpful. This could for example move the aircraft with constant speed or accelerating while...

enhancement

From these lines: https://github.com/jurplel/install-qt-action/blob/0fe81f805e5f2d6d4e45809cb9d20822e6c81b2d/action/src/main.ts#L347-L350 we are getting the following warning when running on ``macos-12``: ``` /usr/local/bin/brew install p7zip Warning: p7zip 17.05 is already installed and up-to-date. To reinstall 17.05, run:...