Results 1 to 4 of 4

Thread: Spawn time sort descending bug

  1. #1
    Registered User
    Join Date
    Aug 2020
    Posts
    131

    Spawn time sort descending bug

    It appears that when the time rolls over to midnight (00:00, it will no longer sort correctly by the SpawnTime column in descending order. They go to the bottom of the list since 00 < 23.

  2. #2
    Administrator
    Join Date
    Oct 2019
    Posts
    497

    Re: Spawn time sort descending bug

    I hadn't found that specific issue, but there are a lot of sorting issues that I hope to fix. Thanks for reporting this!

  3. #3
    Registered User
    Join Date
    Aug 2020
    Posts
    131

    Re: Spawn time sort descending bug

    Yes, in order to replicate it, you need to be playing a little before and after midnight your time. Technically, the app is doing what it should by the numerical nature. It just needs extra logic to be able to tell it that if time rolls from 23 over to 00, to treat 00 as being "newer" or higher in the sorting calculation being done when sorting SpawnTime by descending value.

  4. #4
    Developer
    Join Date
    Oct 2010
    Posts
    214

    Re: Spawn time sort descending bug

    I can confirm this, I suspect the table widget being used to display the spawn list doesn't know that column is a time field and is treating it as a string. I assume showeq isn't passing it a time value, just the time string. So it just sorts by the string, which doesn't include a date.

    I've seen the bug a few times, I just take it as a sign that I need to go to bed.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On