summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-item.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove 2 more parameters from items()reaverb2014-08-081-1/+1
* don't generate war chants or stalking when generating books in wizmodeJesse Luehrs2014-08-031-0/+4
* Remove stuffNicholas Feinberg2014-07-291-0/+2
* Create prompt.ccNicholas Feinberg2014-07-271-1/+1
* Move get_ch() from stuff.cc to macro.ccNicholas Feinberg2014-07-271-0/+1
* Remove an unused argument from the items() functiongammafunk2014-06-291-1/+1
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-4/+4
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+0
* Remove some more references to dragon slaying (DrKe)reaverb2014-06-191-1/+1
* Rename "vampiricism" to "vampirism" (ChrisOelmueller, #8435)reaverb2014-06-151-1/+1
* Combine plus/plus2 for rings of slaying, and Acc+/Dam+ on artefactsChris Oelmueller2014-06-131-3/+9
* Remove jewelry and armour sources of conservationgammafunk2014-05-281-0/+2
* Chance function(void) to function()reaverb2014-05-241-2/+2
* Fix some more TAG_MAJOR_VERSION > 34 hiccups.Steve Melenchuk2014-05-141-0/+4
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Standardize some save compact codereaverb2014-05-101-3/+3
* Add orange crystal plate armour unrandNicholas Feinberg2014-05-091-0/+4
* Abstractify.Shmuale Mark2014-05-051-1/+1
* Remove ARTP_METABOLISMChris Oelmueller2014-04-301-0/+4
* Move mon death stuff from mon-stuff.cc to mon-death.cc.Shmuale Mark2014-04-121-0/+1
* Don't generate racial armourChris Oelmueller2014-03-061-2/+1
* Add Wizard mode commands to identify/unidentify item types and level items.gammafunk2014-01-301-0/+39
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-1/+1
* Remove mpr_nocap().Adam Borowski2013-11-291-2/+2
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-27/+14
* Revert "Replace `mprf(ch, s)` with `mpr(s, ch)`"Adam Borowski2013-11-291-1/+1
* Replace `mprf(ch, s)` with `mpr(s, ch)`Chris Oelmueller2013-11-281-1/+1
* Fix setting {Regen} randart property in wizmodeChris Oelmueller2013-11-161-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-4/+4
* Fix a number of inconsistencies in wizmode artefact handling.Adam Borowski2013-11-121-11/+21
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Rewrite monster_iterator.Adam Borowski2013-10-311-1/+0
* monster_near_iteratorAdam Borowski2013-10-311-2/+2
* Likewise, remove orc slaying.Adam Borowski2013-10-221-0/+8
* Fix broken wizmode item tweaking.Adam Borowski2013-10-061-1/+3
* Reformat multi-line array literals.Adam Borowski2013-10-051-7/+14
* Remove ARTP_JUMP, redundant with the armour brand.Adam Borowski2013-10-051-1/+3
* Fix ordering of SPARM_* name arrays and tile enums.Neil Moore2013-10-011-1/+1
* Jump-related save compatibilitygammafunk2013-10-011-1/+1
* Add a jump artefact property giving the evoke jump abilitygammafunk2013-10-011-0/+2
* Add SPARM_JUMPING ego. Wearing this grants the evoke jump attack ability.gammafunk2013-10-011-0/+1
* Macabre Finger Necklacepubby2013-09-221-1/+2
* Moon troll leather armourpubby2013-09-021-0/+4
* Allow tweaking the last artefact property in wizmode.Neil Moore2013-08-271-3/+8
* Don't break wizmode artefact editing on the next major save increment.Neil Moore2013-08-261-1/+11
* Cancel an american speling.Adam Borowski2013-08-241-3/+3
* Rename some item properties in &t modeChris Oelmueller2013-07-311-17/+17
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-2/+2
* Add MSG_OK when canceling for various promptsPekka Lampila2013-06-101-0/+7
* Fix a monster_type misbuild with clang-3.3.Adam Borowski2013-04-261-1/+1