summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
Commit message (Expand)AuthorAgeFilesLines
...
* New option monster_list_colour.Neil Moore2013-02-061-0/+4
* Teach starcursed masses how to scream.DracoOmega2012-12-171-0/+1
* Revert most of the lev->flight patch (by code size, not functionality).Adam Borowski2012-11-131-1/+1
* Replace levitation with flight and remove controlled flight (elliott)Chris Campbell2012-11-071-1/+1
* A lame-ass abstract "misshapen and mutated" status for monsters.Adam Borowski2012-10-281-0/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+0
* Use unique_ptr instead of auto_ptr (emulated for non-C++11).Adam Borowski2012-08-281-1/+1
* Use std namespace.Raphael Langella2012-08-261-22/+22
* Clean up monster Stoneskin.Steve Melenchuk2012-08-221-0/+1
* Rename FixedBitArray to FixedBitVector.Adam Borowski2012-07-261-1/+1
* Don't use objects with strange constructors for storing monster resists.Adam Borowski2012-07-241-2/+2
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-5/+5
* Use mid rather than mindex for constriction.Neil Moore2012-07-041-1/+1
* A clua function monster:reach_range()Adam Borowski2012-06-261-0/+1
* Ice elementalist unique: Fannar. (sgrunt)Michael Gagno2012-06-091-0/+1
* Don't show a name tag (in tiles) for n_spe monsters.Adam Borowski2012-06-031-0/+1
* Let clua know whether a monster has a ranged attack.Adam Borowski2012-05-221-0/+1
* An unfourgivable typou.Adam Borowski2012-04-261-1/+1
* Drop TAG_MAJOR_VERSION == 32 ifdefs.Adam Borowski2012-04-251-3/+0
* Merge branch 'boulder_beetles'Chris Campbell2012-03-311-0/+1
|\
| * Rebase boulder_beetles onto master.Pete Hurst2012-03-201-0/+1
* | Axe a number of no longer needed typecasts.Adam Borowski2012-03-221-1/+1
* | Fix a few more net/web messages.Neil Moore2012-03-221-0/+1
* | Moth of Suppression, preliminary codingBen Striegel2012-03-211-0/+1
|/
* Fix spelling.David Lawrence Ramsey2012-01-111-1/+1
* Replace a hardcoded constant in an (approximately) million places.Adam Borowski2011-12-271-1/+1
* Merge branch 'constriction'Adam Borowski2011-12-221-0/+4
|\
| * Add constriction status to x CTRL-x @blueDave2011-12-221-0/+4
* | Fix regressions regarding dual-wielding and no-regeneration of undead.David Lawrence Ramsey2011-12-191-0/+2
* | Merge branch 'tiles-monster-info'Florian Diebold2011-12-151-12/+19
|\ \
| * | Don't store and save two_weapons and no_regen in monster_info, since they jus...Florian Diebold2011-12-131-6/+2
| * | Don't save the mcache; save monster_infos completely.Florian Diebold2011-11-231-1/+1
| * | Purge monster_info::mon().Florian Diebold2011-11-231-3/+0
| * | Make the monster_info constructors explicit and use monster_info in more places.Florian Diebold2011-11-231-3/+3
| * | Use monster_info instead of monster for tile picking.Florian Diebold2011-11-231-0/+12
| * | Add ghost ac and damage, rounded up to the nearest multiple of 5, to monster_...Florian Diebold2011-11-231-0/+2
| |/
* / Improve autofight handling of "safe" monsters by checking for firewood instead.elliptic2011-12-101-0/+1
|/
* Add Death's Door and Regeneration as monster spells; give both to Nergalle.Shayne Halvorson2011-10-081-0/+1
* Implement breath timeouts for dragons, draconians, and, slightly, drakes.Jude Brown2011-10-071-0/+1
* Overhaul Cherub flavour, attacks, messages, etc.Jude Brown2011-10-071-0/+1
* A monster list for Webtiles.Florian Diebold2011-09-301-0/+1
* Send parts of map_knowledge to the Webtiles client.Florian Diebold2011-09-301-1/+3
* Evict a description function from target.h, it has nothing to do with tracers.Adam Borowski2011-09-251-0/+1
* s/antihalo/umbra/g in the code as well, to match the new user-visible name.Adam Borowski2011-09-071-1/+1
* Don't store the mimic name adjective in mname.Raphael Langella2011-09-071-2/+2
* Merge all the item mimics into a single monster type.Raphael Langella2011-09-051-0/+1
* Remove mimic_feature from monster_info.Raphael Langella2011-09-051-1/+1
* Eronarn's profane servitors and antihaloesChris Campbell2011-09-031-0/+1
* Add monster threat level to monster_info.Raphael Langella2011-08-241-0/+1