summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
Commit message (Expand)AuthorAgeFilesLines
* Backport melding fixes (shields and uncursing) and allow to cast spellsj-p-e-g2009-09-131-2/+2
* Apply trunk r10395's case-statement cleanup to 0.5.dolorous2009-07-251-0/+1
* Backport r10360/1 for a number of bug fixes.j-p-e-g2009-07-201-1/+9
* * Add Shock/Lightning Bolt to list of spells that don't abort for 'z' ifj-p-e-g2009-05-201-2/+2
* Add miscellaneous minor fixes.dolorous2009-04-261-2/+4
* * Automate all the notetaking I always do when testing Xom.j-p-e-g2009-04-121-3/+13
* * Update descriptions as per Markus' patch.j-p-e-g2009-04-101-7/+7
* * After some thought, remove the description toggle from the spell menu asj-p-e-g2009-04-061-2/+3
* Fix 2726622: untransforming not prompting for safe-inscribed equipmentj-p-e-g2009-04-061-17/+81
* Add some checks to Xom making you cast spells, so you don't attempt toj-p-e-g2009-03-311-14/+27
* Remove gnomes and grey elves. (Can someone check the tiles compile?)haranp2009-03-041-3/+1
* Remove now unneeded function.j-p-e-g2009-02-271-18/+0
* Remove all traces of TRAN_AIR and TRAN_SERPENT_OF_HELL, the latterj-p-e-g2009-02-271-56/+2
* Add miscellaneous minor fixes.dolorous2009-02-251-8/+7
* In transform_allows_wearing_item(), disallow wearing armor in bat form, dolorous2009-02-251-0/+1
* Add still more minor cosmetic fixes.dolorous2009-02-251-1/+2
* Add more minor cosmetic fixes.dolorous2009-02-251-0/+1
* Make _mutations_prevent_wearing() properly account for the beak mutation dolorous2009-02-171-5/+8
* Clean up transformation code. There are still at least four (!) differentharanp2009-02-171-424/+352
* Fix [2586695]: you can no longer throw items (including via Portalharanp2009-02-111-25/+19
* Add minor cosmetic fixes.dolorous2009-02-051-4/+2
* More code cleanups (mainly in transformations.)haranp2009-01-311-49/+39
* Add more minor cosmetic fixes.dolorous2009-01-171-2/+2
* * Tweak FAQ as suggested in FR 2472030.j-p-e-g2009-01-171-1/+1
* * Clean up duration handling some more.j-p-e-g2009-01-151-1/+30
* Fix 2496474: Bardings melding into centaurs.j-p-e-g2009-01-111-1/+4
* Add minor cosmetic fixes.dolorous2009-01-081-1/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Fix 2483722: EQ_ALL_ARMOUR not skipping melded armour.j-p-e-g2009-01-031-1/+19
* Fix 2471146: equipment being melded due to mutations.j-p-e-g2008-12-281-5/+23
* Fix "suicidal travelling" towards monsters you can see through glass.j-p-e-g2008-12-261-0/+1
* Fix bug 2430493: re-weild weapon when untransforming.zelgadis2008-12-201-0/+2
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-1/+1
* * Add the diagonal movement logic for monsters moving aside for otherj-p-e-g2008-11-221-2/+6
* Add tiles for the sewers' murky (deep and shallow) water, as well as aj-p-e-g2008-11-201-13/+30
* Turn kenkus' hardcoded pecking attack and inability to wear helmets into dolorous2008-11-191-17/+4
* * Properly deactivate shields during transformations.j-p-e-g2008-10-261-1/+50
* Implement FR 1894211: All transformations will now cause your equipmentj-p-e-g2008-10-261-7/+40
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-6/+0
* [2088488] Apply move_player_to_grid on untransform only if the untransform ca...dshaligram2008-09-061-2/+5
* Fix 2079299: lichform should discard holy wrath weapons.haranp2008-08-281-10/+22
* Don't discard Stoneskin when using non-conflicting transformations. [2031392]haranp2008-07-301-2/+7
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-4/+4
* Fix 2018757: Bat form not deactivating jewellery effectsj-p-e-g2008-07-151-4/+14
* Recheck the terrain after all transformations, not just dragons, to dolorous2008-06-271-5/+3
* Fix [2003446]: Don't bother trying to take boots off a formerly dolorous2008-06-271-3/+5
* Remove unneeded blank line.dolorous2008-06-271-1/+0
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-2/+2
* Tweak Trog's Berserk description - he doesn't routinely preventj-p-e-g2008-06-231-1/+2
* Swap '.' and '!' in the targetting interface.j-p-e-g2008-06-221-6/+3