source: src/mlx/fsuipc.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(copy) @1137:87a29e5e4b2d   14 months ivaradi The G-load is measured during flare and the value at touchdown is … python3
(edit) @1104:efcef6ab0610   20 months ivaradi Fixed the detection of the Majestic Dash 8 model python3
(edit) @1093:dc920cdc6015   23 months ivaradi FSUIPC offset 0x0590 is handled as an integer on MSFS 2020 (re #366) python3
(edit) @1089:03726a21f686   2 years ivaradi FSUIPC offset 0x0590 is used to query altitude on MSFS 2020 (re #366) python3
(edit) @1088:2f55d163f603   2 years ivaradi The flight simulator type is set for all FSUIPC-based aircraft models. python3
(edit) @1078:a1e7d4f63210   2 years ivaradi PMDG on MSFS 2020 support (re #364) python3
(edit) @1077:e230d26ca700   2 years ivaradi Constants and basic support for MSFS 2020 (re #364). python3
(edit) @1022:b96b66bd7213   4 years ivaradi A periodic request is not reinserted into the one-shot request queue … python3
(edit) @1018:be38fc98e0d4   5 years ivaradi Backed out changeset a04761c61c0e It makes no sense to increase the … version_0.39_maint
(edit) @1017:a04761c61c0e   5 years ivaradi The PMDG model handler increases the elevator trim value by 5.0 version_0.39_maint
(edit) @1015:a6e03fae41e0   5 years ivaradi Adapted to the new interface of PyUIPC using bytes for strings (re #347) python3
(edit) @1004:09bc17c7f94e   6 years ivaradi Removed the xxx_todo stuff generated by 2to3 (re #347). python3
(edit) @968:1128dfecb282   6 years ivaradi Changed some variable names generated by the 2to3 into more readable … python3
(edit) @960:8e3a82e27332   6 years ivaradi Removed unnecessary latin-1 decoder from the FSUIPC handler (re #347) python3
(edit) @922:fcbc41076194   6 years ivaradi Using integer division where necessary (re #347). python3
(edit) @921:11f9fb4fb178   6 years ivaradi Fixed ordering for classes that used cmp (re #347). python3
(edit) @919:2ce8ca39525b   6 years ivaradi Ran 2to3 python3
(edit) @877:adf18182fbbf   8 years ivaradi Considering the 64-bit versions of FSX
(edit) @794:f261b3ac325b   9 years ivaradi Messages displayed in the simulator are converted to normal strings …
(edit) @793:fea44dadc477   9 years ivaradi Added support for marking requests as unimportant, and if marked so, …
(edit) @790:e69a08004f40   9 years ivaradi Added support for the Boeing 737-200 aircraft type (weight data is …
(edit) @789:0be8d7e8f7c8   9 years ivaradi Added some extra debug printouts to determine what is going on with …
(edit) @780:d82cefc7d457   9 years ivaradi The FSX variant of the DA fokker is also realized (re #294)
(edit) @766:86cca1d2f4e3   9 years ivaradi The N1 values of the Majestic Dash-8 Q400 are invalidated (re #292)
(edit) @765:fc1433d4854f   9 years ivaradi The N1 values of the Majestic Dash-8 Q400 are invalidated (re #292) version_0.37
(edit) @749:9a902bc9af01   9 years ivaradi Added some debug printouts that may shed light on the causes of the … version_0.37_maint
(edit) @669:bffaad6f58b3   10 years ivaradi The state of the gears cannot be read from the Majestic Dash 8, so we …
(edit) @668:089eac0ae9b4   10 years ivaradi The G-load is offset by 1.0 in case of the Majestic Dash 8 (re #274).
(edit) @667:956645902c5e   10 years ivaradi The pitot heat setting cannot be read from the Majestic Dash 8 (re #274).
(edit) @665:0427a438d269   10 years ivaradi G-load is interpreted as a signed value.
(edit) @662:96f78a73a25c   10 years ivaradi Added support for the Majestic Dash-8 Q400 model (re #274)
(edit) @660:6676cb122553   10 years ivaradi Prepar3D is also checked for when setting the transponder status for …
(edit) @659:d0311805dcd4   10 years ivaradi Prepar3D is also checked for when deciding what offsets to use for the …
(edit) @657:02dbe9fe9d87   10 years ivaradi Added constant for P3D as well as a check for the version (re #273).
(edit) @559:54fa2efc1dc2   11 years ivaradi Added debug printout to see what is read from FS when the flaps …
(edit) @545:6fcdb292a9a0   11 years ivaradi Removed ADF tricks (re #219)
(edit) @539:750f64278751   12 years ivaradi The no-strobe speed checker also works for models without strobe and …
(edit) @535:f42fe0ead68f   12 years ivaradi Implemented watchdog monitoring the FSUIPC and X-Plane connection handlers
(edit) @530:3fa228e58954   12 years ivaradi Fixed problems with the detection of the FSX Tu-154 (re #208)
(edit) @529:c728353e86b1   12 years ivaradi The Project Tupolev Tu-154 is detected on FSX as well and the …
(edit) @507:840c09a60253   12 years ivaradi The transponder mode value is taken into account after its having a …
(edit) @476:32423909dfdb   12 years ivaradi Added the PMDG 737NGX-specific offsets (re #116)
(edit) @456:1d6f4a83d381   12 years ivaradi Added the check whether the autopilot is coupled to the FMX (re #186)
(edit) @454:c376be3d7e4f   12 years ivaradi The pitot heat switch's value is not reversed (re #187)
(edit) @443:acbe605bb814   12 years ivaradi Added support for the BAe 146-200 aircraft type (re #182)
(edit) @412:01b3f7c87ceb   12 years ivaradi The index is always stepped, not only if the capacity is correct (re #178)
(edit) @408:1e2202fe006b   12 years ivaradi Added support for querying, displaying and simulating the QNH value …
(edit) @406:00bd37a9869f   12 years ivaradi Tanks with a capacity of less than 1.0 kg are not returned (re #168)
(edit) @401:15ad3c16ee11   12 years ivaradi The exception strings are converted from UTF-8 to unicode for proper …
(edit) @394:d85637f7b989   12 years ivaradi Added support for unreliable altimeter readings (re #165)
(edit) @390:7378fc230e10   12 years ivaradi Added the handling of the anti-ice values and extended the simulator …
(edit) @382:3e3eead0a055   12 years ivaradi The transponder setting is checked differently (#162)
(edit) @381:1e32fa836a07   12 years ivaradi Fixed some typos causing the Boeing 767 and CRJ 200 models to be …
(edit) @368:264ef9c471f3   12 years ivaradi Added support for the Project Tupolev Tu-154 and made ADF frequency …
(edit) @366:21db3f9653ce   12 years ivaradi Added support for the ILS frequency, and made use of it in case of the …
(edit) @361:297b84854dfc   12 years ivaradi In case of the DA F70 the transponder is considered to be turned on …
(edit) @341:c18840deae77   12 years ivaradi #114: the NAV lights are not considered for the DA F70 version_0.11
(edit) @340:36455b73b24f   12 years ivaradi #142: added the reading and logging of the elevator trim
(edit) @339:ede634649e12   12 years ivaradi Added the special PMDG offsets for the transponder and AP data
(edit) @337:a276a58aaa6e   12 years ivaradi #138: added the reading of the AP data and its displaying in the …
(edit) @334:7978a2496c31   12 years ivaradi #139: the transponder state is now queried and made available
(edit) @330:ae65c735022a   12 years ivaradi Removed some superfluous spaces
(edit) @321:8f6b55fb98ed   13 years ivaradi Added the forced logging of radio frequencies when entering certain …
(edit) @320:cc7c3c84efa0   13 years ivaradi Added support for logging the OBS settings for navigational radios
(edit) @317:26cd9b16bf92   13 years ivaradi Added the logging of the ADF frequencies
(edit) @315:baa139ef7784   13 years ivaradi The in-flight stage messages can be controlled separately
(edit) @314:09f49b9eef64   13 years ivaradi Added support for the landing lights and the NAV frequencies being …
(edit) @298:24c67ec5cdca   13 years ivaradi Documented the non-GUI modules
(edit) @290:1435334517fc   13 years ivaradi Fixed problem with querying the fuel tank info too early
(edit) @289:ab76473b8f85   13 years ivaradi Fixed the fuel handling of the DC-3
(edit) @274:b866c39279e8   13 years ivaradi Reworked fuel handling so that the model can tell what tanks there are
(edit) @263:7ee78a903649   13 years ivaradi RPM is handled properly and the fuel tanks of Li-2 match the simulator
(edit) @243:1a42c5aa468b   13 years ivaradi Added the logging of the CoG value
(edit) @240:ec52afedd4ad   13 years ivaradi Fixed the calculation of the fuel level
(edit) @212:fab302d5b7f6   13 years ivaradi Added support for the lights switches of the PMDG 737 NGX
(edit) @209:3172e5cab96e   13 years ivaradi The position of the gear control lever is logged
(edit) @191:b23bf6aa7672   13 years ivaradi Added support for the charter configuration version of the Boeing 737-800
(edit) @168:71af690e0c26   13 years ivaradi The hotkey handling works
(edit) @162:b565d30d01b3   13 years ivaradi Added support for forcing the Windows version to the PyUIPC simulator
(edit) @161:5d4225002097   13 years ivaradi Made FS time sync a bit more correct
(edit) @152:f0701a18628a   13 years ivaradi Made the sending of the closing message more reliable
(edit) @148:453ebaea9090   13 years ivaradi Implemented FS time synchronization
(edit) @141:3172532920ad   13 years ivaradi Fuel loading works
(edit) @140:7f24ede5d214   13 years ivaradi Reworked fuel tank handling to be more indirect
(edit) @134:9ce031d5d4a9   13 years ivaradi Most of the remaining messages are implemented
(edit) @133:dcbe33497899   13 years ivaradi The general message sending works and the most important messages are sent
(edit) @117:af3d52b9adc4   13 years ivaradi Implemented the weight help tab
(edit) @97:f885322fb296   13 years ivaradi The PIREP can be created and sent.
(edit) @89:ef4711a984fe   13 years ivaradi Added the collection of some further statistics and the finish page
(edit) @61:7deb4cf7dd78   13 years ivaradi The time page is implemented too.
(edit) @59:a3e0b8455dc8   13 years ivaradi Implemented better connection and connection failure handling.
(edit) @51:f0f99ac21935   13 years ivaradi Fleet retrieval and gate selection works, started new connection …
(add) @27:d95d48685969   13 years ivaradi Created icons, reorganized sources and made the Windows installer work
Note: See TracRevisionLog for help on using the revision log.