Petr Mrázek
|
2cd2ee9b0c
|
New plugin interface
|
2012-02-21 18:19:17 +01:00 |
Mike Stewart
|
2524f81ae0
|
Fix tile materials in mapexport.
|
2012-02-20 19:32:58 -08:00 |
Mike Stewart
|
166213c150
|
Fix protobuf files to mirror changes to tiletype enums
|
2012-02-19 20:35:45 -08:00 |
Petr Mrázek
|
448e270421
|
Merge https://github.com/quietust/dfhack
Conflicts:
plugins/mapexport/mapexport.cpp
|
2012-02-14 09:59:33 +01:00 |
Quietust
|
091bf62aa8
|
DFhackCExport is only needed on the plugin_* functions
|
2012-02-13 22:54:08 -06:00 |
Quietust
|
d15d38d536
|
Finish conversion, fix compile errors
|
2012-02-13 19:17:38 -06:00 |
Quietust
|
d0a8c2edd8
|
Move TileTypes to XML, part 1 - a bunch of stuff is now broken
|
2012-02-13 16:56:33 -06:00 |
Mike Stewart
|
9163dda076
|
Missing newline in mapexport help output.
|
2012-02-12 18:42:25 -08:00 |
Mike Stewart
|
1b3d517a61
|
Fixed material output -- material_type and material_index were being used backwards.
|
2012-02-12 18:39:43 -08:00 |
Mike Stewart
|
cdb171e9b1
|
Fixed an issue with hidden plants.
|
2012-02-05 13:51:49 -08:00 |
Mike Stewart
|
6ac50fccbd
|
Fixed mapexport's plant saving.
|
2012-02-04 23:51:26 -08:00 |
Mike Stewart
|
e5b2c78122
|
Added plant and material export to mapexport, and made constructions have the proper material.
|
2012-02-04 13:05:41 -08:00 |
Mike Stewart
|
7d55b84545
|
Merge remote-tracking branch 'upstream/master'
|
2012-01-31 11:45:20 -08:00 |
Quietust
|
9afcea3deb
|
In all loops that iterate across a vector, use a size_t as the index
|
2012-01-31 10:55:38 -06:00 |
Mike Stewart
|
3816bd7789
|
Merge remote-tracking branch 'origin/master'
|
2012-01-31 08:42:41 -08:00 |
Mike Stewart
|
09f197fa6d
|
Fixed mapexport build on Linux.
|
2012-01-31 08:42:25 -08:00 |
Mike Stewart
|
5c550b9e2f
|
Made mapexport put out some (but certainly not all) tile materials.
|
2012-01-30 21:12:35 -08:00 |
Mike Stewart
|
05c37af4c9
|
Mapexport now puts stuff out to a binary file compressed with zlib. Added liquid type and flow size to output as well.
|
2012-01-28 23:55:42 -08:00 |
Mike Stewart
|
b07d3b25b5
|
Merge upstream/master
|
2012-01-28 13:32:48 -08:00 |
Mike Stewart
|
b89cd43b85
|
More work on getting the map exporter up to speed.
|
2012-01-27 17:32:52 -08:00 |
Petr Mrázek
|
1d7ed14442
|
Merge https://github.com/quietust/dfhack
Re-add some get* forms of module calls.
Conflicts:
plugins/mapexport/mapexport.cpp
|
2012-01-27 06:27:57 +01:00 |
Petr Mrázek
|
d5d4875532
|
Make things work properly.
|
2012-01-27 05:54:26 +01:00 |
Quietust
|
40b82d4e6c
|
Fix compilation of mapexport - was trying to load the old Vegetation module (even though it didn't actually use it)
|
2012-01-26 09:58:24 -06:00 |
Mike Stewart
|
031119ac73
|
Made mapexport build with latest Material changes.
|
2012-01-22 15:47:39 -08:00 |
Mike Stewart
|
df08914549
|
Better fix for building protobufs with C++0x turned on.
|
2012-01-20 16:21:50 -08:00 |
Mike Stewart
|
f02f4510dd
|
Added very basic export functionality to mapexport, taken almost directly from prospector. Only tile shapes are exported for now.
|
2012-01-20 14:51:51 -08:00 |
Mike Stewart
|
bf60f5975a
|
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 |
Mike Stewart
|
941c643b5c
|
Cleaned up the protobuf build a bit, and made git ignore files generated in doing so. Fixed building mapexport on Linux by forcing CMake to create a directory for protobuf output files.
|
2012-01-20 09:17:08 -08:00 |
Mike Stewart
|
fb41e457c4
|
Added a plugin that starts up and shuts down protobufs. Will add actual map export functionality to it tomorrow.
|
2012-01-19 22:15:51 -08:00 |