Commit Graph

8205 Commits

Author SHA1 Message Date
Klaus Basan
d6038b3ed3 fixup! Send FP altitude without unit 2019-06-26 16:47:48 +02:00
Klaus Basan
7e34398a4a Send FP altitude without unit
https://discordapp.com/channels/539048679160676382/539846348275449887/593211815559823367
https://discordapp.com/channels/539048679160676382/539846348275449887/593063154238619649
2019-06-26 11:30:01 +02:00
Klaus Basan
8593eb412c Ref T690, aded SVFR and DVFR to FP 2019-06-25 23:57:45 +02:00
Klaus Basan
693418e826 Handled some potentially "dangerous" parsing issues for VATSIM file (no coordinate)
https://discordapp.com/channels/539048679160676382/539486489977946112/593081121512751116
2019-06-25 23:57:45 +02:00
Klaus Basan
75af17ef3e Improved VATLIB error messages
* added missing msg.vatServerWrongType
* Message txt

https://discordapp.com/channels/539048679160676382/539925070550794240/593133713022255126
2019-06-25 23:57:45 +02:00
Roland Rossgotterer
7d69a13d95 Define static constexpr int in source file
This fixes a linker error.
2019-06-25 23:57:45 +02:00
Roland Rossgotterer
7b9d94f78c [GFS] Properly validate cloud pressure levels
For some reason, the parser returned 0.0 instead of 9.998e20 for undefined values.
Atmospheric pressure levels cannot be lower than 1000, hence use this as the lower boundary.
In all other circumstances, the pressure level needs to be set (either to real value or to nan) for the follow up code to detect undefined values.
2019-06-25 23:57:45 +02:00
Roland Rossgotterer
4ff449a4d3 [GFS] Handle added parameters in GFS 0.25 files
Template 4.0 did not use to have TCDC, PRATE, CSNOW and CRAIN parameters. Ignore them for now.
2019-06-25 23:57:45 +02:00
Roland Rossgotterer
ef19fcf8c8 Update externals 2019-06-25 23:57:45 +02:00
Roland Rossgotterer
e60fc6730c [GFS] Update NOAA GFS download url to reflect new directory query 2019-06-25 23:57:45 +02:00
Roland Rossgotterer
54d406d620 Style 2019-06-25 23:57:44 +02:00
Klaus Basan
1df04b77f9 Ref T673, adjusted models 2019-06-22 00:08:25 +02:00
Klaus Basan
e8072e1f37 Ref T673, hide values marked as incognito column 2019-06-22 00:08:09 +02:00
Klaus Basan
c787703781 Ref T673, incognito flag/menu 2019-06-22 00:07:37 +02:00
Klaus Basan
80cba7a6d1 [legal] Software page 2019-06-20 00:24:16 +02:00
Lars Toenning
1837815f30 Ref T686 Adding check for model set before adding plane to FG. 2019-06-19 17:09:45 +02:00
Klaus Basan
ff8aedd99b Ref T554, auto publishing dialog in swift pilot client UI 2019-06-18 02:55:37 +02:00
Klaus Basan
ceeacb5e37 Ref T658, improved matching script
* properties
* functions
* log improved
* fixes
2019-06-18 01:17:55 +02:00
Klaus Basan
17fb8338dd Ref T658, improved matching script examples 2019-06-18 01:03:20 +02:00
Klaus Basan
3d4529c19c Ref T684, better detection of callsign type for ATC stations
* detection in "CCallsign::unifyCallsign"
* force ATC callsign in nAtisReplyReceived
2019-06-18 01:01:53 +02:00
Klaus Basan
1404fb69b2 Ref T684, renamed to "getAirlinePrefix()", as airline comes first 2019-06-16 20:21:24 +02:00
Klaus Basan
90d9002a4f Style/docu 2019-06-16 20:19:27 +02:00
Klaus Basan
4174323439 fixup! Ref T681, preparations to use CG from DB 2019-06-16 03:03:05 +02:00
Klaus Basan
378e10b45b fixup! Avoid colons in VATLIB packets https://discordapp.com/channels/539048679160676382/567983892791951374/585899398387728395 2019-06-16 03:03:05 +02:00
Klaus Basan
c55113fa0f fixup! Ref T658, matching script support for flight number and callsign "as set" 2019-06-16 03:03:04 +02:00
Klaus Basan
1ae585fc9d Avoid issues if simulator is NOT yet set in emulateed driver 2019-06-16 03:03:04 +02:00
Klaus Basan
91f09841df Allow to disable reverse lookup for model string and livery ids 2019-06-16 03:03:04 +02:00
Klaus Basan
b2de22fb50 Settings for reverse lookup + fixes
Ref T658 related
2019-06-15 00:04:46 +02:00
Klaus Basan
5f738ab544 Ref T658, matching script examples 2019-06-15 00:03:19 +02:00
Klaus Basan
52c9f3b6f4 Ref T658, renamed to "MatchingScriptReturnValues" because it is NO object to be used in matching script 2019-06-15 00:00:43 +02:00
Klaus Basan
a53a62ac77 Ref T658, matching script support for flight number and callsign "as set" 2019-06-13 21:43:51 +02:00
Klaus Basan
35a441ac5b Ref T683, display ground elevation/CG in simulator live data view 2019-06-13 17:37:29 +02:00
Klaus Basan
c893e0fa2b Ref T683, moved m_skipCockpitUpdateCycles to FS common so it can be used with P3D/FSX and FS9 2019-06-13 17:37:29 +02:00
Klaus Basan
bddbc1a690 Ref T683, use slow updates in FS9 for thins not to be updated every cycle 2019-06-13 17:37:28 +02:00
Klaus Basan
bf8de29762 Ref T683, "updateOwnSituationAndGroundElevation"
* function to use own positions "on ground" to calculate ground elevation
* use this based on settings
* adjusted simulators code
2019-06-13 17:37:28 +02:00
Klaus Basan
85eae8c8cb Ref T683, move "m_ownAircraftUpdateCycles" one level up so it can be used in FS9 2019-06-13 01:18:10 +02:00
Klaus Basan
8f91d2a101 Ref T683, own aircraft provider CG update 2019-06-13 01:18:10 +02:00
Klaus Basan
43f3ac8a4e Ref T683, FSUIPC calculate CG 2019-06-13 01:18:09 +02:00
Klaus Basan
24e9ffb398 Ref T683, style 2019-06-13 01:18:09 +02:00
Klaus Basan
17ef62dd3e Ref T683, settings for "record gnd.elevation" (based on own aircraft) 2019-06-13 01:18:07 +02:00
Klaus Basan
1a9ec78bb3 Ref T681, renamed to rememberElevationAndSimulatorCG and style 2019-06-13 01:18:07 +02:00
Klaus Basan
378e917efb [airline icons] NATO icons 2019-06-13 01:18:06 +02:00
Klaus Basan
9c6d47e650 Moved XPDR definitions into "actionhotkeydefs.h" 2019-06-13 01:18:06 +02:00
Klaus Basan
941abd300e Ref T681, use simulator or DB CG as in settings 2019-06-13 01:18:05 +02:00
Klaus Basan
86431a46c7 Ref T681, preparations to use CG from DB
* renamed to "getSimulatorCG" ...
* pass simulator settings to sim.env.provider to decide what CG to use
* store DB CG and init it when aircraft is added
* style
2019-06-13 01:18:05 +02:00
Klaus Basan
c89aa553d8 Doxygen and style 2019-06-10 19:44:58 +02:00
Klaus Basan
f57a281e43 Ref T681, UI to set CG from DB plus settings improvements for simulator settings 2019-06-10 02:40:35 +02:00
Klaus Basan
9138ca37c0 Ref T681, settings for CG from DB 2019-06-10 02:39:55 +02:00
Klaus Basan
ed6de31181 Selector style 2019-06-10 02:37:05 +02:00
Klaus Basan
443bf03ae6 Info about scaling and screen resolution 2019-06-09 01:02:47 +02:00