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