summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
Commit message (Expand)AuthorAgeFilesLines
* Try to avoid repeats when acquiring already seen weapons/armour.Adam Borowski2010-01-041-0/+1
* Tweak rod enchantment formulaStefan O'Rear2010-01-021-1/+1
* Be more nazi about illegal brands (like, reaping on melee weapons like scythes).Adam Borowski2009-11-251-0/+1
* Split itemprop enums out into itemprop-enum.h.Robert Vollmert2009-11-171-1/+1
* Split away monsters' starting gear from makeitem.cc to mon-gear.ccAdam Borowski2009-11-081-1/+2
* Make tests compile with DEBUG_TESTS.Matthew Cline2009-11-041-1/+1
* Run tests of brand validness on "./crawl -test".Adam Borowski2009-11-041-0/+4
* Allow specifying "any weapon ego:XXX", "... missile", "... armour".Adam Borowski2009-11-041-0/+2
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Make artificers' rods of striking start with a constant number of dolorous2009-03-021-2/+2
* FR #2424917: holy monsters should drop non-summoned items when they die ratherzelgadis2008-12-151-1/+1
* Add another optional parameter to items() of makeitem.{cc,h}, the agentzelgadis2008-12-031-1/+1
* Removed redundant buffer used to go from map_def to env.grid and all the tedi...dshaligram2008-11-231-1/+0
* Let the weapon and armor enchantment blessings change the item's dolorous2008-03-281-1/+2
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+1
* mapdef/vault items can now have their race type and ego explicitly set.zelgadis2007-12-131-1/+1
* Added svn properties svn:keywords and svn:eol-style to files which werezelgadis2007-10-031-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+11
* Extend rectangular vault support for regular vaults.dshaligram2007-07-071-1/+1
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-0/+5
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-1/+1
* Removed oklob nonbrandability, since we visibly distinguish them anyway.haranp2007-04-251-0/+7
* Moved items() into a separate makeitem file.haranp2007-04-211-0/+14