summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
Commit message (Expand)AuthorAgeFilesLines
* Make is_follower() return true for all undead slaves under Yred.dolorous2008-10-301-1/+1
* Add whitespace fixes.dolorous2008-10-231-9/+9
* Replace Yred's "Control Undead" power with "Enslave Soul", as proposed dolorous2008-10-161-2/+46
* Self-affecting monster spells don't beam. [1852045]haranp2008-10-151-1/+1
* Fix beams crashing if beam_source was MHITNOT or MHITYOU.haranp2008-10-131-1/+1
* Fix 2162809: scrolls of immolation shouldn't burn inventory.haranp2008-10-131-20/+24
* Fix 2041934: auto-swapping rings and amulets was taking twice as longharanp2008-10-111-1/+1
* Add food-item-based hunger descriptions to spells.haranp2008-10-111-2/+2
* Added range information to alternate spell display (dpeg).haranp2008-10-101-0/+1
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-091-1120/+953
* Add whitespace fixes.dolorous2008-10-071-4/+4
* Add whitespace fix.dolorous2008-10-061-1/+1
* Fix 2148551: items not uppercased.haranp2008-10-061-27/+19
* Expand handling of monster intelligence and zombifiability to work on dolorous2008-10-061-1/+1
* Add more minor cosmetic fixes.dolorous2008-10-061-1/+1
* Adjust monster habitats again. Remove the M_AMPHIBIOUS flag, and dolorous2008-10-051-2/+1
* Fix 2063470: =f inscription preventing wielding of stonesj-p-e-g2008-10-041-0/+7
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-226/+159
* Add miscellaneous minor fixes.dolorous2008-10-041-7/+14
* Experimentally reduce (by 1/3) the damage done by cleansing flame.dolorous2008-10-041-1/+1
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-1/+1
* [2021068] Projectiles, explosions, beams, etc. now drawn again in tiles version.ennewalker2008-09-271-6/+4
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-7/+7
* Ranges redone. bolt no longer has a rangeMax, just a range.haranp2008-09-251-202/+7
* Fix 2121686: buggy net handling when returning to a levelj-p-e-g2008-09-211-6/+13
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-11/+0
* FR 1969858: Store message history across saves.j-p-e-g2008-09-141-0/+3
* Add the flaming corpse monster, as specified in FR [1746720], with dolorous2008-09-061-9/+12
* Fix crash when tracer hits monster with negative AC (Ekaterin).dshaligram2008-08-241-2/+2
* Add miscellaneous minor fixes.dolorous2008-08-231-6/+4
* [2058822] Fix ice storm damage, make both storms and bolts of ice and magma l...dshaligram2008-08-221-4/+5
* * Force ?immolation to never burn scrolls, whether in inventory or on j-p-e-g2008-08-181-15/+30
* Fix 2038973: explosive tracer beams leaking information about invisibleharanp2008-08-061-0/+3
* Massive overhaul to move towards coord_def().haranp2008-07-301-76/+52
* Fix evaporate trailing clouds before explosion (sorear).dshaligram2008-07-301-0/+5
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-11/+22
* Fix 2022451: Cleansing Flame hurting distracted monsters and angeringj-p-e-g2008-07-281-2/+6
* More cleanups.haranp2008-07-241-11/+7
* More cleanups.haranp2008-07-241-1/+1
* Add short duration freezing cloud for high-damage cold beams (bolt of cold at...dshaligram2008-07-231-0/+7
* Reduce bounciness of beams - bouncing kills twice as much beam travel.dshaligram2008-07-231-2/+1
* Remove freezing cloud trail for beams of cold over water.dshaligram2008-07-231-4/+1
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-205/+185
* Minor change (Darshan).dploog2008-07-221-2/+2
* Add immunity checks for prompts about beams potentially hitting yourselfj-p-e-g2008-07-211-46/+95
* Pan overhaul:dshaligram2008-07-201-21/+35
* Fixing typo. Thanks, Haran. That's what I get for not retesting after I cle...ennewalker2008-07-191-1/+1
* [2021917] Fixing Lee's Rapid Deconstruction to handle map boundaries correctly.ennewalker2008-07-191-8/+13
* Fix 2018458: Portal projectile not handling branded ammo or nets.j-p-e-g2008-07-171-1/+4
* Add more miscellaneous minor fixes.dolorous2008-07-161-1/+1