summaryrefslogtreecommitdiff
path: root/plugins/cleanowned.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup autolabor+cleanowned, fix depends/clsocketQuietust2012-09-131-8/+8
|
* Merge further changes (???)Timothy Collett2012-09-101-7/+7
|
* Update the item owner modification api and export it to lua.Alexander Gavrilov2012-04-111-4/+3
|
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-18/+18
| | | | | | | | 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-5/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-2/+2
|
* Update docs.Petr Mrázek2012-02-051-2/+2
|
* Modify a number of commands to use CR_WRONG_USAGE for displaying help.Alexander Gavrilov2012-01-281-26/+18
|
* Cleanowned doesn't need Materials, but it does need Translation in order to ↵Quietust2012-01-271-5/+5
| | | | print names
* Update Translation::TranslateName to include the first name, plus have it ↵Quietust2012-01-271-8/+1
| | | | follow the init setting for nickname display (in Dwarf mode)
* Removed unused varQuietust2012-01-241-1/+0
|
* Kill the Units module, and add another pair of methods to the Items module ↵Quietust2012-01-241-13/+8
| | | | to simplify some things
* Goodbye, Translation moduleQuietust2012-01-241-3/+1
|
* Use CoreSuspender and namespace df::enumsQuietust2012-01-211-11/+14
|
* Get rid of df_nameQuietust2012-01-211-1/+1
|
* Cleanup the Units moduleQuietust2012-01-211-4/+4
|
* Cleanowned doesn't touch the Maps moduleQuietust2012-01-191-1/+0
|
* Kill the Items moduleQuietust2012-01-161-17/+11
|
* df_item -> df::item, t_itemflags -> df::item_flagsQuietust2012-01-161-13/+13
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-8/+8
|
* Fix output formattingQuietust2012-01-111-1/+1
|
* Header changes/cleanup.Petr Mrázek2011-12-311-9/+9
|
* Renaming Creatures to UnitsPetr Mrázek2011-12-021-3/+3
|
* Fix cleanowned plugin.Petr Mrázek2011-11-031-7/+15
|
* Add enum for item types.Petr Mrázek2011-10-261-4/+14
|
* Items refactor. readItem turned into copyItem, most Items methods now accept ↵Petr Mrázek2011-10-261-18/+15
| | | | plain df_item * instead of the copies.
* More of the items overhaulPetr Mrázek2011-10-251-1/+3
|
* Kill item variable accessors. YES.Petr Mrázek2011-10-251-3/+3
|
* Creatures module rewritePetr Mrázek2011-09-181-7/+5
|
* Fix problem with running interactive commands from hotkeys.Petr Mrázek2011-08-061-16/+1
|
* Fix cleanowned output.Petr Mrázek2011-08-051-12/+12
|
* A whole bunch of fixes for crash bugs.Petr Mrázek2011-08-051-8/+24
|
* Ported deramp, cleanowned and cleartask tools.Petr Mrázek2011-08-051-89/+98
|
* Ported autodump toolPetr Mrázek2011-08-041-0/+194