summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exclude.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix exclude_set iteration.Robert Vollmert2010-01-131-1/+1
* Autoannotate exclusions placed on staircases with "up/downstairs".Johanna Ploog2010-01-121-0/+10
* Update exclusion annotations for flamethrower exclusions.Johanna Ploog2010-01-121-1/+8
* Remove resist slowing, increment tag major version.Darshan Shaligram2010-01-101-13/+3
* fix exclude.cc compileJesse Luehrs2010-01-091-0/+2
* Combine identical exclusion annotation descriptions.Johanna Ploog2010-01-101-2/+44
* Also list cloud type for fog generator exclusion annotations.Johanna Ploog2010-01-101-26/+45
* Don't annotate fog generator exclusions as monster-triggered.Johanna Ploog2010-01-101-4/+9
* Add a message when an autoexclusion is placed because of a monster.Johanna Ploog2010-01-091-0/+7
* Fix exclusions not being listed on the overmap screen.Johanna Ploog2010-01-051-6/+6
* Hopefully fix tiles compile.Jude Brown2009-12-031-0/+1
* Optionally defer set_exclude updates.Robert Vollmert2009-12-021-2/+18
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Travel exclude speedupMatthew Cline2009-11-151-50/+182
* Reset tag_minor_version to 0Matthew Cline2009-11-141-5/+2
* Make level_excursion clear and load exclusionsCharles Otto2009-11-131-1/+4
* Improve Fedhas' interaction with auto-exclusionsCharles Otto2009-11-131-1/+3
* exclude.cc: revert _find_exclude_root() speed-upMatthew Cline2009-11-131-23/+6
* exclude.cc: Speed up finding exclude rootsMatthew Cline2009-11-121-6/+23
* Allow radius 1 exclusions.Robert Vollmert2009-11-121-8/+9
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-2/+2
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-3/+4
* Replace bounds_func with circle_def.Robert Vollmert2009-11-081-3/+3
* Avoid an infinite loop in tilse related to Feawn neutralizing plantsCharles Otto2009-11-071-1/+4
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-2/+2
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Add whitespace fixes.David Lawrence Ramsey2009-10-311-2/+2
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-1/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* Bug #2887690: fixed by Robert's patch (fc6f5d1b)Matthew Cline2009-10-291-15/+0
* Fix initialisation of autoex in travel_exclude.Robert Vollmert2009-10-291-3/+3
* exclude.cc: was passing too many parms to mprf()Matthew Cline2009-10-291-1/+1
* Bug 2887690: hack to fix false-autoexclude problemMatthew Cline2009-10-291-1/+16
* Move exclusion marshalling code to exclude.cc.Robert Vollmert2009-10-271-0/+40
* Move most exclusion code from travel.cc to exclude.cc.Robert Vollmert2009-10-271-2/+289
* Fix missing tiles include.Robert Vollmert2009-10-271-0/+1
* Move autoexclude code from misc.cc to exclude.cc.Robert Vollmert2009-10-271-0/+77