redo behavior of ssoverlays and atom overlay procs

This commit is contained in:
spookerton
2022-04-13 17:58:22 +01:00
parent 1ccb2df2de
commit 2572f042a3
14 changed files with 203 additions and 298 deletions

View File

@@ -51,11 +51,6 @@
if(. == 0) // If they have the same var, then sort by name.
. = sorttext(b.name, a.name)
// Sorts entries in a performance stats list.
/proc/cmp_generic_stat_item_time(list/A, list/B)
. = B[STAT_ENTRY_TIME] - A[STAT_ENTRY_TIME]
if (!.)
. = B[STAT_ENTRY_COUNT] - A[STAT_ENTRY_COUNT]
/proc/cmp_typepaths_asc(A, B)
return sorttext("[B]","[A]")