Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
To Do
Browse files Browse the repository at this point in the history
  • Loading branch information
PunishedPineapple committed Sep 27, 2020
1 parent 0a36afa commit 5a5456b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WaymarkPresetPlugin/ToDo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

Low Priority:

- Have the MapViewState dictionary be saved/loaded to the config file if we can find a good place to save when the plugin is unloaded.
- Make the library enumerable and protect the presets list. This doesn't completely solve the potential for untracked changes (names and zone IDs can change), but it helps. To be able to fully remove sorting the presets each frame, presets would have to have change events for those fields as well to which the library could subscribe.
- Use waymark icons instead of just plain text for markers on maps once Dalamud has updated Lumina.
- Fix waymark icon loading once Dalamud has updated Lumina.
- Maybe add "preferred for zone" or "starred" bool/checkmark in the info pane/editor as a field in a preset to tell if it should be given priority for auto load?
- Probably throttle checking the content finder link type in the future so that UI rendering doesn't call into the game a trillion times a second if we want to go back to removing the direct place button when not in an instance.
- Switch preset import text box to be one with a hint if that ever gets fixed in the C# ImGui bindings.
Expand Down

0 comments on commit 5a5456b

Please sign in to comment.