mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-12 04:14:05 +00:00
Add a lower cap to launcher viewing distance spinbox (#8208)
This commit is contained in:
parent
891bb67ac5
commit
e78d3e8ac6
@ -199,6 +199,7 @@
|
|||||||
Bug #8187: Intervention effects should use Chebyshev distance to determine the closest marker
|
Bug #8187: Intervention effects should use Chebyshev distance to determine the closest marker
|
||||||
Bug #8191: NiRollController does not work for sheath meshes
|
Bug #8191: NiRollController does not work for sheath meshes
|
||||||
Bug #8207: Using hand-to-hand while sneaking plays the critical hit sound when the target is not getting hurt
|
Bug #8207: Using hand-to-hand while sneaking plays the critical hit sound when the target is not getting hurt
|
||||||
|
Bug #8208: The launcher's view distance option's minimum value isn't capped to Vanilla's minimum
|
||||||
Feature #1415: Infinite fall failsafe
|
Feature #1415: Infinite fall failsafe
|
||||||
Feature #2566: Handle NAM9 records for manual cell references
|
Feature #2566: Handle NAM9 records for manual cell references
|
||||||
Feature #3501: OpenMW-CS: Instance Editing - Shortcuts for axial locking
|
Feature #3501: OpenMW-CS: Instance Editing - Shortcuts for axial locking
|
||||||
|
@ -706,7 +706,7 @@
|
|||||||
<number>3</number>
|
<number>3</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<double>0.000000000000000</double>
|
<double>0.250000000000000</double>
|
||||||
</property>
|
</property>
|
||||||
<property name="singleStep">
|
<property name="singleStep">
|
||||||
<double>0.125000000000000</double>
|
<double>0.125000000000000</double>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user