Files
0ad/source
Dunedan 4b3d7f018b Improve find_files implementation
Instead of listing files recursively for each directory manually, this
uses the built-in glob functionality of Python's pathlib.Path. As
part of this the found paths are returned as generator instead of a
list. Together this results in easier to read code and better
performance.
2025-05-27 07:32:51 +02:00
..
2025-04-11 06:24:32 +02:00
2025-05-26 13:12:47 -05:00
2025-04-26 20:53:09 +02:00
2024-11-25 20:01:00 +01:00
2025-05-26 13:12:47 -05:00
2025-05-16 14:57:59 -05:00
2025-05-27 07:32:51 +02:00
2025-04-25 19:15:57 +02:00