Handle subdirectories in tool dir managers #36

Open
opened 2024-03-30 23:57:43 +01:00 by williamjcm · 2 comments
Owner

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
Self-explanatory. Will need a VFS of some kind. TODO: - [x] `BackupManager` (crawling directories: fbfcce1d86252b66c44e9ac3cdff9a431ac1e61d, VFS layer for ImGui: c1ad757f80ebaf39735859ee2a0bc6e5bd215d69, actual GUI support: on hold because of a potential bug in ImGui) - [x] `StagedMassManager`. Done. No VFS layer nor GUI support, for the same reasons as above. - [ ] `ArmourManager` - [ ] `WeaponManager` - [ ] `StyleManager`
williamjcm added this to the v1.5.0 milestone 2024-03-30 23:57:43 +01:00
williamjcm added the
enhancement
label 2024-03-30 23:57:43 +01:00
williamjcm self-assigned this 2024-03-30 23:57:43 +01:00
Author
Owner

No VFS needed. Just an array of relative paths.

No VFS needed. Just an array of relative paths.
Author
Owner

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.

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.
williamjcm removed this from the v1.5.0 milestone 2024-07-16 13:22:35 +02:00
williamjcm removed reference one-point-five 2024-07-16 13:22:37 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: williamjcm/MassBuilderSaveTool#36
No description provided.