summaryrefslogtreecommitdiff
path: root/plugins/jobutils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge further changes (???)Timothy Collett2012-09-101-1/+1
|
* Update dfhack for specific_ref.Alexander Gavrilov2012-05-031-1/+1
|
* Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-201-2/+2
|
* Job module api tweaks: add a namespace to match others and some funcs.Alexander Gavrilov2012-04-101-8/+8
|
* Add many new template functions for enums & bitfields.Alexander Gavrilov2012-03-171-2/+2
| | | | | An incompatible change: ENUM_KEY_STR returns std::string now. The old behavior is available via enum_item_key_str function.
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-58/+58
| | | | | | | | 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-9/+9
|
* New plugin interfacePetr Mrázek2012-02-211-5/+1
|
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-5/+5
|
* Allow using the job command with jobs highlighted in the unitjobs screen.Alexander Gavrilov2012-01-281-6/+11
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-26/+25
|
* Let job-material use any material in the build item selection mode.Alexander Gavrilov2012-01-151-2/+9
|
* Support the most important job types in workflow.Alexander Gavrilov2012-01-101-3/+6
|
* Update structures and implement modifying the job_item item type.Alexander Gavrilov2012-01-091-22/+71
|
* Move a few functions into the core, and add some more.Alexander Gavrilov2012-01-081-21/+5
|
* Move a bunch of stuff from the jobutils plugin into the core.Alexander Gavrilov2012-01-071-190/+30
|
* Allow setting job item materials.Alexander Gavrilov2012-01-051-11/+66
|
* Don't print empty parentheses without any flags to fill them.Alexander Gavrilov2012-01-041-2/+4
|
* Add a hotkey command to duplicate jobs in workshops.Alexander Gavrilov2012-01-041-3/+97
|
* Update data definitions.Alexander Gavrilov2012-01-041-22/+32
|
* Implement printing job details.Alexander Gavrilov2012-01-031-5/+134
|
* Move the MaterialInfo class to the main library.Alexander Gavrilov2012-01-031-195/+37
|
* Add a plugin to tweak inorganic materials in jobs.Alexander Gavrilov2012-01-021-0/+402
It also auto-seeks in the build item list if used in that context.