Fixed: F_AllResourcePaths resulted in bogus leaf nodes being added to FileDirectory for all subdirectories of the matched search path. For example, if the directory data\jdoom\models\ exists in the real filesystem and the search data\jdoom\* is executed, a new leaf was created for "models" despite it not being a leaf. Optimize: PathDirectory once again no longer stores the path delimiter along with each non-leaf path fragment.
Fixed: F_AllResourcePaths resulted in bogus leaf nodes being added to FileDirectory for all subdirectories of the matched search path. For example, if the directory data\jdoom\models\ exists in the real filesystem and the search data\jdoom\* is executed, a new leaf was created for "models" despite it not being a leaf.
Optimize: PathDirectory once again no longer stores the path delimiter along with each non-leaf path fragment.