index
:
dfhack
master
to-upstream
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
mapexport
/
mapexport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial changes to get dfhack building on the Mac
Timothy Collett
2012-05-24
1
-1
/
+1
*
Enable warnings correctly on linux and fix a lot of them.
Alexander Gavrilov
2012-04-20
1
-3
/
+3
*
Implement SOIL/STONE substitution logic, and add compat in mapexport.
Alexander Gavrilov
2012-04-19
1
-2
/
+42
*
Refactor MapCache: make it parse everything that is known re tiles & mats.
Alexander Gavrilov
2012-04-19
1
-2
/
+2
*
More maps api refactoring and renaming.
Alexander Gavrilov
2012-04-11
1
-2
/
+2
*
Get rid of some obsolete api functions, and restructure MapCache.
Alexander Gavrilov
2012-04-10
1
-10
/
+4
*
Tweaks!
Petr Mrázek
2012-03-29
1
-1
/
+0
*
Make plugins accept explicit output stream references.
Alexander Gavrilov
2012-03-10
1
-20
/
+17
*
Link protobuf to dfhack core as a shared library.
Alexander Gavrilov
2012-03-09
1
-1
/
+0
*
New plugin interface
Petr Mrázek
2012-02-21
1
-4
/
+1
*
Fix tile materials in mapexport.
Mike Stewart
2012-02-20
1
-2
/
+3
*
Merge https://github.com/quietust/dfhack
Petr Mrázek
2012-02-14
1
-14
/
+13
|
\
|
*
DFhackCExport is only needed on the plugin_* functions
Quietust
2012-02-13
1
-2
/
+2
|
*
Finish conversion, fix compile errors
Quietust
2012-02-13
1
-7
/
+7
|
*
Move TileTypes to XML, part 1 - a bunch of stuff is now broken
Quietust
2012-02-13
1
-5
/
+4
*
|
Missing newline in mapexport help output.
Mike Stewart
2012-02-12
1
-1
/
+1
*
|
Fixed material output -- material_type and material_index were being used bac...
Mike Stewart
2012-02-12
1
-12
/
+12
|
/
*
Fixed an issue with hidden plants.
Mike Stewart
2012-02-05
1
-1
/
+1
*
Fixed mapexport's plant saving.
Mike Stewart
2012-02-04
1
-31
/
+33
*
Added plant and material export to mapexport, and made constructions have the...
Mike Stewart
2012-02-04
1
-7
/
+89
*
Merge remote-tracking branch 'upstream/master'
Mike Stewart
2012-01-31
1
-1
/
+1
|
\
|
*
In all loops that iterate across a vector, use a size_t as the index
Quietust
2012-01-31
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master'
Mike Stewart
2012-01-31
1
-0
/
+27
|
\
\
|
*
|
Made mapexport put out some (but certainly not all) tile materials.
Mike Stewart
2012-01-30
1
-0
/
+27
*
|
|
Fixed mapexport build on Linux.
Mike Stewart
2012-01-31
1
-3
/
+3
|
/
/
*
|
Mapexport now puts stuff out to a binary file compressed with zlib. Added liq...
Mike Stewart
2012-01-28
1
-28
/
+27
*
|
Merge upstream/master
Mike Stewart
2012-01-28
1
-1
/
+3
|
\
\
|
|
/
|
*
Merge https://github.com/quietust/dfhack
Petr Mrázek
2012-01-27
1
-1
/
+1
|
|
\
|
|
*
Fix compilation of mapexport - was trying to load the old Vegetation module (...
Quietust
2012-01-26
1
-6
/
+0
|
*
|
Make things work properly.
Petr Mrázek
2012-01-27
1
-2
/
+3
|
|
/
*
|
More work on getting the map exporter up to speed.
Mike Stewart
2012-01-27
1
-20
/
+22
|
/
*
Made mapexport build with latest Material changes.
Mike Stewart
2012-01-22
1
-11
/
+0
*
Better fix for building protobufs with C++0x turned on.
Mike Stewart
2012-01-20
1
-33
/
+33
*
Added very basic export functionality to mapexport, taken almost directly fro...
Mike Stewart
2012-01-20
1
-8
/
+151
*
Cleaned up the protobuf and mapexport build scripts a lot, and added two more...
Mike Stewart
2012-01-20
1
-1
/
+2
*
Cleaned up the protobuf build a bit, and made git ignore files generated in d...
Mike Stewart
2012-01-20
1
-3
/
+3
*
Added a plugin that starts up and shuts down protobufs. Will add actual map e...
Mike Stewart
2012-01-19
1
-0
/
+45