summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/map_knowledge.h
Commit message (Expand)AuthorAgeFilesLines
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Paper over a crash (#8587).Steve Melenchuk2014-05-231-1/+8
* Melt away lava orcs.Steve Melenchuk2014-05-141-0/+2
* Allow Qazlalites to displace their own clouds.Steve Melenchuk2014-05-071-3/+6
* Gozag: gold lust.Steve Melenchuk2014-05-071-0/+1
* Fix various issues with invisible monster indicators.gammafunk2014-03-061-1/+2
* Remove moths of suppressionChris Campbell2013-11-111-1/+0
* Move set_terrain_changed() away from map_knowledge.ccAdam Borowski2013-11-031-1/+0
* Shave some words off a few datatypes.Samuel Bronson2013-10-171-3/+2
* Avoid an MSVC crash on dry fountains etc (xFleury)Neil Moore2013-10-171-1/+4
* Don't en-/de-capsulate coord_def over and over in set_terrain_*()Adam Borowski2013-10-081-18/+4
* Merge branch 'master' into lava_orcsAdam Borowski2013-05-291-5/+0
|\
| * Remove an #ifdef applying to old MSVC versionsPete Hurst2013-05-191-5/+0
* | Give lava orcs a heat halo that causes fire damage to nearby enemies.Eronarn Palazzo2013-01-081-0/+1
|/
* Indentation fixes.Adam Borowski2012-12-051-1/+1
* Shorten MAP_DISJUNCTION_HALOED to MAP_DISJUNCT.Adam Borowski2012-11-181-1/+1
* DisjunctionBrendan Hickey2012-11-181-0/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+1
* QUAD DAMAGE emits an Orb-style glow while in effect.Steve Melenchuk2012-08-151-0/+1
* Make inline functions static.Adam Borowski2012-08-091-3/+3
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Don't clear known items from the map with the Dowsing card effectChris Campbell2012-03-261-1/+1
* Moth of Suppression, preliminary codingBen Striegel2012-03-211-0/+1
* Let Ctrl+C clear clouds that are out of LOSChris Campbell2012-03-181-0/+9
* Make a bunch of functions static or non-existant.Adam Borowski2012-03-151-1/+0
* Declare an explicit type for colours.Adam Borowski2012-03-131-3/+3
* Fix a memory leak.Adam Borowski2012-02-111-0/+2
* Merge branch 'tiles-monster-info'Florian Diebold2011-12-151-9/+43
|\
| * Fix console compilation.Florian Diebold2011-12-021-2/+2
| * Add more cloud data to map_knowledge; make tilepick.cc use it instead of the ...Florian Diebold2011-12-011-8/+42
| * Use map_knowledge in tileidx_feature.Florian Diebold2011-11-231-1/+1
* | An bunch of missspelings.Adam Borowski2011-12-011-1/+1
|/
* Webtiles: Move the minimap feature decision to the server side.Florian Diebold2011-11-171-0/+2
* Fix inverted logic in clear_map().Raphael Langella2011-11-171-1/+1
* s/antihalo/umbra/g in the code as well, to match the new user-visible name.Adam Borowski2011-09-071-1/+1
* Eronarn's profane servitors and antihaloesChris Campbell2011-09-031-0/+1
* First stab at Orb glow.Adam Borowski2011-08-251-0/+1
* enum size error in map knowledge for MSVCHurcan Solter2011-07-261-0/+5
* Adjust some whitespace and formatting.Adam Borowski2011-07-081-3/+6
* Make cppcheck a bit happier.Adam Borowski2011-07-051-0/+2
* Put fields of struct map_cell together so the alignment is more readable.Adam Borowski2011-06-211-2/+2
* Remember the trap type in map_knowledge.Adam Borowski2011-05-171-5/+14
* Make detected monsters work in tiles.Adam Borowski2011-01-181-1/+2
* Use a full monsterinfo structure for detected ones rather than a flag.Adam Borowski2011-01-181-28/+18
* New spell: Leda's Liquefaction.Jude Brown2010-12-281-12/+13
* Remove special casing for detected items.Adam Borowski2010-10-201-7/+1
* Fake an item to fix tiles crash on Xom's/Ashenzari's item detection.Adam Borowski2010-10-201-0/+2
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-5/+5
* Fix missing initialization of map_cell::_cloud_colour.Robert Vollmert2010-09-061-1/+1
* Fix new map_knowledge not handling cloud colours properly.Robert Vollmert2010-09-021-1/+8