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