paulaSetPeriod minor edge-case fix
Revert vs2019 PT config to default
Fix compile issue (issue #30)
Better SDL version checking + minor changes
Merge pull request #28 from 8bitbubsy/revert-27-master
Revert "Fixed SDL2 patchlevel checks, they were ignoring minor version."
Merge pull request #27 from stu/master
Fixed SDL2 patchlevel checks, they were ignoring minor version.
Set tick to 0 on step play (fixes ECx where x=speed-1)
Fix playback timer not increasing on BPM 32
Fullscreen bugfixes + others + cleanup
Fixed Bxx effect bug in play/record pattern mode
Kludge for allowing some missing key repeats
Small audio filter changes
Fix order-of-testing mistake.
Handle top-left corner as quit in fullscreen mode
Made some code even more POSIX compliant
Convert IEEE 754 table to normal numbers
Fix possible loop corruption after cutting/deleting sample data
Config entry for keeping edit mode after step-play
Windows: Fix crash when double-clicking a .MOD while a PT2 clone instance is already running
Fix possible out-of-sync between replayer pos and tracker pos
Fix broken audio sampling on macOS
Fixed CTRL+T (Swap Channel) bugs
Fix (rarely audible) click bug in BLEP synthesis
Added more bits for fractional part of HPC timers
Fix compile issues in pt2_xpk.c
Added support for loading XPK-compressed modules
Fix spectrum analyzer using wrong period range
Don't handle mouse click if window wasn't in focus
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
macOS/Windows: Updated SDL to version 2.0.20
Merge pull request #21 from trebmuh/patch-2
adds a French Name for French users
Merge pull request #20 from MrSVCD/master
changed License to 'Free BSD licensens'
Changed foldername from Linux to Freedesktop.org Resources to better reflect file use
Rename LICENSE to ProTracker 2 clone.LICENSE
Linux desktop integrations files added
Added more text to comment in protracker.ini
Fix potential thread issues
Fixed typo in pt_pal_editor/make-linux.sh
paulaStartDMA() null-pointer fix
Disable A1200 low-pass filter if audio freq. is too low
Windows/macOS: Update SDL2 to v2.0.16
Fixed: Paula/Scope delta cache didn't work properly
Fixed: Tempo was off by a tiny fraction (BPM -> CIA period -> Hz calc.)
Bugfix for the volume ramper in the sample editor
Simplified dir sorting (and made it PT-like)
Mouse wheel bugfix for sample editor toolboxes
Code cleanup and render length fix for MOD2WAV
Use 64-bit fixed-point logic instead of floating-point for samplesPerTick
Prevent ever-increasing memory usage while program is minimized
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Allow hex chars in Mix text input in Edit Op. #3 (fixes issue #15)
Update README.md
Allow screensaver to be activated (issue #14)
We don't need these anymore...
New MacOS make-scripts for universal Intel/ARM binary building
Update SDL to version 2.0.14
Update README.md