summaryrefslogtreecommitdiff
path: root/plugins/showmood.cpp
Commit message (Collapse)AuthorAgeFilesLines
* showmood: fix fetched/needed quantity calculationjj2012-08-091-2/+8
|
* showmood: display number of items already collectedjj2012-07-051-1/+7
|
* Some improvements to showmood - show relevant skill, cleanup messagesQuietust2012-05-251-14/+22
|
* Tweaks!Petr Mrázek2012-03-291-1/+0
| | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags
* Add many new template functions for enums & bitfields.Alexander Gavrilov2012-03-171-9/+9
| | | | | An incompatible change: ENUM_KEY_STR returns std::string now. The old behavior is available via enum_item_key_str function.
* Misc fixes for warnings...Petr Mrázek2012-03-101-0/+3
|
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-55/+55
| | | | | | | | This is an incompatible change to the plugin ABI. The Console is not thread-safe unless used indirectly via color_ostream_proxy, so everything should use their per-thread stream.
* Get rid of Simple namespace, Gui module is now a namespace.Petr Mrázek2012-03-031-1/+0
|
* New plugin interfacePetr Mrázek2012-02-211-4/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-2/+2
|
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-2/+2
|
* Make sure showmood has access to TranslationQuietust2012-01-271-0/+6
|
* Update Translation::TranslateName to include the first name, plus have it ↵Quietust2012-01-271-1/+1
| | | | follow the init setting for nickname display (in Dwarf mode)
* Goodbye, Translation moduleQuietust2012-01-241-4/+2
|
* Update showmood to recognize corpses (fell mood) and remains (macabre mood)Quietust2012-01-241-0/+6
|
* Tweak showmood, add a few validity checks, commit a dfhack.init example.Alexander Gavrilov2012-01-241-16/+27
|
* Print mood item flags if it's an unrecognized body partQuietust2012-01-231-2/+2
|
* Add "showmood" plugin, provides a detailed description of the currentlyQuietust2012-01-231-0/+263
active mood (if any)