summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean-up of options in init.txt and crawl_options.txt j-p-e-g2007-11-201-1/+1
* Massive rewrite of makeitem.cc. Might be buggy.haranp2007-11-061-3/+2
* Better messages for Genie effects.haranp2007-10-291-1/+0
* Okawaru and Trog gifts should not be negatively enchanted, where reasonable.dshaligram2007-10-271-1/+4
* Adding two new mutations for the heck of it:j-p-e-g2007-10-261-3/+2
* Fix bug 1814617: teleport/banish not clearing being trapped in netj-p-e-g2007-10-261-0/+4
* [1818982] Kenku talons as mutation (dolorous).dshaligram2007-10-251-6/+2
* Changing screaming mutation to influence both frequencyj-p-e-g2007-10-221-5/+10
* 1815768: some NOTE_USER_NOTEs should be NOTE_MESSAGE instead (actuallyharanp2007-10-191-1/+1
* Added new field seen_context to the monsters class, which can be setzelgadis2007-10-161-0/+53
* [1813214] Trog should not gift the Wrath of Trog.dshaligram2007-10-151-2/+6
* Removed amnesia/forgetfullness trap, mutation and scroll. Thezelgadis2007-10-151-7/+31
* A few tiny changes courtesy of dolorous.j-p-e-g2007-10-121-0/+1
* [1804499] Fixed acquirement occasionally mauling unrandarts and producing bad...dshaligram2007-10-111-2/+4
* Made Xom be smarter about being amused at losing/missing runes, andzelgadis2007-10-021-0/+2
* Monster centaurs now sometimes (rarely) wear barding.j-p-e-g2007-09-301-1/+2
* A few improvements to banished() and entry cause tracking.zelgadis2007-09-301-5/+86
* This commit breaks save file compatability.zelgadis2007-09-301-4/+34
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-12/+87
* Previous commit applied to trunk:j-p-e-g2007-09-201-2/+2
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+4
* Applied Enne's fix to 1795522: "show_beam shouldn't workj-p-e-g2007-09-151-1/+1
* Reintroducing Throwing.j-p-e-g2007-09-111-2/+2
* Another variety of changes.j-p-e-g2007-09-031-1/+6
* Part two of godly changes.j-p-e-g2007-08-041-7/+38
* Fixed acquirement giving unwearable armour (Iaido).dshaligram2007-08-041-3/+5
* Added rod of venom [1701655]. Redid some braindead staff handling.haranp2007-07-261-6/+5
* [1757888] yell() was leaking information about invisible monsters.haranp2007-07-211-1/+2
* Updated level-design.txt.dshaligram2007-07-211-2/+3
* Vampires, yay! Credit mostly goes to Jarmo, thoughj-p-e-g2007-07-141-0/+7
* General code cleanups and goto removal.haranp2007-07-131-2/+2
* Minor refactoring.haranp2007-07-091-42/+17
* Acquirement retries were useless because the object sub-type was not beingdshaligram2007-07-091-48/+51
* [1739347] Fixed acquirement giving unwieldable weapons.dshaligram2007-07-091-4/+14
* Describing items now works better in shops (fixes 1749246.)haranp2007-07-071-1/+2
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-1/+1
* Implemented 1735752: wands are (fake-)inscribed with the number of timesharanp2007-06-271-24/+3
* Followers are now placed on the transit list so that crashes or saves betweendshaligram2007-06-261-1/+0
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-1/+1
* More minor cleanups.haranp2007-06-201-17/+13
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-171-2/+2
* Banishment while standing on a dungeon feature was destroying the feature,dshaligram2007-06-061-1/+1
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-4/+12
* Removed portable altars. Nemelex prayers will now sacrifice everythingharanp2007-05-121-1/+0
* Some code review and cleanup.haranp2007-04-281-47/+35
* And the beat goes on (stringstreams).haranp2007-04-281-1/+0
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-7/+7
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-12/+7
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-17/+6
* Moved items() into a separate makeitem file.haranp2007-04-211-1/+2