| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tweak prospector: try using the biome elevation for soil depth. | Alexander Gavrilov | 2012-08-28 | 1 | -13/+21 |
| | | | | | | | Until a better idea presents itself (or maybe it is the right way). Soil depth computation affects which soil layers are reported, and Z level alignment of the layer stack. | ||||
| * | Account for caves and magma sea in pre-embark prospector. | Alexander Gavrilov | 2012-08-27 | 1 | -81/+211 |
| | | |||||
| * | Follow change in xml again. | Alexander Gavrilov | 2012-08-27 | 1 | -0/+3 |
| | | |||||
| * | Refactor MapCache: make it parse everything that is known re tiles & mats. | Alexander Gavrilov | 2012-04-26 | 1 | -2/+2 |
| | | | | | | | Conflicts: library/xml | ||||
| * | More maps api refactoring and renaming. | Alexander Gavrilov | 2012-04-11 | 1 | -2/+3 |
| | | | | | 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 | ||||
| * | Change to the traits representation of enum and bitfield properties. | Alexander Gavrilov | 2012-03-15 | 1 | -1/+1 |
| | | |||||
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -23/+24 |
| | | | | | | | | | 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. | ||||
| * | Sort layer materials in prospector by depth. | Petr Mrázek | 2012-03-03 | 1 | -13/+25 |
| | | |||||
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -4/+1 |
| | | |||||
| * | 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 | -1/+1 |
| | | |||||
| * | Move TileTypes to XML, part 1 - a bunch of stuff is now broken | Quietust | 2012-02-13 | 1 | -22/+16 |
| | | |||||
| * | Modify embark-time prospect using the randomized material hypothesis. | Alexander Gavrilov | 2012-02-03 | 1 | -8/+21 |
| | | | | | | | Assume that the game generates a fixed number of veins of each type, but randomly chooses the material, using unk_38 as weight. This seems to bring some numbers closer to the real counts. | ||||
| * | Improve results of the embark-time prospector. | Alexander Gavrilov | 2012-02-03 | 1 | -23/+30 |
| | | |||||
| * | Implement pre-embark estimate in prospector. | Alexander Gavrilov | 2012-02-02 | 1 | -3/+138 |
| | | | | | Requires careful tuning of the vein density computation. | ||||
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -1/+1 |
| | | |||||
| * | Modify a number of commands to use CR_WRONG_USAGE for displaying help. | Alexander Gavrilov | 2012-01-28 | 1 | -13/+12 |
| | | |||||
| * | Kill the Vegetation module, replacing it with the same 3 simple methods used ↵ | Quietust | 2012-01-24 | 1 | -9/+0 |
| | | | | | in Engravings | ||||
| * | Use CoreSuspender and namespace df::enums | Quietust | 2012-01-21 | 1 | -9/+8 |
| | | |||||
| * | Replace df_plant with df::plant - this leaves the Vegetation module a bit ↵ | Quietust | 2012-01-21 | 1 | -4/+4 |
| | | | | | empty, but I'll leave it in case we decide to add something new there | ||||
| * | Major cleanup of Materials modul, precursor to eventually nuking it | Quietust | 2012-01-21 | 1 | -25/+14 |
| | | |||||
| * | Support reporting the Z range of holes in the adamantine tubes. | Alexander Gavrilov | 2012-01-20 | 1 | -1/+24 |
| | | |||||
| * | Replace DFCoord with df::coord and df::coord2d. | Alexander Gavrilov | 2012-01-20 | 1 | -3/+3 |
| | | |||||
| * | Kill the Maps module | Quietust | 2012-01-19 | 1 | -48/+21 |
| | | |||||
| * | Significant cleanup of Maps module - next step will be to kill it properly | Quietust | 2012-01-19 | 1 | -6/+6 |
| | | |||||
| * | Support including material value in the prospector output. | Alexander Gavrilov | 2012-01-17 | 1 | -11/+29 |
| | | |||||
| * | Fix Z level computation in prospect, and add levels for flows & aquifer. | Alexander Gavrilov | 2012-01-17 | 1 | -14/+61 |
| | | |||||
| * | Only use #include <> for system libraries - for everything else, use "" | Quietust | 2012-01-15 | 1 | -4/+4 |
| | | |||||
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -5/+4 |
| | | |||||
| * | More init hardening. | Petr Mrázek | 2011-11-04 | 1 | -8/+6 |
| | | |||||
| * | Messing with materials. | Petr Mrázek | 2011-11-03 | 1 | -29/+15 |
| | | |||||
| * | Fix prospector under MSVC. | Petr Mrázek | 2011-10-25 | 1 | -0/+1 |
| | | |||||
| * | Add z-level spans of material presence to prospector output. | Petr Mrázek | 2011-10-25 | 1 | -12/+57 |
| | | |||||
| * | Add 'help' options to a bunch of commands. | Petr Mrázek | 2011-08-09 | 1 | -3/+16 |
| | | |||||
| * | Fix ore/gem sorting. | Petr Mrázek | 2011-07-22 | 1 | -3/+3 |
| | | |||||
| * | More info on inorganic materials | Matthew Cline | 2011-07-20 | 1 | -10/+63 |
| | | | | | | | | | Get value, wall tile, boulder tile, smelting info and strand extraction info for inorganic materials. Prospector uses this to separete out vein materials into ores, gems and other. Offsets provided for both Linux and Windows, but only tested on Linux. | ||||
| * | Windows side of the Console rewrite | Petr Mrázek | 2011-07-14 | 1 | -23/+24 |
| | | |||||
| * | Integrate linenoise into Console - Linux part | Petr Mrázek | 2011-07-13 | 1 | -27/+27 |
| | | |||||
| * | Added linenoise library to allow line editing in the terminal. | Petr Mrázek | 2011-07-12 | 1 | -1/+1 |
| | | |||||
| * | Fixed prospector, added the command list back, removed the plugin init ↵ | Petr Mrázek | 2011-06-27 | 1 | -52/+24 |
| | | | | | console spam. | ||||
| * | Prospector prints text again. Plugin lookup is better (ignores more ↵ | Petr Mrázek | 2011-06-24 | 1 | -22/+23 |
| | | | | | non-library files) | ||||
| * | Prospector plugin tool thing. How to pass them parameters? | Petr Mrázek | 2011-06-20 | 1 | -0/+381 |
