summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_mons.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Separate 'permanent' and 'temporary' monster hit diceNicholas Feinberg2014-07-131-1/+1
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+0
* A couple of tidbits of dlua functionality.Steve Melenchuk2014-06-061-1/+23
* Move mon death stuff from mon-stuff.cc to mon-death.cc.Shmuale Mark2014-04-121-0/+1
* Fix some issues with TAG_MAJOR_VERSION > 34.Steve Melenchuk2014-03-301-1/+4
* A couple of missing #ifdefs.Adam Borowski2014-01-191-0/+2
* Reformat multi-line array literals.Adam Borowski2013-10-051-2/+3
* Add a retreat command for alliesDracoOmega2013-03-061-1/+2
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-10/+8
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-2/+2
* Axe killer bee larvae.Adam Borowski2012-07-241-1/+1
* String scalars are scalars, too.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-25/+25
* Use ARRAYSZ() instead of sizeof division, for readability.Adam Borowski2012-06-191-1/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Drop TAG_MAJOR_VERSION == 32 ifdefs.Adam Borowski2012-04-251-6/+1
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-4/+0
* Split monsters' eating honeycombs/royal jellies into its own food type.David Lawrence Ramsey2012-02-231-1/+6
* Change several array size asserts to static compile checks.Adam Borowski2011-11-101-3/+3
* New monster behaviour: retreating.Raphael Langella2011-09-101-1/+2
* Merge all the item mimics into a single monster type.Raphael Langella2011-09-051-28/+0
* dlua function mons.wont_attackAdam Borowski2011-07-131-0/+8
* clua: you.time(), dlua: mons.hpAdam Borowski2011-07-121-0/+6
* Don't require ", c1" in COMPILE_CHECK().Adam Borowski2011-06-091-2/+2
* dlua functions mons.set_hp() and mons.set_max_hp()Adam Borowski2011-06-021-0/+40
* Track the source of monster enchantments.Adam Borowski2011-02-231-1/+1
* Bump the major version, purge shims, fix breakage.Adam Borowski2011-01-091-3/+0
* Make .des corpse generation use the actual monsterDarshan Shaligram2011-01-061-14/+34
* Allow adding monster enchantments from Lua.Adam Borowski2011-01-041-0/+49
* Add missing TAG_MAJOR_VERSION define for _monuse_names[].David Lawrence Ramsey2010-11-251-2/+4
* Revert bump of the major save version.Adam Borowski2010-11-251-1/+2
* Remove rune_subst; bump save major version, map cache version; clean up after...Vsevolod Kozlov2010-11-251-2/+1
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-15/+15
* Get rid of ambiguous longs from CrawlHashTable and a lot of misc places.Adam Borowski2010-06-201-2/+2
* [591] Test case to fail if a monster behind plants jumps back and forth betwe...Darshan Shaligram2010-06-081-1/+25
* Fix signed-unsigned comparison warning (l_mons.cc)Darshan Shaligram2010-02-141-1/+1
* Extend lua monster wrapper for debug purposes.Robert Vollmert2010-02-131-1/+55
* Make MonsterWrap and friends accessible to other files.Robert Vollmert2010-02-131-8/+0
* dlua mons.mimic check returns mimic type. Place-pop sorting.Jared Tinney (Twinge)2010-02-091-1/+17
* Tweaks to mimic/dancing weapon properties (Twinge), monsterentry name.Jude Brown2010-02-091-3/+24
* Mimic, dancing weapon wrappers for dlua Monsters (Twinge).Jude Brown2010-02-091-7/+25
* Make place-population report shapeshifters correctly, and merge hydras and ug...Darshan Shaligram2010-02-071-6/+19
* place-population: also report combined monster stats for all levels to give c...Darshan Shaligram2010-01-281-0/+6
* Fix stash-tracker item annotations and restrict user scripts to access items ...Darshan Shaligram2010-01-241-5/+5
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* Additional monster Lua wrappers for props: get_prop, has_prop.Jude Brown2010-01-201-0/+67
* Tidy up bracket placement according to our coding conventions.Johanna Ploog2009-12-101-18/+23
* Remove mark_summoned wrapper.Jude Brown2009-12-061-43/+1