From 955bbcb8afa6fcf14b96444ee561e8d6a9adefef Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Thu, 3 Jan 2019 11:13:15 -0400 Subject: Initial project commit --- todo.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 todo.txt (limited to 'todo.txt') diff --git a/todo.txt b/todo.txt new file mode 100644 index 00000000..931d94ee --- /dev/null +++ b/todo.txt @@ -0,0 +1,19 @@ +Add gem affix groups + Essentially, things with names that differ only in a trailing + number get arranged into a common group that displays together for + ease of reading. + +Add option to display zero-weight affixes + +Add tagging of things w/ custom internal names w/ their file name + +Add some sort of GUI? + Add some more sorting/filtration abilities + + Add DB support + Load/save to a SQLite database file instead of from .DAT + files. This means having some kind of 'Import .DAT Files..' + option. + + SQLite is chosen for being able to easily pass around data + files. -- cgit v1.2.3