| Commit message (Collapse) | 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 |
| | | | | | getBlockAbs is a very confusing name; getTileBlock is better. | ||||
| * | 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 |
| | | | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags | ||||
| * | Move depends out of main library, make them (static) libraries. | Petr Mrázek | 2012-03-13 | 1 | -8/+4 |
| | | |||||
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -20/+17 |
| | | | | | | | | | 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. | ||||
| * | Link protobuf to dfhack core as a shared library. | Alexander Gavrilov | 2012-03-09 | 2 | -13/+2 |
| | | | | | | | | | | | | | | - Change protobuf libraries to build as DLLs. - Move some stream features to the lite library. - Install the lite library and use it from dfhack. Note that: - A couple of protobuf headers had to be tweaked. - The lite library is used because the full one is absolutely incompatible with reloading plugins. - Shutting down protobuf also can't be allowed. | ||||
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -4/+1 |
| | | |||||
| * | Fix tile materials in mapexport. | Mike Stewart | 2012-02-20 | 2 | -3/+4 |
| | | |||||
| * | Fix protobuf files to mirror changes to tiletype enums | Mike Stewart | 2012-02-19 | 1 | -37/+33 |
| | | |||||
| * | Merge https://github.com/quietust/dfhack | Petr Mrázek | 2012-02-14 | 1 | -14/+13 |
| |\ | | | | | | | | | Conflicts: plugins/mapexport/mapexport.cpp | ||||
| | * | 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 ↵ | Mike Stewart | 2012-02-12 | 3 | -16/+16 |
| |/ | | | | backwards. | ||||
| * | 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 ↵ | Mike Stewart | 2012-02-04 | 7 | -10/+119 |
| | | | | | the proper material. | ||||
| * | 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 | 2 | -3/+53 |
| |\ \ | |||||
| | * | | Made mapexport put out some (but certainly not all) tile materials. | Mike Stewart | 2012-01-30 | 2 | -3/+53 |
| | | | | |||||
| * | | | Fixed mapexport build on Linux. | Mike Stewart | 2012-01-31 | 2 | -4/+8 |
| |/ / | |||||
| * | | Mapexport now puts stuff out to a binary file compressed with zlib. Added ↵ | Mike Stewart | 2012-01-28 | 5 | -34/+43 |
| | | | | | | | | | liquid type and flow size to output as well. | ||||
| * | | Merge upstream/master | Mike Stewart | 2012-01-28 | 2 | -2/+4 |
| |\ \ | |/ | |||||
| | * | Merge https://github.com/quietust/dfhack | Petr Mrázek | 2012-01-27 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | | | | Re-add some get* forms of module calls. Conflicts: plugins/mapexport/mapexport.cpp | ||||
| | | * | Fix compilation of mapexport - was trying to load the old Vegetation module ↵ | Quietust | 2012-01-26 | 1 | -6/+0 |
| | | | | | | | | | | | | | (even though it didn't actually use it) | ||||
| | * | | Make things work properly. | Petr Mrázek | 2012-01-27 | 2 | -3/+4 |
| | |/ | |||||
| * | | More work on getting the map exporter up to speed. | Mike Stewart | 2012-01-27 | 4 | -53/+52 |
| |/ | |||||
| * | 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 ↵ | Mike Stewart | 2012-01-20 | 5 | -15/+186 |
| | | | | | from prospector. Only tile shapes are exported for now. | ||||
| * | Cleaned up the protobuf and mapexport build scripts a lot, and added two ↵ | Mike Stewart | 2012-01-20 | 6 | -12/+47 |
| | | | | | more simple proto files to store map geometry information. | ||||
| * | Cleaned up the protobuf build a bit, and made git ignore files generated in ↵ | Mike Stewart | 2012-01-20 | 2 | -6/+8 |
| | | | | | doing so. Fixed building mapexport on Linux by forcing CMake to create a directory for protobuf output files. | ||||
| * | Added a plugin that starts up and shuts down protobufs. Will add actual map ↵ | Mike Stewart | 2012-01-19 | 3 | -0/+90 |
| export functionality to it tomorrow. | |||||
