summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/feature.h
Commit message (Expand)AuthorAgeFilesLines
* Fix magic mapping (#8838)Neil Moore2014-07-301-0/+1
* Move more feature name data to feature-data.h.Shmuale Mark2014-07-141-0/+1
* Move feature name data to feature-data.h.Shmuale Mark2014-07-141-0/+2
* Reorder and document feature.cc.Shmuale Mark2014-07-141-2/+1
* Separate feature data into feature-data.h.Shmuale Mark2014-07-141-23/+13
* Initialize invis_fd and cloud_fd in the code rather than statically.Adam Borowski2013-12-071-15/+0
* Fix glyph for detected monsters in unseen squaresPekka Lampila2013-12-071-3/+3
* Optimize get_feature_def().Adam Borowski2013-12-061-0/+15
* Manually fix a few more instances of return (...)Neil Moore2013-11-151-1/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Fix a memory+speed leak if features are redefined over and over.Adam Borowski2013-07-151-6/+0
* Always use Unicode values for glyphs. Always use ncursesw on Unix console.Adam Borowski2010-09-261-2/+2
* Remove env.show in favor of using env.map_knowledgeLuca Barbieri2010-07-291-1/+6
* Map features to base types based on dchar for magic mapping.Robert Vollmert2010-03-061-0/+2
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-3/+19
* Move feature_def and Feature array into feature.cc from view.cc.Robert Vollmert2009-11-041-0/+30