macOS/Windows: Updated SDL to version 2.0.20
Merge pull request #27 from niclasr/external-flac
Allow using external libflac
Mac: Allow left Option key for A/X/C/V bindings, and remove "Play Song" on Left Cmd press
Kludge for marking last sample point in fullscreen mode
Fix MacOS compile warning in RtMidi.cpp
Slight color adjustment of About-screen stars
Fix offset bug when using Cut (or CTRL+X) on 16-bit samples
Merge pull request #26 from sulix/dpiwayland
[Mac] Fix occasional mouse scaling bug when leaving fullscreen
Mouse fix for high-DPI non-macOS systems (e.g. Wayland)
Windows/macOS: Update SDL2 to version 2.0.16
Fix crash when using the "Copy ins." and "Xchg ins." feature
Fixed small bug in instrument editor piano (+ small cleanup)
Made graphics license a bit more clear
Very minor variable/comment changing
Merge pull request #22 from ftrvxmtrx/master
Change URL prefix in about screen
config: ensure the size of the config_t struct is correct
pack pal16_t (otherwise crashes on Plan 9)
Mouse fix for Wayland (issue #21)
Pushed v1.47 code (mega-commit, unfortunately)
S3M loader: If overflown parameter in Axx -> Fxx conversion, clamp to $1F instead of removing effect
Fixed problem loading audio settings from config in v1.45
Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Merge pull request #20 from kode54/master
Fix macOS default audio output device if the config string is empty
Fix macOS default audio device config, since SDL doesn't appreciably list the current default device first
Fix diskop default path crash if default path unset
Linux: Try $XDG_CONFIG_HOME before $HOME on config load, + code cleanup
Update ft2_module_loader.c
Pack TonTyp struct (apparently needed for some systems)
Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Add support for lading a few more .MOD types
Update README.md
Allow screensaver to be activated
Add new src folders to CMakeList.txt (issue #16)
VS project file: How on earth did you end up in there?
Big code change, read description
tuneSample() fix for Amiga periods
tuneSample() didn't use the correct period table under all circumstances
Remove unsuitable quit messages + code cleanup
Fix: Key next to left shift (Note Off) was not working on all kb layouts
Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Small cleanup of the tuneSample() function
Update README.md
Some cleanup and changing of comments
Fixed strange typo in comment :)
Code cleanup: No need for two interpolator macros (8-bit/16-bit)
Don't cache scrollbar parameters (caused stupid bugs)
Better sample import tuning, and micro optimizations
New feature: Draw C-4 (mid-C) frequency in Inster. Ed.
We don't need this anymore...
New MacOS make-scripts for universal Intel/ARM binary building
Remove SD_RENDERER_ACCELERATED flag (fixes problems in rare cases)
Update SDL to version 2.0.14
Rewrote a comment that was not correct (it lied to you!)
[x86/x86_64] Speed up linear interpolation resampler
Faster fade-in of starfield/logo in the about screen
VS2019: Add multi-core compilation to debug mode
Simplified relocateTon() (still accurate)
Fixed potential setPos() bug
Added boundary sanity checking to BMP loaders
Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Update README.md
Update README.md