summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix tiles compile (in a hacky way, since I don't know what the mp/hpj-p-e-g2008-04-181-1/+1
* Another modification of autotargetting submerged monsters, based offj-p-e-g2008-04-171-5/+5
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-30/+31
* Tweak Vampires, part Ij-p-e-g2008-03-061-16/+16
* [FR 1816805] Implementing a new species/classes order on the characterj-p-e-g2008-03-021-86/+0
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-5/+5
* s/LONG_SWORDS/LONG_BLADES/ (cbus).dshaligram2008-01-101-38/+38
* [1858820] Hill Orc Throwing aptitude changed: 130 -> 100.dshaligram2007-12-281-1/+1
* Randarts can now be autoinscribed from the 'v' screen.haranp2007-12-051-170/+95
* Removed: safe_autopickup, safe_zero_exp, lowercase_invocations,haranp2007-11-161-4/+1
* Unarmed title is based on base, not modified, stats [1821727]haranp2007-10-301-2/+4
* Transform fixes for trunk.dshaligram2007-10-281-14/+17
* Another mutation commit. Sorry, I couldn't resist.j-p-e-g2007-10-281-0/+4
* Type safety and code cleanup.haranp2007-10-251-1/+1
* Fixed elven fighters getting Armour skill instead of Dodging. Fixed deep elf ...dshaligram2007-10-021-1/+1
* Fixed bad species name (eg: deep elves with the bows title) in dump because o...dshaligram2007-10-011-4/+4
* This commit breaks save file compatability.zelgadis2007-09-301-1/+0
* Fix wording for translucent rock walls (1798932).j-p-e-g2007-09-261-1/+1
* Previous commit applied to trunk:j-p-e-g2007-09-201-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+1
* Reintroducing Throwing.j-p-e-g2007-09-111-40/+40
* Another one with a multitude of (smallish) changes.j-p-e-g2007-09-041-5/+6
* Another variety of changes.j-p-e-g2007-09-031-1/+1
* PCs who start with spells should always have Spellcasting skill,haranp2007-07-221-1/+1
* Corona overrides invisibility. To check if something is *really* invisible, usedshaligram2007-07-151-1/+1
* Vampires, yay! Credit mostly goes to Jarmo, thoughj-p-e-g2007-07-141-0/+43
* Implemented Shuffle card.haranp2007-07-141-1/+1
* Acquirement retries were useless because the object sub-type was not beingdshaligram2007-07-091-2/+2
* Spellcasting, Evocations and Invocations are now displayed modified in theharanp2007-07-021-1/+15
* Removed hill dwarves.haranp2007-06-301-56/+17
* Refixed stubbed SP_ELF (Haran).dshaligram2007-06-251-0/+3
* Elf genocide. I hope I caught all the references.haranp2007-06-251-43/+0
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-1/+1
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-52/+47
* A bit more type-safety (slightly intrusive this time): you.species andharanp2007-06-191-1/+1
* Some more changes to the tutorial, most importantly to j-p-e-g2007-06-091-6/+21
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-1/+1
* Various cleanups. Also fixed bug 1703500, inventory letters appearing twiceharanp2007-04-251-1/+1
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-14/+8
* Implemented 1705620: aptitudes are now shown in red, skill progress in blue.haranp2007-04-231-9/+11
* s/Ruiner/Ruinous/ after discussions with Erik and Guus.dshaligram2007-04-161-1/+1
* Patches from debian package (Guus Sliepen.)haranp2007-04-161-1/+1
* More naming fixes. We should integrate helmets somehow.haranp2007-04-131-1/+1
* Cleaned up some of the randart code.haranp2007-04-131-6/+4
* Fix unallocated experience message for when you have only 1 point of free exp.dshaligram2007-03-271-2/+5
* New key=value logfile format as proposed by Shawn Moore. This is more verbosedshaligram2007-03-081-0/+9
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-3/+6
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-10/+0
* Moved multipliers for spellcasting/invoc/evoc from the function to theharanp2007-01-161-120/+114
* Implemented some of David's ideas:haranp2007-01-071-4/+24