| 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 an API function for reading the nominal skill level. | Alexander Gavrilov | 2012-09-29 | 1 | -3/+18 |
| * | Merge branch 'master' of git://github.com/angavrilov/dfhack | Timothy Collett | 2012-09-10 | 1 | -3/+476 |
| |\ |
|
| | * | Clean up the movement speed calculation function and move into the core. | Alexander Gavrilov | 2012-09-09 | 1 | -6/+274 |
| | * | Move curse-affected attribute value getters to the core. | Alexander Gavrilov | 2012-09-09 | 1 | -0/+52 |
| | * | Finish the effective skill computation function, and move to core. | Alexander Gavrilov | 2012-09-09 | 1 | -3/+156 |
| * | | Merge branch 'master' of http://github.com/peterix/dfhack | Timothy Collett | 2012-09-10 | 1 | -0/+37 |
| |\ \
| |/ |
|
| | * | Add getProfessionColor and getCasteProfessionColor to Units module | Quietust | 2012-08-22 | 1 | -0/+37 |
| * | | Merge further changes (???) | Timothy Collett | 2012-09-10 | 1 | -1/+1 |
| |/ |
|
| * | Update Units::isCitizen after looking at game-over detection code. | Alexander Gavrilov | 2012-05-22 | 1 | -8/+63 |
| * | Merge https://github.com/Caldfir/dfhack | Petr Mrázek | 2012-05-18 | 1 | -12/+7 |
| |\ |
|
| | * | Added in job loading to t_unit for stonesense. | Caldfir | 2012-04-22 | 1 | -12/+7 |
| * | | Update building creation code with new knowledge, and fix zone. | Alexander Gavrilov | 2012-05-01 | 1 | -1/+1 |
| * | | Split off the burrows api from Maps and Units. | Alexander Gavrilov | 2012-04-26 | 1 | -62/+0 |
| * | | Retrieve unit noble position info, and use it in getProfessionName. | Alexander Gavrilov | 2012-04-26 | 1 | -4/+78 |
| * | | Add a few more lua api functions, documentation, and unit sort orders. | Alexander Gavrilov | 2012-04-23 | 1 | -32/+168 |
| * | | Add a hotkey command that sorts units in lists using lua comparators. | Alexander Gavrilov | 2012-04-21 | 1 | -0/+16 |
| * | | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 1 | -1/+1 |
| |/ |
|
| * | Add burrow subcommands to modify burrow unit and tile sets. | Alexander Gavrilov | 2012-04-14 | 1 | -0/+45 |
| * | Add unit position and container api. | Alexander Gavrilov | 2012-04-13 | 1 | -0/+29 |
| * | Update the item owner modification api and export it to lua. | Alexander Gavrilov | 2012-04-11 | 1 | -31/+0 |
| * | Add api for manipulating burrows to the core. | Alexander Gavrilov | 2012-04-11 | 1 | -0/+39 |
| * | Pull a few utility functions into the core and publish to lua. | Alexander Gavrilov | 2012-04-07 | 1 | -0/+59 |
| * | Export a few more functions to lua. | Alexander Gavrilov | 2012-04-06 | 1 | -11/+16 |
| * | Add unit professions and filtering on status. | Alexander Gavrilov | 2012-03-18 | 1 | -0/+37 |
| * | Add a RPC call to retrieve unit info. | Alexander Gavrilov | 2012-03-17 | 1 | -0/+29 |
| * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -1/+0 |
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -3/+3 |
| * | Make things work properly. | Petr Mrázek | 2012-01-27 | 1 | -0/+5 |
| * | Kill the Units module, and add another pair of methods to the Items module to... | Quietust | 2012-01-24 | 1 | -65/+22 |
| * | Goodbye, Translation module | Quietust | 2012-01-24 | 1 | -19/+4 |
| * | Get rid of df_name | Quietust | 2012-01-21 | 1 | -4/+4 |
| * | Cleanup the Units module | Quietust | 2012-01-21 | 1 | -91/+53 |
| * | df_item -> df::item, t_itemflags -> df::item_flags | Quietust | 2012-01-16 | 1 | -2/+2 |
| * | Remove unreferenced variables | Quietust | 2012-01-11 | 1 | -2/+0 |
| * | Remove DfVector, break MSVC builds until further notice. | Petr Mrázek | 2012-01-04 | 1 | -5/+4 |
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -9/+9 |
| * | Renaming Creatures to Units | Petr Mrázek | 2011-12-02 | 1 | -0/+619 |