* SDL bugfix for settings width/height smaller than your monitors resolution.
* Write settings back to config.
* Swap width for height.
* Handle config resolution larger than monitor.
* Spacing
* Beat detect sensitivity fix.
* Default: 1.0
* ReadMe beat sensitivity min/max.
* Beat sensitivity from config or settings isn't initialized.
* Smarter position.
* Make PCMScale (vol_history) also impacted by beat_sensitivity.
* Enhance and clarify Hard Cuts and better separate beat sensitivity.
* Forgot one config.
* Consistency with defaults.
* Even more clear about the default for Beat Sensitivity.
* Bette
* Removing test message.
* New timing functions. Handle drawing text that's too big.
* SDL space and switch libprojectM to use setPresetLock for L.
or else we end up like this:
./configure: 18902: ./configure: Syntax error: redirection unexpected
or
./configure: 20152: ./configure: my_CFLAGS+=-DDATADIR_PATH=\""$(pkgdatadir)"\" : not found
./configure: 20153: ./configure: my_CFLAGS+=-I$(top_srcdir)/vendor : not found
Gentoo-bug: https://bugs.gentoo.org/714098
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* SDL: When there is no config (built-in defaults) use monitor max refresh rate as FPS cap.
* As recommended - anything less than 60fps is not a realistic cap. So fall back on that.
* Rewrite of stretchMonitors to support abnormal layouts (not perfect vertical or horizontal layouts)
* Fix monitor swap.
* More fixes to stretching after testing on another computer.
* Typo fix