summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Move random spellbook selection for monsters into its own function.David Lawrence Ramsey2009-11-091-52/+93
* Miasma is no longer tied to negative energy; don't mark it necromantic.David Lawrence Ramsey2009-11-081-1/+1
* Simplify.David Lawrence Ramsey2009-11-081-5/+8
* Ensure that only the Vampire Summon monster spell summons orange rats.David Lawrence Ramsey2009-11-081-2/+6
* EV feedback for melee: Phase Shift and helplessnessStefan O'Rear2009-11-081-19/+94
* Add changelog entry.David Lawrence Ramsey2009-11-081-0/+1
* monstuff.cc: Hog reversion attitude changeMatthew Cline2009-11-081-2/+12
* crypt.des: grey plants are called "withered"Matthew Cline2009-11-081-3/+9
* Tweak the power of Beogh's dancing weapons again to match the maximum.David Lawrence Ramsey2009-11-081-1/+2
* Scale up the power of Beogh's dancing weapons.David Lawrence Ramsey2009-11-081-1/+1
* Fix typo (twb).Jude Brown2009-11-091-1/+1
* Changelog wording tweak. (dpeg, twb)Jude Brown2009-11-091-1/+1
* Death oozes leave clouds of miasma upon eating corpses and chunks (dpeg).Jude Brown2009-11-091-0/+13
* lm_trig.lua: Forgot to remove master listenerMatthew Cline2009-11-081-1/+4
* lm_trig.lua: Master markers can listen to slavesMatthew Cline2009-11-081-6/+50
* l_dgn.cc: dgn.marker_at_pos()Matthew Cline2009-11-081-0/+19
* Rename FeawnCharles Otto2009-11-0834-177/+177
* random.h: More comments for defer_randMatthew Cline2009-11-081-0/+10
* Fix a few more ghost_demon struct issues with dancing weapons.David Lawrence Ramsey2009-11-082-2/+5
* Make Beogh's creation of dancing weapons account for their newDavid Lawrence Ramsey2009-11-082-68/+57
* Simplify logic for Beogh's wrath.David Lawrence Ramsey2009-11-081-2/+2
* Beam feedback for Phase Shift and paralysisStefan O'Rear2009-11-081-12/+30
* Add hooks to evasion for observing the size of modifiersStefan O'Rear2009-11-085-11/+26
* Remove redundant setting of ghost parameters for dancing weapons.David Lawrence Ramsey2009-11-081-2/+0
* Add golden eyes to Zin's eyes retribution, until the latter is properlyDavid Lawrence Ramsey2009-11-081-1/+1
* Use fewer local variables when creating groups of hostile monsters.David Lawrence Ramsey2009-11-081-9/+9
* Reorder the parameters in mgen_data::hostile_at() to be closer to theDavid Lawrence Ramsey2009-11-089-32/+31
* Fix compile (stdint.h needed for uint*_t).Darshan Shaligram2009-11-091-0/+1
* In Yred's retribution, replace forced Animate Dead with summoningDavid Lawrence Ramsey2009-11-084-17/+37
* Install the tiles when doing a tiles install...Adam Borowski2009-11-081-0/+4
* Force the binary name to be crawl.exe on DOS.Adam Borowski2009-11-081-0/+1
* Don't make DATADIR mandatory.Adam Borowski2009-11-081-4/+1
* Allow overriding "bin/". Strip on install.Adam Borowski2009-11-081-5/+9
* Prevent chaos weapons from using SPWPN_CONFUSE on the playerCharles Otto2009-11-081-0/+6
* Revert "Make get_symbol() a little clearer."Robert Vollmert2009-11-081-21/+16
* FIXME comment.Robert Vollmert2009-11-081-1/+1
* Remove unneeded colour argument from a variant of get_symbol.Robert Vollmert2009-11-083-5/+3
* Fix findray test.Robert Vollmert2009-11-081-1/+3
* Make get_symbol() a little clearer.Robert Vollmert2009-11-081-16/+21
* Make monsters::body_size() take merged slime creatures into account.David Lawrence Ramsey2009-11-081-1/+16
* When mutiplying/dividing by slime creatures' number, check if it'sDavid Lawrence Ramsey2009-11-082-4/+4
* Fix a crash when the player is hit by a distortion weaponCharles Otto2009-11-081-1/+2
* Reformat entries in mon-data.h to be a bit more readable, and not to useDavid Lawrence Ramsey2009-11-081-816/+1205
* Give Blork the orc speed 10, for consistency with other orcs.David Lawrence Ramsey2009-11-081-1/+1
* Give Saint Roka high intelligence.David Lawrence Ramsey2009-11-081-1/+1
* Sort the non-human uniques in mon-data.h by symbol again.David Lawrence Ramsey2009-11-081-89/+89
* Add a few more sanity checks for slime creatures' number.David Lawrence Ramsey2009-11-081-2/+2
* Make Psyche actually get a chaos or distortion weaponCharles Otto2009-11-081-0/+1
* Split away monsters' starting gear from makeitem.cc to mon-gear.ccAdam Borowski2009-11-086-1516/+1553
* Fix halo_contains always returning true for the actor.Robert Vollmert2009-11-081-1/+1