dfhack/plugins/mapexport
Alexander Gavrilov 8cc82d5876 Make plugins accept explicit output stream references.
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.
2012-03-10 15:55:42 +04:00
..
proto Fix tile materials in mapexport. 2012-02-20 19:32:58 -08:00
.gitignore Cleaned up the protobuf and mapexport build scripts a lot, and added two more simple proto files to store map geometry information. 2012-01-20 11:21:29 -08:00
CMakeLists.txt Link protobuf to dfhack core as a shared library. 2012-03-09 19:46:21 +04:00
mapexport.cpp Make plugins accept explicit output stream references. 2012-03-10 15:55:42 +04:00