Klaus Basan
|
388138203e
|
[FSD] Send correct pilot rating, use threadsafe getters in some places
The thread safety is still premature for the FSD client class.
However, most likely no critical as those values have to be preset and never change.
|
2020-06-12 18:42:49 +01:00 |
|
Klaus Basan
|
000d0da92a
|
[UI] Internals page
* changed to callsign completer (combobox too long)
* allow to display own parts
|
2020-06-12 18:42:49 +01:00 |
|
Klaus Basan
|
ea4a8f2462
|
[XP] Minor fixes/style XPlane driver
|
2020-06-12 18:42:49 +01:00 |
|
Klaus Basan
|
4d7468f913
|
[FSD] Check attributes of full JSON parts
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
70c88f0982
|
[UI] Make completer length font size relative
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
668659248e
|
Send distance if own aircraft has been moved
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
8278a7d5e6
|
[P3D] Adjustments for P3D v5
* guess version
* added new version selection
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
828b57f5a2
|
[AFV] Log. messages
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
d96c5e51e3
|
Weather support in emulated driver
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
926684fb87
|
[Weather] Weather data printer
* removed slots
* typo
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
4e45249142
|
Use "fixed "gear down" if on ground.
Reason: Some sims do send incorrect gear down.
Follow up of T778
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
df69ef47a0
|
[UI] Default sizes for dock widgets plus some smaller fixes:
* renamings
* reset all to defaults
* sizes
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
465c8fd81d
|
[Weather] Minimal style fixes
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
0d66a995ce
|
Context menus to temp.disable parts (for single aircraft) and "0" zero pitch
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
9618073a04
|
[Context] "isRemoteAircraftSupportingParts" as context function (not only provider function)
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
148368ca0c
|
Some fixes for interpolation setups
* added missing signal
* refresh list on reload button press
* display pitch value
* list ctor for single object
|
2020-06-12 18:42:48 +01:00 |
|
Klaus Basan
|
9b031bb582
|
[PQ] Allow to provide a default unit for parsing, e.g. "0" -> "0ft"
|
2020-06-12 18:42:47 +01:00 |
|
Klaus Basan
|
92fdbd3117
|
[UI] Estimate height of plugin selector
|
2020-06-12 18:42:47 +01:00 |
|
Klaus Basan
|
21e109e5e2
|
[AFV] Simulator settings changed signal
* in the cockpit "sync." can now be enabled/disabled
* settings signal allows to update UI in settings UI
|
2020-06-12 18:42:47 +01:00 |
|
Klaus Basan
|
e839820940
|
Check UNC path to avoid "hanging" if other machine is not reachable
|
2020-06-12 18:42:47 +01:00 |
|
Klaus Basan
|
04562a6651
|
Style, as_const
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
afa5ba1fee
|
[FS9] Doxygen, no need to make enum value const
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
a3f646a792
|
[FS9] Function for at least halfway correct engine type
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
1ab1e8ca70
|
[FG] Fixed UnitTest which got broken by the FG "modelstring" changes
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
a0aae420e2
|
[AFV] First premature version of editable TX/RX flags
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
ea8198d26e
|
[AFV] Allow to set the tx/rx values for the AFV client
Simplified function
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
63cc2a7e3e
|
[AFV] Utility functions to update simulator settings
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
124432ceb1
|
[FS9] Experimental fix for FS9 autoconnect
No idea if this fixes the auto-connect issue, should not harm either
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
933fb2d758
|
[FS9], timer guard "myself"
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
c3aac2f581
|
[Weather] Ref T786, fixes some values for "thunderstorm" plus some smaller fixes
|
2020-06-12 18:42:46 +01:00 |
|
Klaus Basan
|
f14184ddc0
|
Style and minor UI tweaks
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
70f487cd01
|
Ref T778, turn XCSL models offset NULL into 0 (zero)
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
6ceb91ac4f
|
Ref T778, fix getRemoteAircraftData
* send waterFlags as DBus int
* waterFlags.clear()
* CDBusMessage::appendArgument(const std::vector<bool> &array)
squash! Ref T778, fix getRemoteAircraftData
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
b5d100b71b
|
Ref T778, style
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
12403700ea
|
Distributor value object improvements
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
09d86aceb5
|
String utils minor improvements
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
92d53a4077
|
[FG] Do not send modelstring or a shorter livery string for FG
* FG does not support modelstrings for "flyable" planes
* remove unused setSimInfo functions, consolidated, cleanup
* simulator dependent "getSwiftLiveryString"
* encapsulated in getConfiguredLiveryString, getConfiguredModelString
* see https://discordapp.com/channels/539048679160676382/567091362030419981/698124094482415616
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
90e77ac9f1
|
[FS9] Weather grid checks
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
a0b8fbd158
|
[FS9] Style
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
f507d6d9cb
|
[FG] Use the same adjustments as in XPlane
* no ASSERT for connect checking
* renamed to onDBusServiceUnregistered
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
03dc641a5e
|
Ref T778, CSimulatorXPlane::handleProbeValue use isWater
|
2020-06-12 18:42:45 +01:00 |
|
Klaus Basan
|
524fe1a459
|
[Weather] Style
|
2020-06-12 18:42:44 +01:00 |
|
Klaus Basan
|
b63e127b13
|
[AFV] Verbose logging only for dev.builds
|
2020-06-12 18:42:44 +01:00 |
|
Klaus Basan
|
0e4938ebc5
|
[XP] Remove ASSERTs from XPlane driver
Based on https://discordapp.com/channels/539048679160676382/539486309882789888/697813600903102464
|
2020-06-12 18:42:44 +01:00 |
|
Mat Sutcliffe
|
22ebf6c5ea
|
Ref T778 XSwiftBus traffic service prodives water/land flag for elevations
|
2020-06-12 18:42:44 +01:00 |
|
Mat Sutcliffe
|
7c4fe83799
|
Ref T778 XSwiftBus service emits a signal when scenery is loaded
|
2020-06-12 18:42:44 +01:00 |
|
Klaus Basan
|
f68e3c2360
|
Minor CLANG warnings
|
2020-06-12 18:42:44 +01:00 |
|
Klaus Basan
|
8206fc6bb9
|
Ref T778, special terrain probe value handling for XP
* only request terrain probe up to a max. distance
* detect "isSuspiciousTerrainValue"
* See also https://discordapp.com/channels/539048679160676382/539925070550794240/696786452855390218
|
2020-06-12 18:42:44 +01:00 |
|
Klaus Basan
|
cfa96a3aeb
|
Ref T778, utility functions
|
2020-06-12 18:42:44 +01:00 |
|
Klaus Basan
|
004173b052
|
Style
|
2020-06-12 18:42:44 +01:00 |
|