Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Save lists in the title menu should use natural sorting  (Read 751 times)

Doorkeeper

  • Bay Watcher
    • View Profile
Save lists in the title menu should use natural sorting
« on: July 26, 2022, 11:10:48 am »

Save lists are sorted alphabetically by folder name. The default naming system for newly-created worlds is: region1, region2, region3, ...

From saves region1 to region9, the oldest saves (region1) is displayed at top, while newest saves (region9) appear at the bottom of the list. This creates an expectation: when new worlds are created, they are expected to appear at the bottom of the list. Paired w/ the default save naming system, this implies that the higher the number is, the lower it would be listed on the menu.

So when region10 is created after region9, it's expected to be sorted to the bottom of the list. Instead region10 is placed b/w region1 and region2. region20 is placed b/w region2 and region3, etc. This is due to the purely alphabetical sorting system. Using natural sorting instead will sort higher numbered saves in proper order.

Natural sort order on Wikipedia



Start Playing menu


Continue Playing menu
Logged

Jostino

  • Bay Watcher
  • dig dig dig in the deepy shadows
    • View Profile
Re: Save lists in the title menu should use natural sorting
« Reply #1 on: August 03, 2022, 04:21:31 am »

Also, why not including a (real) date near the name of the saves?
Like:
Code: [Select]
Zavazushul, Folder: region1, (26/07/2022)
or

Code: [Select]
Zavazushul, Folder: region1, [26/07/2022]
or

Code: [Select]
Zavazushul, Folder: region1, <26/07/2022>
Logged
Re: Save lists in the title menu should use natural sorting
« Reply #2 on: August 03, 2022, 10:22:35 pm »

Also, why not including a (real) date near the name of the saves?
Like:
Code: [Select]
Zavazushul, Folder: region1, (26/07/2022)
or

Code: [Select]
Zavazushul, Folder: region1, [26/07/2022]
or

Code: [Select]
Zavazushul, Folder: region1, <26/07/2022>

+1
Logged