summaryrefslogtreecommitdiff
path: root/plugins/changeitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* zone: don't assign owned pets to a cage. the owner will release them, ↵Robert Heinrich2012-04-151-0/+3
| | | | resulting into infinite hauling (df bug)
* Update changeitem, allow attempting to change item subtypeQuietust2012-03-301-4/+52
|
* Merge branch 'master' of git://github.com/peterix/dfhackRobert Heinrich2012-03-291-1/+1
|\
| * Merge https://github.com/rh73/dfhackPetr Mrázek2012-03-291-1/+1
| |\ | | | | | | | | | | | | Conflicts: plugins/changelayer.cpp
| * | Tweaks!Petr Mrázek2012-03-291-2/+1
| | | | | | | | | | | | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags
* | | minor: return CR_WRONG_USAGE if user forgot to specify material and/or qualityRobert Heinrich2012-03-291-0/+2
| |/ |/|
* | minor: commands.clear() is not needed in plugin_init() anymore. (done by ↵Robert Heinrich2012-03-291-1/+0
| | | | | | | | | | | | pluginManager now) removed some useless comments
* | minor fix (forgot a line break in helpstring)Robert Heinrich2012-03-291-2/+2
|/
* added plugin changeitem (change material type and base quality)Robert Heinrich2012-03-291-0/+322