dxx-rebirth/similar
Kp 8cc209b566 Simplify listing player files at startup
Remove the use of qsort, since PhysFS sorts the result.  The PhysFS sort
is case-sensitive rather than insensitive as the qsort was, but this is
unlikely to matter for most users.

Avoid an unnecessary strlen.  The required data can be obtained from the
strchr.

Suppress player files that do not end in `.plr`.  PhysFS should not
return such a file, and if it did, later code would likely become
confused.  Hide such files from the user.
2020-12-26 21:17:29 +00:00
..
2d Make kmatrix background optional 2020-12-26 21:17:29 +00:00
3d Move more symbols into namespaces 2020-12-26 21:17:29 +00:00
arch Fix sdlmixer=0 build 2020-11-30 05:12:00 +00:00
editor Use enum class for wallnum_t 2020-12-26 21:17:29 +00:00
main Simplify listing player files at startup 2020-12-26 21:17:29 +00:00
misc Move more symbols into namespaces 2020-12-26 21:17:29 +00:00