Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/10/2022 in all areas

  1. Ok, it's done, the list directly in the header of the game selection dialog is gone, instead you have now "Recent games" and "Most played games". It displays the list in 2 columns with the times / number of times played on column 2, which means you won't see any of this 2nd column if using a vga window because these game names are way too long !!! But since the list is sorted, and you'll probably want the 1st entries anyway, it's ok even without seeing the times. Switch to fullscreen if you want to see them. Also added an option to initialize the "recent games" from the access time of the files in savedata. It's the access time which is tested (last time the file was read), in a file selector it's usually the modification time you see, which is older. And if the time becomes > 1 year, it counts in years and does not display days or times in this case because they don't have much meaning anymore. This should finish this option for good this time, but it's right it needed some improvements ! It's pushed to git. edit : on 2nd thought, limited the names of the games in these 2 dialogs to 40 characters max, much better readability. Also the desktop is also resized now on windows resize events (the reason why the drawing was not updated behind the dialog after your window resize).
    1 point
×
×
  • Create New...