Added an advanced preference for the PRNG combat option
[ci skip]
(cherry-picked from commit 8baeb8457d
)
This commit is contained in:
parent
6698a8269a
commit
3f9137f7e8
2 changed files with 12 additions and 0 deletions
|
@ -44,6 +44,8 @@
|
|||
## Version 1.14.3+dev
|
||||
### User interface
|
||||
* Improved the layout of the Statistics dialog.
|
||||
### Miscellaneous and bug fixes
|
||||
* Added an advanced preference to enable experimental PRNG combat.
|
||||
|
||||
## Version 1.14.3
|
||||
### AI
|
||||
|
|
|
@ -181,6 +181,16 @@
|
|||
default=no
|
||||
[/advanced_preference]
|
||||
|
||||
[advanced_preference]
|
||||
field=use_prng
|
||||
name= _ "Use experimental PRNG combat"
|
||||
description= _ "Enables more determinstic chance-to-hit calculations. This is an experimental feature designed to bring the observed hit/miss rate more in line with the displayed percentages.
|
||||
|
||||
Note: this option only affects singleplayer, and the 'Save random seed' option must also be enabled when creating a game for this to work."
|
||||
type=boolean
|
||||
default=no
|
||||
[/advanced_preference]
|
||||
|
||||
#ifdef __UNUSED__
|
||||
[advanced_preference]
|
||||
field=joystick_support_enabled
|
||||
|
|
Loading…
Add table
Reference in a new issue