summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-grow.cc
Commit message (Expand)AuthorAgeFilesLines
* Separate 'permanent' and 'temporary' monster hit diceNicholas Feinberg2014-07-131-18/+21
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+1
* Replace spriggan rider mercenaries with base demonspawn (Roarke).Shmuale Mark2014-05-161-2/+2
* Make naga monsters grow like tengu (Roarke).Shmuale Mark2014-05-141-1/+3
* Fix a memory leak (greensnark).Shmuale Mark2014-05-051-14/+13
* Let draconians grow up.Shmuale Mark2014-05-051-5/+13
* Apply some formicide to drones, buff vanillas.Adam Borowski2013-12-161-2/+0
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Merge branch 'master' into dwantspubby2013-08-311-3/+0
|\
| * Remove deep dwarf scions, artificers and necromancersChris Campbell2013-08-091-2/+0
| * Remove Deep Elf Soldiers (plus band/vault adjustments)DracoOmega2013-07-131-1/+0
* | Fix whitespace.Neil Moore2013-08-281-1/+1
* | Create Formicid species and monsters.pubby2013-08-251-0/+2
|/
* Add mon-grow entries for some forest monsters.Steve Melenchuk2013-05-271-0/+6
* Don't give experience to summonsChris Campbell2013-04-161-1/+1
* Remove ant larvaeChris Campbell2013-02-181-2/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-7/+6
* Axe killer bee larvae.Adam Borowski2012-07-241-2/+0
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-10/+10
* A few level-ups for new monster player races.Adam Borowski2012-04-281-0/+9
* Axe a number of no longer needed typecasts.Adam Borowski2012-03-221-2/+1
* Add indentation fix.David Lawrence Ramsey2011-12-131-1/+1
* Implement CMD_TARGET_WIZARD_GAIN_LEVEL.Samuel Bronson2011-12-021-3/+3
* Let gnolls level up into gnoll sergeants.David Lawrence Ramsey2011-10-131-0/+2
* Fix Decomposition of zombies/ghouls not working in clouds.Adam Borowski2011-06-161-1/+3
* dprf()ize a number of #ifdef ... mprf(MSGCH_DIAGNOSTICS).Adam Borowski2011-04-211-3/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Giant ants -> worker ants (coolio, Kekitalo).Jude Brown2011-01-251-1/+1
* Recalculate monster speed on haste/slow instead of multiplying the old value.Adam Borowski2010-10-311-1/+1
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-7/+7
* Correct deep elf monster level-up paths.Darshan Shaligram2010-06-121-2/+4
* Move to a single define_monster(monsters*) variant.Robert Vollmert2010-04-061-1/+1
* Don't make snapping turtles level up into alligator snapping turtlesDavid Lawrence Ramsey2010-01-251-1/+0
* Make snapping turtles level up into alligator snapping turtles, and makeDavid Lawrence Ramsey2010-01-231-0/+3
* Rename mgrow to mon-grow.Vsevolod Kozlov2009-11-131-0/+244