summaryrefslogtreecommitdiff
path: root/plugins/mapexport/mapexport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial changes to get dfhack building on the MacTimothy Collett2012-05-241-1/+1
* Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-201-3/+3
* Implement SOIL/STONE substitution logic, and add compat in mapexport.Alexander Gavrilov2012-04-191-2/+42
* Refactor MapCache: make it parse everything that is known re tiles & mats.Alexander Gavrilov2012-04-191-2/+2
* More maps api refactoring and renaming.Alexander Gavrilov2012-04-111-2/+2
* Get rid of some obsolete api functions, and restructure MapCache.Alexander Gavrilov2012-04-101-10/+4
* Tweaks!Petr Mrázek2012-03-291-1/+0
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-20/+17
* Link protobuf to dfhack core as a shared library.Alexander Gavrilov2012-03-091-1/+0
* New plugin interfacePetr Mrázek2012-02-211-4/+1
* Fix tile materials in mapexport.Mike Stewart2012-02-201-2/+3
* Merge https://github.com/quietust/dfhackPetr Mrázek2012-02-141-14/+13
|\
| * DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-2/+2
| * Finish conversion, fix compile errorsQuietust2012-02-131-7/+7
| * Move TileTypes to XML, part 1 - a bunch of stuff is now brokenQuietust2012-02-131-5/+4
* | Missing newline in mapexport help output.Mike Stewart2012-02-121-1/+1
* | Fixed material output -- material_type and material_index were being used bac...Mike Stewart2012-02-121-12/+12
|/
* Fixed an issue with hidden plants.Mike Stewart2012-02-051-1/+1
* Fixed mapexport's plant saving.Mike Stewart2012-02-041-31/+33
* Added plant and material export to mapexport, and made constructions have the...Mike Stewart2012-02-041-7/+89
* Merge remote-tracking branch 'upstream/master'Mike Stewart2012-01-311-1/+1
|\
| * In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-1/+1
* | Merge remote-tracking branch 'origin/master'Mike Stewart2012-01-311-0/+27
|\ \
| * | Made mapexport put out some (but certainly not all) tile materials.Mike Stewart2012-01-301-0/+27
* | | Fixed mapexport build on Linux.Mike Stewart2012-01-311-3/+3
|/ /
* | Mapexport now puts stuff out to a binary file compressed with zlib. Added liq...Mike Stewart2012-01-281-28/+27
* | Merge upstream/masterMike Stewart2012-01-281-1/+3
|\ \ | |/
| * Merge https://github.com/quietust/dfhackPetr Mrázek2012-01-271-1/+1
| |\
| | * Fix compilation of mapexport - was trying to load the old Vegetation module (...Quietust2012-01-261-6/+0
| * | Make things work properly.Petr Mrázek2012-01-271-2/+3
| |/
* | More work on getting the map exporter up to speed.Mike Stewart2012-01-271-20/+22
|/
* Made mapexport build with latest Material changes.Mike Stewart2012-01-221-11/+0
* Better fix for building protobufs with C++0x turned on.Mike Stewart2012-01-201-33/+33
* Added very basic export functionality to mapexport, taken almost directly fro...Mike Stewart2012-01-201-8/+151
* Cleaned up the protobuf and mapexport build scripts a lot, and added two more...Mike Stewart2012-01-201-1/+2
* Cleaned up the protobuf build a bit, and made git ignore files generated in d...Mike Stewart2012-01-201-3/+3
* Added a plugin that starts up and shuts down protobufs. Will add actual map e...Mike Stewart2012-01-191-0/+45