summaryrefslogtreecommitdiff
path: root/plugins/forceequip.cpp
Commit message (Collapse)AuthorAgeFilesLines
* body_part_raw has its own set of flags which do NOT match body_part_templateQuietust2012-05-301-8/+8
|
* Sync to changes in df-structures.Alexander Gavrilov2012-05-261-11/+11
|
* Remove stuff that shouldn't be in the core, and expose to lua what's left.Alexander Gavrilov2012-05-201-1/+185
| | | | | | | | | Specifically, any "if (verbose) { Core::printerr("blah") }" kind of stuff definitely doesn't belong in the common API functions. Also, ref->getUnit() is very expensive. On the other hand, checks for crash-inducing conflicts with the ui should be in the core api, and not in client plugins.
* Added ForceEquip plugin to projectharlanplayford2012-05-151-0/+457
Signed-off-by: playfordh <harlanplayford@gmail.com>