summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Add a few item database fixes. Rename "gloves" and "boots" to "pair of dolorous2007-12-152-3/+3
* Attempt to fix [1850593] by reverting r3020, as getch_ck() acts dolorous2007-12-141-1/+1
* Fix a comment typo.dolorous2007-12-141-2/+2
* Fix [1813286]: Rename the lochaber axe to the bardiche, and change its dolorous2007-12-147-11/+11
* Actually allow elven whips in set_equip_race().dolorous2007-12-131-1/+2
* In set_equip_race(), disallow dwarven whips, since they don't show up dolorous2007-12-131-0/+1
* Allow racial whips again, as orc and elf monsters can get them (oops), dolorous2007-12-132-1/+7
* Add still more consistency fixes regarding racial weapons, based on dolorous2007-12-131-7/+26
* Add a minor documentation fix: the racial modifier for elves is elven, dolorous2007-12-131-1/+1
* mapdef/vault items can now have their race type and ego explicitly set.zelgadis2007-12-139-110/+532
* Simplify racialise_starting_equipment(), and clean up related code a dolorous2007-12-132-11/+12
* Permanent levitation no longer confers permanent flight.haranp2007-12-138-59/+48
* Toned down Shuffle frequency.haranp2007-12-131-1/+1
* In set_equip_race(), disallow elven crossbows, dwarven bows and hand dolorous2007-12-132-6/+13
* When trying to wear a hard helmet as a kenku, display "That helmet does dolorous2007-12-132-6/+16
* Add minor cleanups of the new helmet handling code: use is_hard_helmet() dolorous2007-12-125-21/+21
* Code cleanup in describe.cc randart descriptions.haranp2007-12-122-490/+234
* Added an MF_SHOW_PAGENUMBERS flag to Menu, which will show "(page X of Y)"haranp2007-12-113-2/+15
* The Ctrl-I wizard command can now generates stats on randart propertieszelgadis2007-12-113-8/+271
* And fix compilation breakage (oops again).dolorous2007-12-111-1/+1
* Fix the disabling of dwarven and orcish soft helmets to disable *only* dolorous2007-12-111-2/+2
* Add still one more consistency fix for equipment: let elven and orcish dolorous2007-12-111-0/+1
* Display "You detect nothing." if you cast Detect Secret Doors and no dolorous2007-12-111-5/+2
* wizard's hat -> wizard hatzelgadis2007-12-111-1/+1
* Add one last consistency fix for equipment. Disallow elven hard helmets dolorous2007-12-101-2/+13
* Fixed torment not respecting lichform.haranp2007-12-101-2/+3
* ' will now swap to miscellaneous items (except for runes) but notharanp2007-12-101-12/+15
* Add a minor wording fix to the manual.dolorous2007-12-101-1/+1
* Helmets, helms, caps and wizard hats now have their own subtypes, asharanp2007-12-1015-353/+138
* Updated manual to mention, among others, artefacts. (David).j-p-e-g2007-12-101-12/+36
* Add one more consistency fix for equipment. Allow dwarven and orcish dolorous2007-12-101-5/+1
* Add more consistency fixes for equipment. Disallow dwarven needles and dolorous2007-12-102-9/+15
* Fixed mummy and drac fighters not getting shields, DrFi not getting weapon ch...dshaligram2007-12-091-0/+5
* Use end(), not perror(), to give message about save file being invalid.zelgadis2007-12-091-4/+1
* Halt command repitions and macros when gaining a level.zelgadis2007-12-091-2/+24
* Allow javelins of returning. Since these are powerful, make them as dolorous2007-12-081-1/+9
* Implement the returning brand for ammunition. This mostly uses the same dolorous2007-12-088-56/+129
* Bumped save major version to 5 to prevent collisions with Crawl 4.0/4.1 files.dshaligram2007-12-081-1/+1
* Add "item generations stats" (Ctrl-I) wizard command, which currentlyzelgadis2007-12-087-41/+198
* Fixed two aquirement bugs:zelgadis2007-12-081-47/+37
* Use c_getch() instead of m_getch() in getch_mul(), as the translation dolorous2007-12-071-1/+1
* Fixed maps not loading because monster name cache was initialised only after ...dshaligram2007-12-072-2/+1
* Add a few last whitespace fixes.dolorous2007-12-072-2/+2
* Add still more whitespace and comment fixes.dolorous2007-12-076-11/+12
* The copy operator for CrawlStoreValue was copying the value of thezelgadis2007-12-071-3/+47
* Refix branding-name fix.haranp2007-12-061-2/+2
* Fix 1845534 (bad naming for brands.)haranp2007-12-063-8/+8
* Forgot to sort the item description entires.zelgadis2007-12-062-901/+896
* Database entries fetched with getLongDescription() can contain embededzelgadis2007-12-064-25/+67
* If a "?/" query produces an exact match for the string entered, but alsozelgadis2007-12-061-9/+45