blob: bd022d59b14d424e291f8bc674c1844965eb8c4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Add support for displaying by groups
This means arranging all of the affixes in a group
together.
This also probably means subordinating affix groups to file
groups.
Add effect name tracking
Essentially, I want a list of all of the effects with names
attached to them, what the effect is, and the affix that it
is attached to.
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.
|