Handle subdirectories in tool dir managers #36
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: williamjcm/MassBuilderSaveTool#36
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Self-explanatory. Will need a VFS of some kind.
TODO:
BackupManager
(crawling directories:fbfcce1d86
, VFS layer for ImGui:c1ad757f80
, actual GUI support: on hold because of a potential bug in ImGui)StagedMassManager
. Done. No VFS layer nor GUI support, for the same reasons as above.ArmourManager
WeaponManager
StyleManager
No VFS needed. Just an array of relative paths.
Actually, yeah, a VFS will be needed. ImGui has no support for string views (yet), after all. Once that support is in, though, the VFS will be gone.