Ofunniku / dwarftherapist

Automatically exported from code.google.com/p/dwarftherapist
Other
0 stars 0 forks source link

Additional Dwarf Filter Options (no Nobles, Babies, Children, Military, etc) #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to be able to have a checkbox to filter out anyone whose
settings are irrelevant:

On the labor screen: nobles who won't work, babies and children, and active
military.
On the military screen: anyone who is neither active military nor ranger.

Exactly which dwarves get filtered out is kind of a gray area (for example,
dungeon master tasks can't be modified, but it's useful to know that he's
assigned to them).  But even to be able to filter on the modifiable flag
would be more useful than it currently is.

Original issue reported on code.google.com by Original...@gmail.com on 8 Nov 2009 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by mochn...@gmail.com on 22 Feb 2010 at 8:55

GoogleCodeExporter commented 9 years ago
Moving what was once planned for 0.5.0 to 0.5.1, since 0.5.0 will be released 
once all old functionality is working on 0.31.01

Original comment by treyst...@gmail.com on 6 Apr 2010 at 6:03

GoogleCodeExporter commented 9 years ago
File -> Scripting -> Add New Filter Script...

In your script put in the following...

d.can_set_labors()

Then save the script as something like "Can Set Labors". Your new script will 
show up 
in the dropdown next to the name filter so you can run it whenever you like. 
There is 
also a group-by for Military Status that will break dwarves down by category 
like 
Noble, Champion, Juvenile, Can Activate etc...

Original comment by treyst...@gmail.com on 24 Apr 2010 at 10:33