* Revert "Add gyro invert turn/look options (#1963)"
This reverts commit 54fcbd44166f14aace5e1113d70ea3c105524a26.
* Simplify gyro spaces
Combine local yaw/roll, drop player roll.
* Add config option for local roll
* Fix restore defaults for acceleration thresholds
* demote some messages to debug verbosity
Fixes#1959
* report music lump format in S_ChangeMusic() messages
* apply patch by @rfomin, thanks
* remove some unneccessary includes
* Increase max gyro sensitivity to 20x
* Increase max gyro steadying to 50 degrees/second
* Increase max gyro acceleration to 20x
* Increase max gyro acceleration threshold to 300 degrees/second
* Expose gyro acceleration thresholds in menu
* Use gyro defaults that match Steam Input
* Use libspng for encoding.
* Remove KEY_PRTSCR default. On Windows it's system screenshot which is slow
and affect DRS too.
* Skip DRS after screenshot.
* Use consistent description
* Use previous outer deadzone defaults
* Prioritize sensitivity thermos
* Rename gap macro to be less confusing
* Add gamepad movement sensitivities to menu
* Update advanced gamepad menu
* Movement speed --> sensitivity
* Implement option to correct automap aspect ratio
* Fix gridlines when rotate mode is not on
* Fix center coordinate sliding around when rotate mode is not on
* Simplify arithmatic
* Rename "aspect ratio correction" -> "square aspect ratio"
* Merge AM_rotatePoint and AM_aspectCorrectPoint into AM_transformPoint
* Square aspect ratio of line characters
* Don't square automap when aspect ratio correction is off
* Add auto save menu item
* Allow appending to default save name
* Add saving auto save
* Add loading auto save
* Add auto save slot to load game menu
* Fix rect x-offset
* Enable by default
* Do not restart the MIDI player if the current option does not match it.
* Don't use thermo bars for big numbers.
* Apply Ceski patch
Co-authored-by: ceski-1
* Add a new gap macro
* Limit wrapped strings to 2 lines
* Adjust FluidSynth string formatting
* Add native MIDI gain setting
* Add MIDI options menu
* Adjust gamepad menu for consistency
* Adjust video menu spacing