Commit graph

3 commits

Author SHA1 Message Date
James R
6d7dd8adac Disallow textures >2048 in size, print a console warning 2024-03-09 16:14:13 -08:00
James R
9d0e01b073 R_PrintTextureDuplicates: always join thread
If the program exits without joining this thread, that's
a crash.
2024-02-26 20:54:11 -08:00
James R
04a2bdcda9 DEVELOP: warn about duplicate textures in mainwads
Checks on a background thread since the complexity should
be O(n^2). The specific texture data it checks shouldn't
change after R_LoadTextures so it doesn't need a mutex.
2023-03-13 16:41:26 -07:00