summaryrefslogtreecommitdiff
path: root/plugins/probe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Follow change in xml again.Alexander Gavrilov2012-08-271-2/+2
* Don't index world_data->region_map beyond its boundsQuietust2012-06-271-2/+3
* probe: fix gcc warningjj2012-05-101-1/+1
* Merge remote-tracking branch 'rh73/master'Alexander Gavrilov2012-05-051-5/+34
|\
| * regrass: leaves tiles with the no_grow flag alone (avoids regrassing roads et...Robert Heinrich2012-04-231-0/+33
| * Merge branch 'master' of git://github.com/ab9rf/dfhackRobert Heinrich2012-04-221-0/+9
| |\
| * \ Merge branch 'master' of git://github.com/ab9rf/dfhackRobert Heinrich2012-04-221-1/+10
| |\ \
| * | | probe: minor changeRobert Heinrich2012-04-211-5/+1
* | | | Refactor MapCache: make it parse everything that is known re tiles & mats.Alexander Gavrilov2012-04-261-21/+37
| |_|/ |/| |
* | | Probe now displays the "surroundings" name for the biome (e.g. Joyous Wilds, ...Kelly Martin2012-04-221-0/+9
| |/ |/|
* | Probe now displays biome savagery and evilness.Kelly Martin2012-04-211-1/+10
|/
* zone: don't assign to cages which are designated but not yet placed (minor fi...Robert Heinrich2012-04-171-0/+2
* minor stuff, use building->is_room instead of building->isRoom() which return...Robert Heinrich2012-04-171-1/+2
* autopasture: only process domesticated own units to avoid problems with wild ...Robert Heinrich2012-04-161-0/+4
* autonestbox: don't assign to nestboxes which are already claimed or contain e...Robert Heinrich2012-04-151-0/+7
* Merge branch 'master' of git://github.com/angavrilov/dfhackRobert Heinrich2012-04-111-5/+5
|\
| * Get rid of some obsolete api functions, and restructure MapCache.Alexander Gavrilov2012-04-101-5/+5
* | cprobe: list items worn by unit and checks if they are owned or notRobert Heinrich2012-04-111-1/+21
|/
* Tweaks!Petr Mrázek2012-03-291-1/+0
* Update bprobe to always display ID numbers (and put them in parentheses after...Quietust2012-03-181-14/+32
* Add many new template functions for enums & bitfields.Alexander Gavrilov2012-03-171-15/+19
* Update bprobe to print civzone subtypesQuietust2012-03-151-0/+3
* Add revforget command, lair pluginPetr Mrázek2012-03-111-9/+11
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-85/+84
* Merge branch 'master' of git://github.com/peterix/dfhackQuietust2012-03-031-5/+2
|\
| * Get rid of Simple namespace, Gui module is now a namespace.Petr Mrázek2012-03-031-5/+2
* | Add "bprobe" command, describes the buildings located under the cursorQuietust2012-03-021-1/+66
|/
* New plugin interfacePetr Mrázek2012-02-211-4/+1
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-4/+4
* Finish conversion, fix compile errorsQuietust2012-02-131-5/+6
* Move TileTypes to XML, part 1 - a bunch of stuff is now brokenQuietust2012-02-131-7/+7
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-2/+1
* Kill the Units module, and add another pair of methods to the Items module to...Quietust2012-01-241-4/+7
* Use CoreSuspender and namespace df::enumsQuietust2012-01-211-9/+4
* Cleanup the Units moduleQuietust2012-01-211-3/+3
* Replace DFCoord with df::coord and df::coord2d.Alexander Gavrilov2012-01-201-1/+1
* Kill the Maps moduleQuietust2012-01-191-168/+154
* Significant cleanup of Maps module - next step will be to kill it properlyQuietust2012-01-191-22/+22
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-11/+10
* Remove unreferenced variablesQuietust2012-01-111-1/+0
* Buildings aren't a module anymore, fix probe segfaults.Petr Mrázek2012-01-081-1/+5
* Header changes/cleanup.Petr Mrázek2011-12-311-10/+10
* Renaming Creatures to UnitsPetr Mrázek2011-12-021-3/+3
* Made invalid tile types really invalid, license and unused depends cleanup.Petr Mrázek2011-11-251-1/+0
* Messing with materials.Petr Mrázek2011-11-031-5/+6
* Add simple creature probe, fix current civ address on windows, update df2mc.Petr Mrázek2011-11-021-0/+36
* Add a salt/stagnant flag removal command to the liquids tool.Petr Mrázek2011-09-021-0/+4
* Ported autodump toolPetr Mrázek2011-08-041-78/+0
* Ported mode, probe. Some changes required for that.Petr Mrázek2011-07-251-0/+330