| Commit message (Expand) | Author | Age | Files | Lines |
| * | Follow change in xml again. | Alexander Gavrilov | 2012-08-27 | 1 | -2/+2 |
| * | Don't index world_data->region_map beyond its bounds | Quietust | 2012-06-27 | 1 | -2/+3 |
| * | probe: fix gcc warning | jj | 2012-05-10 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'rh73/master' | Alexander Gavrilov | 2012-05-05 | 1 | -5/+34 |
| |\ |
|
| | * | regrass: leaves tiles with the no_grow flag alone (avoids regrassing roads et... | Robert Heinrich | 2012-04-23 | 1 | -0/+33 |
| | * | Merge branch 'master' of git://github.com/ab9rf/dfhack | Robert Heinrich | 2012-04-22 | 1 | -0/+9 |
| | |\ |
|
| | * \ | Merge branch 'master' of git://github.com/ab9rf/dfhack | Robert Heinrich | 2012-04-22 | 1 | -1/+10 |
| | |\ \ |
|
| | * | | | probe: minor change | Robert Heinrich | 2012-04-21 | 1 | -5/+1 |
| * | | | | Refactor MapCache: make it parse everything that is known re tiles & mats. | Alexander Gavrilov | 2012-04-26 | 1 | -21/+37 |
| | |_|/
|/| | |
|
| * | | | Probe now displays the "surroundings" name for the biome (e.g. Joyous Wilds, ... | Kelly Martin | 2012-04-22 | 1 | -0/+9 |
| | |/
|/| |
|
| * | | Probe now displays biome savagery and evilness. | Kelly Martin | 2012-04-21 | 1 | -1/+10 |
| |/ |
|
| * | zone: don't assign to cages which are designated but not yet placed (minor fi... | Robert Heinrich | 2012-04-17 | 1 | -0/+2 |
| * | minor stuff, use building->is_room instead of building->isRoom() which return... | Robert Heinrich | 2012-04-17 | 1 | -1/+2 |
| * | autopasture: only process domesticated own units to avoid problems with wild ... | Robert Heinrich | 2012-04-16 | 1 | -0/+4 |
| * | autonestbox: don't assign to nestboxes which are already claimed or contain e... | Robert Heinrich | 2012-04-15 | 1 | -0/+7 |
| * | Merge branch 'master' of git://github.com/angavrilov/dfhack | Robert Heinrich | 2012-04-11 | 1 | -5/+5 |
| |\ |
|
| | * | Get rid of some obsolete api functions, and restructure MapCache. | Alexander Gavrilov | 2012-04-10 | 1 | -5/+5 |
| * | | cprobe: list items worn by unit and checks if they are owned or not | Robert Heinrich | 2012-04-11 | 1 | -1/+21 |
| |/ |
|
| * | Tweaks! | Petr Mrázek | 2012-03-29 | 1 | -1/+0 |
| * | Update bprobe to always display ID numbers (and put them in parentheses after... | Quietust | 2012-03-18 | 1 | -14/+32 |
| * | Add many new template functions for enums & bitfields. | Alexander Gavrilov | 2012-03-17 | 1 | -15/+19 |
| * | Update bprobe to print civzone subtypes | Quietust | 2012-03-15 | 1 | -0/+3 |
| * | Add revforget command, lair plugin | Petr Mrázek | 2012-03-11 | 1 | -9/+11 |
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -85/+84 |
| * | Merge branch 'master' of git://github.com/peterix/dfhack | Quietust | 2012-03-03 | 1 | -5/+2 |
| |\ |
|
| | * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -5/+2 |
| * | | Add "bprobe" command, describes the buildings located under the cursor | Quietust | 2012-03-02 | 1 | -1/+66 |
| |/ |
|
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -4/+1 |
| * | DFhackCExport is only needed on the plugin_* functions | Quietust | 2012-02-13 | 1 | -4/+4 |
| * | Finish conversion, fix compile errors | Quietust | 2012-02-13 | 1 | -5/+6 |
| * | Move TileTypes to XML, part 1 - a bunch of stuff is now broken | Quietust | 2012-02-13 | 1 | -7/+7 |
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -2/+1 |
| * | Kill the Units module, and add another pair of methods to the Items module to... | Quietust | 2012-01-24 | 1 | -4/+7 |
| * | Use CoreSuspender and namespace df::enums | Quietust | 2012-01-21 | 1 | -9/+4 |
| * | Cleanup the Units module | Quietust | 2012-01-21 | 1 | -3/+3 |
| * | Replace DFCoord with df::coord and df::coord2d. | Alexander Gavrilov | 2012-01-20 | 1 | -1/+1 |
| * | Kill the Maps module | Quietust | 2012-01-19 | 1 | -168/+154 |
| * | Significant cleanup of Maps module - next step will be to kill it properly | Quietust | 2012-01-19 | 1 | -22/+22 |
| * | Only use #include <> for system libraries - for everything else, use "" | Quietust | 2012-01-15 | 1 | -11/+10 |
| * | Remove unreferenced variables | Quietust | 2012-01-11 | 1 | -1/+0 |
| * | Buildings aren't a module anymore, fix probe segfaults. | Petr Mrázek | 2012-01-08 | 1 | -1/+5 |
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -10/+10 |
| * | Renaming Creatures to Units | Petr Mrázek | 2011-12-02 | 1 | -3/+3 |
| * | Made invalid tile types really invalid, license and unused depends cleanup. | Petr Mrázek | 2011-11-25 | 1 | -1/+0 |
| * | Messing with materials. | Petr Mrázek | 2011-11-03 | 1 | -5/+6 |
| * | Add simple creature probe, fix current civ address on windows, update df2mc. | Petr Mrázek | 2011-11-02 | 1 | -0/+36 |
| * | Add a salt/stagnant flag removal command to the liquids tool. | Petr Mrázek | 2011-09-02 | 1 | -0/+4 |
| * | Ported autodump tool | Petr Mrázek | 2011-08-04 | 1 | -78/+0 |
| * | Ported mode, probe. Some changes required for that. | Petr Mrázek | 2011-07-25 | 1 | -0/+330 |