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
A500 low-pass filter is now much closer to a real typical A500
VS2019 project: Allow multi-core compilation in debug mode for faster compile time
Don't clear tick when setting BPM (shouldn't matter anyway)
Changed/added a few comments
Fix potential missing NUL terminator on output filename during sample save
Fix potential missing NUL terminator on output filename during .mod save
Fix: Filter coeffs were not recalculated during MOD2WAV
Code cleanup and version change
Fix fullscreen mouse bug on multi-monitor setups
Fix BPM duration issue in MOD2WAV
Fix BPM duration issue in PAT2SMP
Fix some small scaling mistakes (+ code cleanup)
Fix some debug settings for the Visual Studio project file
Don't touch playback counter when in "play/record pattern" mode
Fixed a small stuttering issue in the audio/video syncing
Change about screen text (PT2.3 -> PT2)
Clear "song is modified" flag during Clear All
Palette editor code cleanup
Visual Studio: Don't statically link CRT
Prevent denormalized numbers in RC filter routine
Fix >64kB misalignment in .MOD loader
Rescale values in musicTimeTab64 table to prevent division
Remove unneeded chunk check in WAV loader
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Update README.md
Added an INTEGERSCALING option to protracker.ini
Windows crashfix when double-clicking associated .mod files
Quick bugfix of PAT2SMP (yikes)
Some quick bugfix and compiler errors on macOS/Linux
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Update README.md
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Remove accidental assembly output file from Visual Studio project
Update README.md
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Update README.md