summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-enable batform when drawing the Metamorphosis card but add aj-p-e-g2008-06-131-30/+77
* Fix 1992604: monster_los asserting for positions out of bounds.j-p-e-g2008-06-131-1/+8
* Improve performance by only checking whether there are lava or deepj-p-e-g2008-06-121-1/+1
* Fix 1974137: Stat-lowering transformations resulting in death by statj-p-e-g2008-05-271-43/+154
* Add another comment fix.dolorous2008-05-241-1/+1
* Add more comment fixes.dolorous2008-05-231-2/+2
* Add minor cosmetic fixes.dolorous2008-04-231-1/+1
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-1/+1
* Bug 1941782: Allow vampires to learn spells such as Berserk and j-p-e-g2008-04-141-26/+28
* Another one of those mixed commits.j-p-e-g2008-03-201-1/+5
* Implement FR 1897310: auto-travel through clouds if you are (semi)permanentlyj-p-e-g2008-03-101-12/+20
* Further improvements of vampires:j-p-e-g2008-03-061-1/+1
* List quiver in status section like you do for the hand weapon.j-p-e-g2008-01-091-1/+0
* make player::has_claws() and player::has_usable_claws() take a bool dolorous2007-11-221-1/+1
* Transform fixes for trunk.dshaligram2007-10-281-2/+2
* Adding two new mutations for the heck of it:j-p-e-g2007-10-261-13/+2
* [1818982] Kenku talons as mutation (dolorous).dshaligram2007-10-251-2/+2
* Adding Vampire aptitudes to tables.txt (Bug 1816344). j-p-e-g2007-10-231-1/+0
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-18/+36
* Fixing a number of bugs on throwing nets, so it's all in j-p-e-g2007-09-191-0/+19
* Applying patches by dolorous:j-p-e-g2007-09-161-1/+2
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+1
* Changed unwield_item() to actually unwield the item, and to have itharanp2007-09-131-3/+2
* More equipment information on the % screen, this time for j-p-e-g2007-08-141-10/+27
* Fixed acquirement giving unwearable armour (Iaido).dshaligram2007-08-041-18/+21
* Some more vampire tweaks, mostly concerning food.j-p-e-g2007-07-161-1/+1
* Vampires, yay! Credit mostly goes to Jarmo, thoughj-p-e-g2007-07-141-1/+32
* Transformation cleanup.haranp2007-07-091-45/+60