summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
Commit message (Expand)AuthorAgeFilesLines
* [1828918] Fixed shadow creatures producing permanent summons.dshaligram2007-11-091-4/+5
* Toned down Xom's use of demons.dshaligram2007-10-281-2/+2
* Vestibule monster generation drops off quickly and approaches zero.dshaligram2007-10-271-18/+7
* Summoned monsters now have the (increasingly misnamed) CREATED_FRIENDLYharanp2007-10-161-1/+7
* Added to classes actor, monsters and player the method can_pass_through(),zelgadis2007-10-141-1/+8
* Implementing merfolk monsters. There are two types, merfolk fighters,j-p-e-g2007-10-131-1/+5
* This change breaks savefile compatibility.zelgadis2007-10-131-0/+1
* Fixed crash when summoned creature is killed by trap (Iaido) - monsters shoul...dshaligram2007-10-081-5/+0
* Adjust monster generation difficulty to be closer to 0.2 averages, but with m...dshaligram2007-10-071-3/+5
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-3/+21
* Fixed possible crash when placing monster bands. Also reworked the mapgen sta...dshaligram2007-09-281-1/+2
* Adjusted piety costs for Beogh smiting and Okawaru Haste (cbus/syllogism).dshaligram2007-09-261-2/+2
* Introduces three new wall types, translucent versions of the normalzelgadis2007-09-191-2/+3
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-1/+2
* Implementing patch 1775415 (outsourcing monster speech) byj-p-e-g2007-09-041-2/+8
* Finally fixed pickup.lua to work as intended (I hope).j-p-e-g2007-08-241-10/+7
* Monsters coming up or down staircases will now j-p-e-g2007-08-231-36/+117
* A few small fixes:j-p-e-g2007-08-221-0/+6
* Use "jewelled" as canonical spelling.dshaligram2007-08-191-2/+3
* Fixed -morgue option being ignored when Crawl is built with Lua bindings (Marc).dshaligram2007-08-171-1/+1
* Fixed map marker crashes.dshaligram2007-08-171-1/+1
* Accelerate monster generation in the Vestibule after the player spends enoughdshaligram2007-08-131-0/+76
* Give Lugonu Banishment and Corruption. I've left the old Bend Space in, becausedshaligram2007-08-111-84/+102
* Updated level-design.txt.dshaligram2007-07-211-1/+1
* Beogh balancing:dshaligram2007-07-121-4/+17
* Force monsters generated with only a missile launcher to wield the launcherdshaligram2007-07-091-0/+3
* Extend rectangular vault support for regular vaults.dshaligram2007-07-071-2/+2
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-1/+1
* [1748706] Increase monster spawn rate after the player gets the Orb, adddshaligram2007-07-061-12/+47
* Added Polyphemus, a unique Cyclops who can show up where high-end uniquesharanp2007-07-041-0/+5
* Manual update (David).dshaligram2007-07-031-4/+1
* Beams now get -2 to-hit for every smoke square they pass through.haranp2007-06-271-1/+1
* Some more card implementations (resists in Helm, demon summoning.)haranp2007-06-231-6/+6
* More minor cleanups.haranp2007-06-201-1/+1
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-2/+1
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-10/+8
* Refix monster paralysis interaction with levitating monsters.dshaligram2007-05-111-2/+9
* Paralysis + flying monster over deep water was broken, fixed.dshaligram2007-05-111-3/+5
* No water monsters in the Crypt (David.)haranp2007-04-291-6/+5
* Some code review and cleanup.haranp2007-04-281-12/+17
* And the beat goes on (stringstreams).haranp2007-04-281-1/+0
* s/island/shoal/haranp2007-04-271-1/+1
* OOD monster generation now starts only if you stay on a level for long enoughdshaligram2007-04-251-2/+14
* Moved items() into a separate makeitem file.haranp2007-04-211-1/+2
* Added a new Island branch, based on dpeg's ideas.haranp2007-04-121-43/+52
* Removed unused monster_floundering function (Haran).dshaligram2007-04-101-7/+0
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-4/+4
* Added Tiamat, a unique colourshifting draconian with a largeharanp2007-03-251-0/+5
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-19/+15
* Tweaked unique code to eliminate the confusing arithmetic on MONS enum values.dshaligram2007-03-161-2/+2