summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/feature.cc
Commit message (Collapse)AuthorAgeFilesLines
* Unify stair case colouring in- and outside view.Robert Vollmert2009-12-011-2/+2
| | | | | | | | | By default, they're always gray, or white if unknown. To revert to the old behaviour, add the following to your crawlrc: feature = stone staircase leading up {,,,,green} feature = stone staircase leading down {,,,,red}
* And actually commit the altar color changes.David Lawrence Ramsey2009-11-101-4/+4
|
* Rename FeawnCharles Otto2009-11-081-1/+1
| | | | | In most places Feawn is now referred to as "Fedhas," its long name (used in the religion screen) is "Fedhas Madash"
* Fix warning.David Lawrence Ramsey2009-11-041-0/+3
|
* Remove obsolete comment.David Lawrence Ramsey2009-11-041-1/+0
|
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-410/+419
| | | | | | | | | | | | | env.show is now a class show_def that stores tagged unions of type show_type. For the moment, there's also env.show_los for use in LOS determination, but that should become an array of boolean at some point. This breaks save compatibility. Tiles and console version build and appear to work fine, but this kind of change is likely to have some side-effects.
* Move feature_def and Feature array into feature.cc from view.cc.Robert Vollmert2009-11-041-0/+749