Files
Thunder12345andnevimer 6618c9d694 Misc File Purge: The Return (#92438)
## About The Pull Request

Purged several files inthe theme of misc.dm and broken the contents out
into better organised files.

Incidentally done some minor cleanup by removing an unused global list
referring to a string file that no-longer exists, and removing a useless
proc that replicated the behaviour of file2list().

## Why It's Good For The Game

See #60358 and all its successors

## Changelog
🆑
code: Reduced the number of files named misc.dm or similar by 14%.
/🆑
# Conflicts:
#	code/_globalvars/lists/flavor_misc.dm
2025-08-19 22:35:47 -04:00

9 lines
393 B
Plaintext

/// Cache of the width and height of icon files, to avoid repeating the same expensive operation
GLOBAL_LIST_EMPTY(icon_dimensions)
/// Cache of the states of icon files
GLOBAL_LIST_EMPTY(icon_states_cache)
/// Cache of the states of icon files, stored associatively with TRUE for lookup
GLOBAL_LIST_EMPTY(icon_states_cache_lookup)
/// Female Uniforms
GLOBAL_LIST_EMPTY(female_clothing_icons)