ddnet/src/game/editor
Robert Müller 98848cde70 Use str_comp_filenames to sort maps and demos again
This means that digit characters in filenames will be comparsed as numbers instead of being compared as individual digits.

The use of this function was previously (d2f5714042) removed as it did not sort names case insensitively, whereas now it does.
2022-09-30 14:48:53 +02:00
..
auto_map.cpp Huge variable naming format 2022-07-08 18:01:29 +02:00
auto_map.h Format vector variables names (fixes #5209) 2022-06-11 21:38:49 +02:00
editor.cpp Replace magic numbers with enum EShowEnvelope 2022-09-22 18:02:07 +02:00
editor.h Use str_comp_filenames to sort maps and demos again 2022-09-30 14:48:53 +02:00
explanations.cpp Rename TILE_CHECKPOINT_XXX to TILE_TIME_CHECKPOINT_XXX 2022-06-30 23:41:40 +02:00
io.cpp Merge #5696 2022-08-22 21:15:41 +00:00
layer_game.cpp Huge variable naming format 2022-07-08 18:01:29 +02:00
layer_quads.cpp editor: added order button in quads popup 2022-09-10 18:04:38 +02:00
layer_sounds.cpp Editor: added the possibility to duplicate layers 2022-08-19 13:20:50 +02:00
layer_tiles.cpp Editor: added the possibility to duplicate layers 2022-08-19 13:20:50 +02:00
popups.cpp Merge #5756 2022-09-16 01:17:56 +00:00