| Commit message (Collapse) | 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 ↵ | Robert Heinrich | 2012-04-23 | 1 | -0/+33 |
| | | | | | | | | | etc you embark on) | ||||
| | * | 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 |
| | |_|/ |/| | | | | | | | | | | | | | | Conflicts: library/xml | ||||
| * | | | Probe now displays the "surroundings" name for the biome (e.g. Joyous Wilds, ↵ | Kelly Martin | 2012-04-22 | 1 | -0/+9 |
| | |/ |/| | | | | | | | | | or Terrifying). Rprobe can be used from the embark screen to set the evilness of the selected biome; use with due care. | ||||
| * | | Probe now displays biome savagery and evilness. | Kelly Martin | 2012-04-21 | 1 | -1/+10 |
| |/ | | | | Devel plugin bprobe (also in this commit) goes digging around in region data at embark screen, not really useful for public consumption. | ||||
| * | zone: don't assign to cages which are designated but not yet placed (minor ↵ | Robert Heinrich | 2012-04-17 | 1 | -0/+2 |
| | | | | | fix, it's not like bad things happen without it) | ||||
| * | minor stuff, use building->is_room instead of building->isRoom() which ↵ | Robert Heinrich | 2012-04-17 | 1 | -1/+2 |
| | | | | | returns unexpected values | ||||
| * | autopasture: only process domesticated own units to avoid problems with wild ↵ | Robert Heinrich | 2012-04-16 | 1 | -0/+4 |
| | | | | | animals forgetting their training and going on a rampage | ||||
| * | autonestbox: don't assign to nestboxes which are already claimed or contain ↵ | Robert Heinrich | 2012-04-15 | 1 | -0/+7 |
| | | | | | | | eggs. bprobe: look a bit closer at nestboxes | ||||
| * | 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 |
| | | | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags | ||||
| * | Update bprobe to always display ID numbers (and put them in parentheses ↵ | Quietust | 2012-03-18 | 1 | -14/+32 |
| | | | | | after the name) | ||||
| * | Add many new template functions for enums & bitfields. | Alexander Gavrilov | 2012-03-17 | 1 | -15/+19 |
| | | | | | | An incompatible change: ENUM_KEY_STR returns std::string now. The old behavior is available via enum_item_key_str function. | ||||
| * | 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 |
| | | | | | | | | | revforget throws away data reveal keeps in order to be able to hide the revealed parts of the map lair allows marking the map as monster lair (or the opposite while using the 'reset' option) | ||||
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -85/+84 |
| | | | | | | | | | 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. | ||||
| * | 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 ↵ | Quietust | 2012-01-24 | 1 | -4/+7 |
| | | | | | to simplify some things | ||||
| * | 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 |
