shithub: pt2-clone

Download patch

ref: 4188e80007f412afb1eaa79901189675073db0ef
parent: bc53178ef2eec6e25e5780cf3a6d41a976ca4395
author: Olav Sørensen <olav.sorensen@live.no>
date: Sat Aug 12 16:11:33 EDT 2023

Pushed v1.62 code

- Bugfix: It was possible to scroll out of bounds in Disk Op. by using shift+key
- Bugfix: Don't set "song unsaved" flag if text editing didn't make a change
- Bugfix: Editing the Disk Op. path text would set the "song unsaved" flag (lol)
- Bugfix: Using the "CLEAR" button while Edit. Op. or the about screen was open could lead to a screen redrawing issue
- Disk Op. file entry jumping (left shift + key) now works a bit differently. If the last pressed jump key didn't change, cycle through pages if there are more matches to be found. This allows for quicker module finding. Thanks to Fireb0y for this suggestion!
- Re-implemented the Pos Ed. pattern naming feature. Be aware that this data is not saved to the module, and is only used to temporarily keep track of the patterns while making the module. Yes, it's a quite crippled feature, but some people asked me to implement it again!
- Code refactoring, a small portion of the code should be easier to understand now (still a long way to go...)
- Windows/macOS: Updated SDL to v2.28.2