| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 1 | -1/+1 |
| * | Add a plugin implementing 'add spatter to item' reactions. | Alexander Gavrilov | 2012-09-17 | 1 | -0/+13 |
| * | add COAL subtypes in MaterialInfo::getToken | jj | 2012-07-04 | 1 | -0/+6 |
| * | Sync to changes in df-structures. | Alexander Gavrilov | 2012-05-26 | 1 | -2/+2 |
| * | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 1 | -5/+5 |
| * | Wrap MaterialInfo for lua. | Alexander Gavrilov | 2012-04-06 | 1 | -1/+11 |
| * | Add many new template functions for enums & bitfields. | Alexander Gavrilov | 2012-03-17 | 1 | -8/+2 |
| * | Change to the traits representation of enum and bitfield properties. | Alexander Gavrilov | 2012-03-15 | 1 | -2/+2 |
| * | DEEP_ANY got renamed to SPECIAL | Quietust | 2012-03-03 | 1 | -1/+1 |
| * | Fix the ugly Materials code... | Petr Mrázek | 2012-03-01 | 1 | -21/+24 |
| * | Fix horrible errors and make MSVC shut upt about non-issues. | Petr Mrázek | 2012-03-01 | 1 | -13/+13 |
| * | Make it build and run on linux (no stonesense, df2mc, dfusion) | Petr Mrázek | 2012-02-09 | 1 | -17/+0 |
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -31/+31 |
| * | Cleanup code to get rid of MSVC warning C4482 | Quietust | 2012-01-31 | 1 | -20/+20 |
| * | Detect incomplete thread and cloth items in workflow. | Alexander Gavrilov | 2012-01-27 | 1 | -2/+2 |
| * | Make things work properly. | Petr Mrázek | 2012-01-27 | 1 | -12/+13 |
| * | Tweak showmood, add a few validity checks, commit a dfhack.init example. | Alexander Gavrilov | 2012-01-24 | 1 | -5/+33 |
| * | Cleanup | Quietust | 2012-01-21 | 1 | -11/+11 |
| * | t_creaturecaste shouldn't be using t_attrib, because those AREN'T actual attr... | Quietust | 2012-01-21 | 1 | -41/+24 |
| * | Major cleanup of Materials modul, precursor to eventually nuking it | Quietust | 2012-01-21 | 1 | -278/+192 |
| * | Add default return value to MaterialInfo::matches | Quietust | 2012-01-11 | 1 | -0/+1 |
| * | Support the most important job types in workflow. | Alexander Gavrilov | 2012-01-10 | 1 | -3/+48 |
| * | Update structures and implement modifying the job_item item type. | Alexander Gavrilov | 2012-01-09 | 1 | -7/+25 |
| * | Move a few functions into the core, and add some more. | Alexander Gavrilov | 2012-01-08 | 1 | -8/+46 |
| * | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2012-01-05 | 1 | -0/+352 |
| |\ |
|
| | * | Allow setting job item materials. | Alexander Gavrilov | 2012-01-05 | 1 | -0/+111 |
| | * | Update data definitions. | Alexander Gavrilov | 2012-01-04 | 1 | -2/+11 |
| | * | Move the MaterialInfo class to the main library. | Alexander Gavrilov | 2012-01-03 | 1 | -0/+232 |
| * | | Fix MSVC builds, break buildings :D | Petr Mrázek | 2012-01-05 | 1 | -7/+7 |
| * | | Remove DfVector, break MSVC builds until further notice. | Petr Mrázek | 2012-01-04 | 1 | -24/+23 |
| |/ |
|
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -7/+7 |
| * | Messing with materials. | Petr Mrázek | 2011-11-03 | 1 | -21/+17 |
| * | Added plant raw struct | Petr Mrázek | 2011-10-28 | 1 | -11/+19 |
| * | Items refactor. readItem turned into copyItem, most Items methods now accept ... | Petr Mrázek | 2011-10-26 | 1 | -20/+20 |
| * | Kill item variable accessors. YES. | Petr Mrázek | 2011-10-25 | 1 | -1/+3 |
| * | Gems are now properly detected in prospector. Nuked some legacy garbage. | Petr Mrázek | 2011-09-24 | 1 | -2/+3 |
| * | Ported deramp, cleanowned and cleartask tools. | Petr Mrázek | 2011-08-05 | 1 | -9/+11 |
| * | More plugin work | Petr Mrázek | 2011-07-26 | 1 | -77/+0 |
| * | Fix ore/gem sorting. | Petr Mrázek | 2011-07-22 | 1 | -15/+6 |
| * | Added DF material structs reversed by Quietust | Petr Mrázek | 2011-07-21 | 1 | -65/+44 |
| * | More info on inorganic materials | Matthew Cline | 2011-07-20 | 1 | -6/+95 |
| * | Crud removal: Context is gone. Added missing FakeSDL.h | Petr Mrázek | 2011-06-17 | 1 | -115/+7 |
| * | Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping a... | Petr Mrázek | 2011-06-16 | 1 | -2/+3 |
| * | Stripped nonsense from the DFHack vector wrapper. Next step: removal. | Petr Mrázek | 2011-06-13 | 1 | -9/+9 |
| * | First 'working' DFHack inside DF, for 'some' values of 'working'. | Petr Mrázek | 2011-06-12 | 1 | -4/+4 |
| * | stop dfstatus from wasting time. added 'stopwatch.h' to extras for getting ac... | Petr Mrázek | 2011-05-21 | 1 | -2/+0 |
| * | Fix a big heap of warnings. | Petr Mrázek | 2011-05-15 | 1 | -7/+9 |
| * | Fix color variable naming in t_descriptor_color | Petr Mrázek | 2011-05-07 | 1 | -3/+3 |
| * | Item Accessor method pointer was used incorrectly. | Petr Mrázek | 2011-04-14 | 1 | -0/+1 |
| * | Some const correctness, re-enabled job printing in the creature dump tool. | Petr Mrázek | 2011-04-12 | 1 | -2/+2 |