summaryrefslogtreecommitdiff
path: root/plugins/mapexport
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
* Move depends out of main library, make them (static) libraries.Petr Mrázek2012-03-131-8/+4
* 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-092-13/+2
* New plugin interfacePetr Mrázek2012-02-211-4/+1
* Fix tile materials in mapexport.Mike Stewart2012-02-202-3/+4
* Fix protobuf files to mirror changes to tiletype enumsMike Stewart2012-02-191-37/+33
* 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-123-16/+16
|/
* 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-047-10/+119
* 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-312-3/+53
|\ \
| * | Made mapexport put out some (but certainly not all) tile materials.Mike Stewart2012-01-302-3/+53
* | | Fixed mapexport build on Linux.Mike Stewart2012-01-312-4/+8
|/ /
* | Mapexport now puts stuff out to a binary file compressed with zlib. Added liq...Mike Stewart2012-01-285-34/+43
* | Merge upstream/masterMike Stewart2012-01-282-2/+4
|\ \ | |/
| * 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-272-3/+4
| |/
* | More work on getting the map exporter up to speed.Mike Stewart2012-01-274-53/+52
|/
* 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-205-15/+186
* Cleaned up the protobuf and mapexport build scripts a lot, and added two more...Mike Stewart2012-01-206-12/+47
* Cleaned up the protobuf build a bit, and made git ignore files generated in d...Mike Stewart2012-01-202-6/+8
* Added a plugin that starts up and shuts down protobufs. Will add actual map e...Mike Stewart2012-01-193-0/+90