summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exclude.cc
Commit message (Expand)AuthorAgeFilesLines
* 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