oktal3700
f21710d9e5
[CI] Fix installbuilder URL
2023-02-03 18:55:54 +00:00
Mat Sutcliffe
944a303af4
[CI] Send Discord notification using curl command
v0.12.72
2023-01-24 20:15:32 +00:00
Mat Sutcliffe
8ec50864e2
Update InstallBuilder version
2023-01-24 20:15:32 +00:00
Mat Sutcliffe
88badf9c7e
[XP] Ignore altitude delta when remote aircraft is on ground
2023-01-24 20:15:16 +00:00
Lars Toenning
69ec713d18
Reset altitude delta for XP11 to zero
2023-01-08 17:38:54 +01:00
Lars Toenning
2b90fbf5c9
Ignore Jetbrains IDE folders
2023-01-08 17:38:11 +01:00
FPVogel
2ed2007048
Update script to Python 3
2022-11-14 18:26:13 +00:00
Mat Sutcliffe
6e72437824
Guard against window being off-screen
...
QDesktopWidget::screenNumber can return -1
2022-11-14 18:26:06 +00:00
Mat Sutcliffe
1e29100102
Use new simvar to compensate for MSFS temperature effect on altitude
2022-11-14 18:12:36 +00:00
Mat Sutcliffe
b3e312e1d3
Use new dataref to compensate for XP12 temperature effect on altitude
2022-11-14 18:12:35 +00:00
Mat Sutcliffe
ec54be653d
Add new datarefs for X-Plane 12
2022-11-06 15:33:15 +00:00
Mat Sutcliffe
1b03a9389d
[CI] Update version of download-artifact action
2022-10-29 17:56:53 +01:00
Mat Sutcliffe
c53c1c4f20
[CI] Retry InstallBuilder download if connection refused
2022-10-29 16:25:31 +01:00
Mat Sutcliffe
179b492228
[CI] Update macOS build version
2022-10-29 15:03:15 +01:00
Mat Sutcliffe
13b31f5eb2
[CI] Update version of upload-artifact action
2022-10-29 15:03:15 +01:00
Mat Sutcliffe
bdb92c8f3c
[CI] Update version of install-qt-action
2022-10-29 15:03:15 +01:00
Mat Sutcliffe
20e3b96bab
[CI] Update version of checkout action
2022-10-29 15:03:14 +01:00
Mat Sutcliffe
7f4cd3147e
[CI] GitHub Actions deprecated the set-output command
2022-10-29 15:03:14 +01:00
Mat Sutcliffe
952dfc493c
[CI] Use wget instead of curl to download InstallBuilder on Windows
2022-10-28 18:45:10 +01:00
Mat Sutcliffe
2efdd6f05e
Debug "QThread destroyed while thread is still running"
2022-10-28 18:45:08 +01:00
Mat Sutcliffe
39b6305e2e
Delete worker threads in a less convoluted manner
2022-10-28 18:45:08 +01:00
Mat Sutcliffe
30aabb838f
Update InstallBuilder version
2022-10-28 18:45:07 +01:00
Mat Sutcliffe
9f37edeadc
Style
2022-09-04 19:47:17 +01:00
oktal3700
3743287d1c
Fix regression in fatal log message handler
...
Don't bypass extra handling of fatal messages when
invoked in the main thread from a different thread.
2022-09-04 19:47:17 +01:00
oktal3700
6c9b2890a7
Remove wrong assert
...
CG can be negative.
2022-08-27 16:08:11 +01:00
Lars Toenning
ddc7b3f87b
Issue #168 Trigger notification sounds
...
"Text message on ATC frequency" and "Text message on UNICOM" sounds
weren't triggered before.
v0.12.48
2022-06-22 22:33:17 +02:00
Lars Toenning
521859f9ac
Remove broken launcher news widget
...
The links for news are broken.
As most announcements are published via Discord nowadays, remove it for now.
2022-06-20 23:43:45 +02:00
Lars Toenning
963c4ec495
Remove link to web map
...
swift web map is not running anymore
2022-06-20 23:43:45 +02:00
Lars Toenning
315df4bceb
Remove unused method parameters
2022-06-20 23:43:45 +02:00
Lars Toenning
e5a82d67f9
Declare empty constructor as default
2022-06-20 23:43:45 +02:00
Lars Toenning
be86a63298
Remove unused network settings
2022-06-20 23:43:45 +02:00
Lars Toenning
3949bf8652
Refactoring math functions
...
Remove unused math header
Move math constants to own file
Remove unused math methods
2022-06-20 23:43:45 +02:00
Lars Toenning
9974e67afb
Remove unused header
2022-06-20 23:43:45 +02:00
Lars Toenning
2d5d120a68
Directly access obfuscation functions
...
There is no need to inherit from Obfuscation as all members are static anyway.
2022-06-20 23:38:48 +02:00
Lars Toenning
8b5d02c62b
Use QRecursiveMutex
...
QMutex with QMutex::Recursive is deprecated
2022-06-20 23:38:48 +02:00
Lars Toenning
6ada735774
Remove unused Base template parameter
2022-06-20 23:38:48 +02:00
Lars Toenning
f5d3d59a86
Use C++17 nested namespaces
2022-06-20 23:38:48 +02:00
Lars Toenning
d1f41daba2
Remove aggregate include headers
...
They are only used for registermetadata. Explicitly mentioning the
dependencies/headers there will reduce work to maintain two separate files.
2022-06-20 23:38:48 +02:00
Lars Toenning
810f6d7f82
[CI] Set timeout for InstallBuilder download
2022-06-06 09:34:46 +02:00
Lars Toenning
1a1b5429d5
Partially revert "Remove unused stringutils methods"
...
This partially reverts commit 0c1a5a5c97 .
2022-06-05 22:47:41 +02:00
Mat Sutcliffe
684b2b1068
Update InstallBuilder
2022-05-25 19:47:35 +01:00
Mat Sutcliffe
5818a44d96
Issue #128 Adjust text message frequency to nearest frequency in use
2022-05-25 19:47:35 +01:00
Lars Toenning
d4fdc6e17b
Prevent saving invalid values
...
If a value has not changed and should be saved to a file, only the key (and the invalid value) was passed to the save function. The save function does not check this case or read the value from the cache.
This happens when changing simulator paths as the settings are updated and saved separately.
2022-05-25 19:47:35 +01:00
Lars Toenning
05293feb8f
Initialize sim connection status for logincomponent
...
When using distributed mode and the simulator is already connected to swiftCore, the GUI will not trigger the update on the login component via the simulatorStatusChanged signal.
Therefore we will trigger the initial update manually (same is already done for the simulator connection LED).
2022-05-25 19:47:34 +01:00
Lars Toenning
0c1a5a5c97
Remove unused stringutils methods
2022-05-25 19:47:34 +01:00
Lars Toenning
beeabb51c2
Remove unused adfsystem
2022-05-25 19:47:34 +01:00
Lars Toenning
c0efc9ea81
Clean up includes
2022-05-25 19:47:34 +01:00
Mat Sutcliffe
8386786386
Update xplanemp2
2022-05-25 19:47:33 +01:00
Mat Sutcliffe
59a27a0d72
Send slowfast before ordinary position update
...
This solves a server-side performance issue.
2022-05-25 19:47:33 +01:00
Mat Sutcliffe
9a5ea83698
Suppress cppcheck warning
2022-05-22 18:08:58 +01:00