summaryrefslogtreecommitdiff
path: root/plugins/dig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some memory leaks.expwnent2012-08-271-1/+3
|
* Added digtype to dig.cpp. Digtype allows designation of all veins of a given ↵expwnent2012-08-191-1/+130
| | | | type.
* Refactor MapCache: make it parse everything that is known re tiles & mats.Alexander Gavrilov2012-04-261-4/+4
| | | | | | Conflicts: library/xml
* Get rid of some obsolete api functions, and restructure MapCache.Alexander Gavrilov2012-04-101-3/+8
|
* Added plugin 'zone'. Helps with assigning units to pens/pastures and pits.Robert Heinrich2012-04-021-0/+6
|
* Renamed digging commands to uniformly start with 'dig*'(vdig -> digv etc). ↵Robert Heinrich2012-03-311-0/+1341
Added command digl, diglx (dig layerstone instead of veins). Updated readme.rst.