summaryrefslogtreecommitdiff
path: root/library/modules/Job.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Merge branch 'master' of http://github.com/peterix/dfhackTimothy Collett2012-09-101-1/+1
|\
| * Extract the color enum from color_ostream to toplevel.Alexander Gavrilov2012-08-191-1/+1
* | Merge further changes (???)Timothy Collett2012-09-101-1/+1
|/
* Add api for enabling liquid and temperature updates for blocks.Alexander Gavrilov2012-05-121-0/+12
* Update dfhack for specific_ref.Alexander Gavrilov2012-05-031-5/+6
* Implement unconstructed building instance creation and linking into world.Alexander Gavrilov2012-04-291-0/+37
* Job module api tweaks: add a namespace to match others and some funcs.Alexander Gavrilov2012-04-101-7/+49
* Wrap a few utility functions defined on the c++ side for lua.Alexander Gavrilov2012-04-051-0/+15
* Add many new template functions for enums & bitfields.Alexander Gavrilov2012-03-171-6/+6
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-27/+27
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-2/+2
* Remove UTF-8 BOMsQuietust2012-01-271-1/+1
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-9/+9
* Add timeouts when a job is cancelled, and color the command output.Alexander Gavrilov2012-01-111-0/+2
* Update structures and implement modifying the job_item item type.Alexander Gavrilov2012-01-091-4/+14
* Move a few functions into the core, and add some more.Alexander Gavrilov2012-01-081-1/+44
* Move a bunch of stuff from the jobutils plugin into the core.Alexander Gavrilov2012-01-071-0/+201