Skip to content

Commit

Permalink
Merge branch 'wip' of github.com:walmis/VPforce-TelemFFB into wip
Browse files Browse the repository at this point in the history
  • Loading branch information
walmis committed Oct 24, 2024
2 parents b77a602 + 23504ff commit 4359d07
Show file tree
Hide file tree
Showing 13 changed files with 758 additions and 220 deletions.
53 changes: 1 addition & 52 deletions SM/settingswindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,6 @@
<property name="editable">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>DCS</string>
</property>
</item>
<item>
<property name="text">
<string>IL2</string>
</property>
</item>
<item>
<property name="text">
<string>MSFS</string>
</property>
</item>
</widget>
</item>
<item row="1" column="3">
Expand Down Expand Up @@ -92,43 +77,7 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="drp_class">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>PropellerAircraft</string>
</property>
</item>
<item>
<property name="text">
<string>TurbopropAircraft</string>
</property>
</item>
<item>
<property name="text">
<string>JetAircraft</string>
</property>
</item>
<item>
<property name="text">
<string>GliderAircraft</string>
</property>
</item>
<item>
<property name="text">
<string>Helicopter</string>
</property>
</item>
<item>
<property name="text">
<string>HPGHelicopter</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="drp_class"/>
</item>
<item row="1" column="5">
<spacer name="horizontalSpacer">
Expand Down
13 changes: 13 additions & 0 deletions _RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
This is not an exhaustive change log (see github for that). This file only outlines the new/improved/changed functionality for new commits

############################################
## October 6,, 2024
############################################
## General
- Updated many effects to work properly with pedals axis. "Direction" was hard coded for y axis which does not exist for pedals.
## DCS
- Remove bad damage telemetry from Mi-24 causing random activation of the damage effect
## MSFS
- Fix issue that would cause trouble with cyclic spring initialization when the sim freezes or pauses while the trim release button is being held.
- Improve AFCS following logic for HPGHelicopter class
- New 'SASHelicopter' class to support 2-axis SAS that will be supported on upcoming 'heliSAS' mods from SimFocus.

############################################
## September 8, 2024
############################################
Expand Down
Loading

0 comments on commit 4359d07

Please sign in to comment.