summaryrefslogtreecommitdiff
path: root/plugins/zone.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of http://github.com/peterix/dfhackTimothy Collett2012-09-101-9/+13
|\
| * Merge remote-tracking branch 'upstream/master'Kelly Martin2012-07-161-7/+11
| |\
| | * Check zone plugin parameters betterPetr Mrázek2012-07-121-7/+11
| * | * Autolabor: really exclude the broker from all labors when trader requestedKelly Martin2012-07-111-2/+2
| |/
* | Merge further changes (???)Timothy Collett2012-09-101-2/+2
|/
* Merge remote-tracking branch 'ab9rf/master'Alexander Gavrilov2012-05-051-0/+48
|\
| * Add "tamable" for animals that can be tamed (PET or PET_EXOTIC in raws)Kelly Martin2012-04-201-0/+28
| * Add "naked" (has no inventory) predicate to zone (useful for mass pitting)Kelly Martin2012-04-201-0/+20
* | Update building creation code with new knowledge, and fix zone.Alexander Gavrilov2012-05-011-2/+2
|/
* zone: don't assign to cages which are designated but not yet placed (minor fi...Robert Heinrich2012-04-171-0/+8
* minor stuff, use building->is_room instead of building->isRoom() which return...Robert Heinrich2012-04-171-28/+9
* autopasture: only process domesticated own units to avoid problems with wild ...Robert Heinrich2012-04-161-14/+24
* zone: mass-assign nicknames, assign units to multiple cages inside a pasture....Robert Heinrich2012-04-161-19/+173
* autobutcher: only ignore built cages which are defined as rooms/zoos.Robert Heinrich2012-04-161-9/+154
* zone: fixed filter 'trained' so it now finds war/hunting creatures (who stran...Robert Heinrich2012-04-161-34/+45
* zone: don't assign owned pets to a cage. the owner will release them, resulti...Robert Heinrich2012-04-151-16/+11
* autonestbox: don't assign to nestboxes which are already claimed or contain e...Robert Heinrich2012-04-151-1/+24
* zone: added keyword 'not' which negates the filter followed by it (e.g. 'not ...Robert Heinrich2012-04-151-49/+195
* zone: added filters to search for creatures who can be trained for war/huntingRobert Heinrich2012-04-151-0/+42
* Add noegglayer zone filterKelly Martin2012-04-151-0/+7
* Track structures, fix trivial problem in zone pluginPetr Mrázek2012-04-151-0/+2
* tweak makeown: converts MERCHANT to TRADER (otherwise you can't assign jobs t...Robert Heinrich2012-04-141-5/+7
* zone: fixed major derp (assign commands would accidentally free caged creatur...Robert Heinrich2012-04-141-1/+0
* zone: fixed assigning to pit/pond. regrass: look for grass events in the map ...Robert Heinrich2012-04-111-12/+16
* zone: can now assign to and from built cages. autobutcher: fixed initializing...Robert Heinrich2012-04-101-61/+215
* zone tool: added new filter 'nograzer'Robert Heinrich2012-04-101-2/+23
* added tweak clear-resident which fixes bugged migrants and makes them proper ...Robert Heinrich2012-04-101-1/+13
* autobutcher: fixed behaviour of keywords 'all' and 'new'. (didn't work proper...Robert Heinrich2012-04-091-31/+59
* fixed wrong description of the behaviour for using keyword 'all' in autobutch...Robert Heinrich2012-04-091-2/+1
* autobutcher: added a forgotten ';'Robert Heinrich2012-04-091-1/+1
* autonestbox and autobutcher store settings in the savegame. added command lis...Robert Heinrich2012-04-091-57/+369
* zone: can now search for merchants (to allow pitting them). autobutcher: igno...Robert Heinrich2012-04-081-41/+67
* Leave merchant stuff alone, even if they're certainly dwarfs.Kelly Martin2012-04-081-3/+16
* Stealing animals from traders is bad.Kelly Martin2012-04-071-0/+9
* Don't assign dead animals to pastures.Kelly Martin2012-04-071-0/+5
* Exclude grazing units from autonestbox to avoid starving da poor boidsKelly Martin2012-04-071-0/+1
* autobutcher: added keywords 'all' and 'new' for handling the whole watchlist....Robert Heinrich2012-04-071-93/+78
* fixed handling of units in cages who have an invalid map pos.Robert Heinrich2012-04-071-9/+15
* autobutcher: now accepts list of races in one commandRobert Heinrich2012-04-071-212/+187
* added autobutcher: watch lifestock, mark excess animals for slaughter. Not qu...Robert Heinrich2012-04-071-25/+659
* some cleanup in zone tool, added slaughter option, autonestbox is now an own ...Robert Heinrich2012-04-051-104/+317
* Merge branch 'master' of git://github.com/peterix/dfhackRobert Heinrich2012-04-051-3/+3
|\
| * Fix zone toolPetr Mrázek2012-04-051-3/+3
* | zone tool: some cleanup, added 'slaughter' commandRobert Heinrich2012-04-051-72/+124
|/
* zone plugin: fixed bug when parsing optionsRobert Heinrich2012-04-041-14/+16
* zone tool: added lots of filters, added mass-assigning of nestboxesRobert Heinrich2012-04-041-81/+694
* minor fix in zone tool: ignore dead unitsRobert Heinrich2012-04-021-1/+12
* Added plugin 'zone'. Helps with assigning units to pens/pastures and pits.Robert Heinrich2012-04-021-0/+895