| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 1 | -1/+1 |
| * | Try shutting up a few random warnings. | Alexander Gavrilov | 2012-09-29 | 1 | -1/+1 |
| * | Rename world_data.unk_204 to feature_map | Quietust | 2012-09-12 | 1 | -1/+1 |
| * | Experimental creation of map blocks in gui/liquids script. | Alexander Gavrilov | 2012-09-06 | 1 | -1/+57 |
| * | Add some APIs required by steam engine to the core. | Alexander Gavrilov | 2012-09-02 | 1 | -3/+31 |
| * | Follow change in xml again. | Alexander Gavrilov | 2012-08-27 | 1 | -1/+2 |
| * | DF code analysis uncovered another item-related flag to clear. | Alexander Gavrilov | 2012-05-20 | 1 | -1/+17 |
| * | Improve lua api for tile biome access. | Alexander Gavrilov | 2012-05-13 | 1 | -10/+37 |
| * | Add api for enabling liquid and temperature updates for blocks. | Alexander Gavrilov | 2012-05-12 | 1 | -8/+25 |
| * | Add a convenience function for designating constructions. | Alexander Gavrilov | 2012-05-01 | 1 | -0/+18 |
| * | Add api to check the walkable cache, and update flow_forbid in liquids. | Alexander Gavrilov | 2012-04-26 | 1 | -0/+14 |
| * | Split off the burrows api from Maps and Units. | Alexander Gavrilov | 2012-04-26 | 1 | -166/+0 |
| * | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 1 | -6/+11 |
| * | Implement SOIL/STONE substitution logic, and add compat in mapexport. | Alexander Gavrilov | 2012-04-19 | 1 | -5/+76 |
| * | Refactor MapCache: make it parse everything that is known re tiles & mats. | Alexander Gavrilov | 2012-04-19 | 1 | -57/+353 |
| * | Sync to changes in the data structure definitions. | Alexander Gavrilov | 2012-04-19 | 1 | -1/+1 |
| * | Add burrow subcommands to modify burrow unit and tile sets. | Alexander Gavrilov | 2012-04-14 | 1 | -0/+71 |
| * | Add core api for moving items between ground and containers. | Alexander Gavrilov | 2012-04-12 | 1 | -1/+1 |
| * | Add api for manipulating burrows to the core. | Alexander Gavrilov | 2012-04-11 | 1 | -0/+98 |
| * | More maps api refactoring and renaming. | Alexander Gavrilov | 2012-04-11 | 1 | -62/+85 |
| * | Implement item occupancy tracking in MapCache. | Alexander Gavrilov | 2012-04-10 | 1 | -0/+77 |
| * | Get rid of some obsolete api functions, and restructure MapCache. | Alexander Gavrilov | 2012-04-10 | 1 | -266/+242 |
| * | Tweaks and cleanups | Petr Mrázek | 2012-03-24 | 1 | -2/+8 |
| * | Misc fixes for warnings... | Petr Mrázek | 2012-03-10 | 1 | -1/+0 |
| * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -1/+0 |
| * | Fixage. Runs with 34.01 | Petr Mrázek | 2012-02-15 | 1 | -5/+6 |
| * | Add a new DfArray class to match generated headers. | Alexander Gavrilov | 2012-02-12 | 1 | -2/+2 |
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -4/+3 |
| * | Cleanup code to get rid of MSVC warning C4482 | Quietust | 2012-01-31 | 1 | -22/+23 |
| * | Remove UTF-8 BOMs | Quietust | 2012-01-27 | 1 | -1/+1 |
| * | Fix "origin" field on mapblock40d to actually be correct | Quietust | 2012-01-25 | 1 | -1/+1 |
| * | Remove bad assert from Translation, as well as <cassert> from other modules t... | Quietust | 2012-01-24 | 1 | -1/+0 |
| * | Replace df_plant with df::plant - this leaves the Vegetation module a bit emp... | Quietust | 2012-01-21 | 1 | -2/+2 |
| * | Update to match the data definitions. | Alexander Gavrilov | 2012-01-21 | 1 | -1/+1 |
| * | Merge https://github.com/angavrilov/dfhack | Quietust | 2012-01-20 | 1 | -4/+10 |
| |\ |
|
| | * | Update Maps to match the new geo_biome definitions. | Alexander Gavrilov | 2012-01-20 | 1 | -2/+8 |
| | * | Replace DFCoord with df::coord and df::coord2d. | Alexander Gavrilov | 2012-01-20 | 1 | -2/+2 |
| * | | Fix crash bug in dfprobe | Quietust | 2012-01-20 | 1 | -0/+4 |
| |/ |
|
| * | Improve error handling within Maps module - only throw exceptions if there's ... | Quietust | 2012-01-19 | 1 | -38/+18 |
| * | Kill the Maps module | Quietust | 2012-01-19 | 1 | -300/+131 |
| * | Fix stupid typo | Quietust | 2012-01-19 | 1 | -2/+2 |
| * | Significant cleanup of Maps module - next step will be to kill it properly | Quietust | 2012-01-19 | 1 | -353/+138 |
| * | Fix MSVC builds, break buildings :D | Petr Mrázek | 2012-01-05 | 1 | -20/+20 |
| * | Remove DfVector, break MSVC builds until further notice. | Petr Mrázek | 2012-01-04 | 1 | -33/+30 |
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -6/+6 |
| * | Don't take over console in TEXT mode. | Petr Mrázek | 2011-08-01 | 1 | -2/+2 |
| * | BitArray implementation, now used in Maps for the flags. | Petr Mrázek | 2011-07-30 | 1 | -22/+10 |
| * | Merge branch 'dfapi' | Petr Mrázek | 2011-07-23 | 1 | -444/+204 |
| |\ |
|
| | * | Fixes to materials. | Petr Mrázek | 2011-07-22 | 1 | -5/+5 |
| | * | Make 'die' plugin a builtin, made the console interaction less confusing. | Petr Mrázek | 2011-07-20 | 1 | -3/+2 |