summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Apply castamir's antiscum patch. Except for Wanderers, starting stats,j-p-e-g2009-09-152-98/+93
* Also document that the Wild Magic card can turn up in decks of changes.j-p-e-g2009-09-153-5/+2
* [2857812] Fix crash on entering portal vaults (my bad).dshaligram2009-09-151-1/+2
* Smarter exclusions, yay!j-p-e-g2009-09-1512-40/+173
* Fix 2841668: Crawl segfaulting when attempting to use mpr() within thej-p-e-g2009-09-142-12/+28
* Jump from the memorisation display back to spells if you cannot memorisej-p-e-g2009-09-143-8/+17
* Fix multiple mouseclicks causing the same spell to be memorised severalj-p-e-g2009-09-144-3/+29
* Fix 2858572: tiles spell memorisation crashes.j-p-e-g2009-09-147-31/+42
* * Show item type shortcuts in inventory. I think it's too intrusive forj-p-e-g2009-09-148-37/+170
* A bug fix commit! (I didn't do one of these in a while...)j-p-e-g2009-09-137-26/+34
* Commit several patches:j-p-e-g2009-09-1328-115/+482
* Add the last missing spell tiles.j-p-e-g2009-09-1313-27/+24
* Add tiles for Stonemail, Phase Shift and Portal Projectile.j-p-e-g2009-09-136-6/+6
* Shorten Lair to 8 levels. j-p-e-g2009-09-134-36/+30
* Adding base images used in many of the existing spell images.ennewalker2009-09-1334-0/+0
* Add spacing fixes.dolorous2009-09-121-3/+3
* Fix an error I accidentally introduced when tweaking the previous patch.dolorous2009-09-121-1/+1
* Apply Markus Maier's patch to add missing descriptions to several features, j-p-e-g2009-09-121-11/+92
* Adapt Matthew's new memorisation interface for tiles, using the samej-p-e-g2009-09-129-44/+151
* Apply caotto's patch in [2853994] to overhaul wanderers, with a few dolorous2009-09-121-283/+976
* Comment fixes.dolorous2009-09-121-2/+2
* Apply kotk's patch to make e.g. Zin properly care about ally deaths dolorous2009-09-121-2/+6
* Tweak probability of harpies' eating off the floor again.dolorous2009-09-121-1/+1
* Reassign some of the spell tiles.j-p-e-g2009-09-1114-17/+6
* Add a button to memorise spells to the new spell display. All this doesj-p-e-g2009-09-117-20/+91
* Add one more changelog update.dolorous2009-09-111-0/+1
* Move around a couple of spell tiles, reorder spells in the tiles code,j-p-e-g2009-09-1119-173/+233
* ...and draw these new spell tiles too.ennewalker2009-09-113-3/+14
* Adding spell images, rltiles build script, and a tileidx_spell function. The...ennewalker2009-09-11168-6/+406
* Some tweaks to the FAQ file.j-p-e-g2009-09-101-23/+9
* Display spell cost, success chance, schools, power, range, and hunger inj-p-e-g2009-09-104-34/+43
* Add an inventory-like region for the Tiles version to make spellsj-p-e-g2009-09-1013-59/+204
* Make sure toadstools don't pop up on really fresh corpses.j-p-e-g2009-09-101-14/+12
* Add Jiyva altar to Slime:6. Also made two small Slime entry vaultsdploog2009-09-091-1/+37
* [2854085] Qualify multiple matches in a stack with (+extra) instead of (n) in...dshaligram2009-09-081-1/+1
* Fix g++ complaining about using a non-literal string without a format string.dshaligram2009-09-081-2/+2
* Remove misplaced semicolon noticed by Steven Noonan.dolorous2009-09-081-1/+1
* Remove the debugging routine to give a corpse to a monster, as it no dolorous2009-09-081-16/+1
* Fix [2852805]: Repair contradictory Stoneskin description.dolorous2009-09-081-1/+1
* Add a monster ability to eat food (including corpses), and let harpies dolorous2009-09-084-51/+119
* Add minor cosmetic fixes.dolorous2009-09-071-2/+4
* Comment fix.dolorous2009-09-071-1/+1
* And fix it again.dolorous2009-09-071-24/+28
* Simplify still further.dolorous2009-09-071-1/+1
* Simplify further.dolorous2009-09-071-14/+14
* Simplify.dolorous2009-09-072-5/+2
* Add sanity check to make sure that monsters that can eat items but not dolorous2009-09-071-8/+14
* And really fix it this time.dolorous2009-09-071-2/+8
* Make monsters that both use items and eat able to do both again (oops).dolorous2009-09-071-6/+0
* Decouple monsters' item pickup ability from their eating ability, and dolorous2009-09-078-584/+629