summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
Commit message (Expand)AuthorAgeFilesLines
* Remove 2 more parameters from items()reaverb2014-08-081-2/+1
* Remove a parameter from items() (mundane)reaverb2014-08-081-1/+2
* Remove an unused argument from the items() functiongammafunk2014-06-291-4/+2
* Don't generate racial armourChris Oelmueller2014-03-061-12/+2
* Don't generate racial weapons or launchersChris Campbell2014-02-241-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+0
* Use std namespace.Raphael Langella2012-08-261-2/+1
* Make staves and rods separate object classes.Adam Borowski2012-06-121-1/+0
* Make another bunch of functions static or gone.Adam Borowski2012-04-051-1/+0
* Make another bunch of functions static or deleted.Adam Borowski2012-03-211-2/+0
* Somewhat prefer racial items during acquirement.Adam Borowski2011-10-281-0/+1
* Simplify the high tier wand logic.Raphael Langella2011-09-121-1/+1
* Don't generate high tier wands before D:3.Raphael Langella2011-09-081-0/+1
* Get rid of a "BCR acquirement hack", whatever it is.Adam Borowski2011-06-091-1/+1
* Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-0/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Make the "mundane" tag actually work.Johanna Ploog2011-01-161-1/+2
* Remove unused item_corpse prototype.Darshan Shaligram2011-01-081-5/+0
* Fix an extremely spammy clang warning.Adam Borowski2011-01-081-1/+1
* Don't define max. wand charges in two different places.Johanna Ploog2010-12-141-1/+0
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-2/+2
* Specify the type of mapmask as uint32_t.Adam Borowski2010-10-041-1/+1
* Add a toggle to the discoveries screen to display _un_known items.Johanna Ploog2010-08-161-0/+1
* Allows decks to be specified in ITEM lines. Some sample specs:Haran Pilpel2010-07-101-0/+3
* Fix compilation failure on clang.Adam Borowski2010-06-271-1/+1
* Allow varying strictness of brand checks.Adam Borowski2010-06-231-3/+3
* Allow corpses to be placed in .des files.Darshan Shaligram2010-06-221-0/+8
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* code cleanup: fix #ifdef/#if usage inconsistenciesSteven Noonan2010-02-251-1/+1
* 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