summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed monsters::is_levitating not checking randarts that provide levitation.dshaligram2007-10-271-1/+2
* [1821098] Fixed bat transform not conferring flight. Fixed player_is_levitati...dshaligram2007-10-271-1/+1
* Fix bug 1814617: teleport/banish not clearing being trapped in netj-p-e-g2007-10-261-17/+5
* Spell changes: strengthened stone arrow and the storms, weakened bolts of fir...dshaligram2007-10-251-1/+1
* Added fog machine Lua map markers. Needs a C interface to make it usablezelgadis2007-10-181-2/+2
* Introduces three new wall types, translucent versions of the normalzelgadis2007-09-191-14/+45
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+12
* 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-2/+2
* HANDS_DOUBLE -> HANDS_TWO (rather than HANDS_HALF).j-p-e-g2007-09-151-0/+6
* Added a message when Condensation Shield is extended j-p-e-g2007-09-051-1/+1
* s/CAUGHT/HELD/j-p-e-g2007-08-221-4/+4
* Condensed monster descriptions.j-p-e-g2007-08-221-1/+4
* Throwing nets again.j-p-e-g2007-08-201-0/+12
* Added throwing nets. These still need work, and thusj-p-e-g2007-08-201-0/+6
* Drop Control Teleport and Controlled Blink by one spell level each.dshaligram2007-07-151-3/+16
* [1731587] Kenku get claw-kick and a small speed boost when flying unladen.dshaligram2007-07-131-4/+11
* Added final score to morguedshaligram2007-07-111-1/+1
* Fixed abjuration (player and monster versions) to work with the new enchantmentdshaligram2007-07-111-4/+12
* Give merfolk in water and flying kenku evasion bonuses.dshaligram2007-07-091-3/+0
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-1/+1
* Describing items now works better in shops (fixes 1749246.)haranp2007-07-071-5/+9
* [1745278] Added missing period at end of confusing touch message.dshaligram2007-06-291-1/+2
* Implemented 1735752: wands are (fake-)inscribed with the number of timesharanp2007-06-271-1/+0
* Helm card can now have a shield effect. (Well, sort of.)haranp2007-06-241-8/+12
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-50/+43
* Some more card implementations (resists in Helm, demon summoning.)haranp2007-06-231-72/+20
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-2/+1
* sort_menus now allows the user to choose what menus to sort, and how todshaligram2007-05-311-1/+1
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-1/+1
* Minor cleanups.haranp2007-05-151-2/+3
* Conjuring flame onto a fire cloud now makes the fire yours and lengthensharanp2007-05-081-8/+20
* Type safety, cast cleanups, etc.haranp2007-05-011-3/+3
* Third time's the charm. Don't mystify auto_listers.haranp2007-04-241-0/+2
* Try a bit harder to prevent reidentifying IDed items.haranp2007-04-241-0/+5
* Along the lines of 1706790: the identify inventory list now only containsharanp2007-04-241-1/+1
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-8/+3
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-3/+1
* Use move_player_to_grid when blinking so that pools get a chance to do theirdshaligram2007-04-161-2/+1
* Updated build instructions for DOS, Windows, Linux.dshaligram2007-04-051-3/+1
* Treat attempt to blink onto your original location as a blink cancel attempt.dshaligram2007-03-301-1/+1
* Cleaned up clouds and threw out the foo_MON values from the cloud enum. Thedshaligram2007-03-221-6/+9
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-18/+6
* Added an invocable power to train Invocations for Lugonu (previously the firstdshaligram2007-03-191-2/+3
* Banished uniques (including ghosts) will now be sent to the Abyss. Banisheddshaligram2007-03-181-0/+3
* Move spell targeting before miscast check. Not everything is moved - spellsdshaligram2007-03-141-69/+6
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-2/+2
* Minor direction cleanups (mainly messaging.)haranp2007-01-261-6/+0
* Stage 1 of the direction() rewrite.haranp2007-01-241-7/+7
* [1622126] Fixed shift+direction keys canceling the targeting prompt. Hopefullydshaligram2006-12-291-0/+6