Skip to content

Commit

Permalink
no more aneri-sort + update binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Dec 26, 2024
1 parent 229b14c commit d209e8b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 21 deletions.
Binary file modified aneri.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion code/__HELPERS/areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ GLOBAL_LIST_INIT(typecache_powerfailure_safe_areas, typecacheof(list(
/// Returns a sorted version of GLOB.areas, by name
/proc/get_sorted_areas()
if(!GLOB.sortedAreas)
GLOB.sortedAreas = aneri_sort_by_string_var(GLOB.areas, "name")
GLOB.sortedAreas = sortTim(GLOB.areas.Copy(), /proc/cmp_name_asc)
return GLOB.sortedAreas

//Takes: Area type as a text string from a variable.
Expand Down
Binary file modified libaneri.so
Binary file not shown.
19 changes: 0 additions & 19 deletions monkestation/code/__HELPERS/aneri/sort.dm

This file was deleted.

1 change: 0 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5918,7 +5918,6 @@
#include "monkestation\code\__HELPERS\turfs.dm"
#include "monkestation\code\__HELPERS\aneri\_aneri.dm"
#include "monkestation\code\__HELPERS\aneri\misc.dm"
#include "monkestation\code\__HELPERS\aneri\sort.dm"
#include "monkestation\code\__HELPERS\aneri\time.dm"
#include "monkestation\code\__HELPERS\aneri\rand\global.dm"
#include "monkestation\code\__HELPERS\aneri\rand\instanced.dm"
Expand Down

0 comments on commit d209e8b

Please sign in to comment.