summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fprop.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove FPROP_FORCE_EXCLUDE.Robert Vollmert2009-12-021-1/+1
| | | | | It's not used anymore, and has issues, such as revealing information on the level map.
* Counterpart fprop for NO_RTELE_INTO: NO_CTELE_INTO.Jude Brown2009-11-231-1/+3
| | | | | | | | | | | | NO_CTELE_INTO causes grid-cells marked as such to reject controlled teleport into them, with the message: "A strong magical force throws you back!". NO_TELE_INTO combines both of these flags (NO_RTELE_INTO and NO_CTELE_INTO) to prevent both controlled and random teleports into a specific cell. Also document both of these.
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-0/+23
map_cell no longer has the field "properties", which has been replaced by the unsigned long array env.pgrid. env.map has been renamed to env.map_knowledge. It should really be moved into player.