KJNeko / Atlas

A replacement program written in c++ to replace Game-List (f95zone game manager)
GNU General Public License v3.0
18 stars 3 forks source link

Cleanup #130

Closed KJNeko closed 1 year ago

KJNeko commented 1 year ago

Major things to note. Completely refactored the image loading/saving system. Thumbnail implementation was re-done but not implemented. I need to write better handling and I want to keep a constant thumbnail size across the app. So ripping the thumbnail resizing dependency out of the delegates will be one step toward this.

Did other cleanup all across the codebase. Fixed some UB bugs that I found.

towerwatchman commented 1 year ago

The banner image at the top is not behaving correctly, banner transparency isn't working, enabling thumbnails causes it to crash. scrolling with over 50 games is currently crashing as well. Trying to find out if this is a windows bug or game specific bug. Ill check the rest of the changes before merging.