summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
Commit message (Expand)AuthorAgeFilesLines
* Amulet of Faith, mark I.Darshan Shaligram2010-01-101-2/+2
* Disallow randomly-generated chaos branded ammunition (dpeg, Napkin).Jude Brown2010-01-091-11/+11
* Reduce stack sizes of non-poisoned needles.Jude Brown2010-01-061-2/+3
* Try to avoid repeats when acquiring already seen weapons/armour.Adam Borowski2010-01-041-0/+21
* Fix game crash on generating needles.Darshan Shaligram2010-01-031-6/+2
* Make sling bullets as common as bolts.Jude Brown2010-01-031-1/+1
* Branded and positively enchanted missiles are "glowing". (Eronarn)Jude Brown2010-01-031-0/+25
* New (ranged) weapon brand: evasion.Jude Brown2010-01-031-2/+3
* New needle brands! Sleep, paralysis, rage, confusion, sickness, slowing.Jude Brown2010-01-031-3/+23
* Tweak rod enchantment formulaStefan O'Rear2010-01-021-16/+18
* Rods have an intrinsic recharge rate (#300)Stefan O'Rear2010-01-021-0/+23
* Added a comment to gold acquirement.David Ploog2010-01-021-0/+1
* New gold acquirement formula (dpeg).Darshan Shaligram2010-01-031-2/+6
* Adjust launcher generation brands.Jude Brown2010-01-011-10/+5
* Allow javelins to be poisoned.Adam Borowski2009-12-311-1/+3
* Remove speed from randomly generated launchers. (dpeg)Jude Brown2009-12-311-2/+0
* Subsume Darts skill into Throwing.Jude Brown2009-12-311-1/+1
* Remove hand crossbows.Jude Brown2009-12-311-11/+2
* Start of range combat overhaul: ego changes. (dpeg)Jude Brown2009-12-311-38/+118
* Make item_is_mundane a method of item_def.Vsevolod Kozlov2009-12-271-4/+4
* Replace uses of item_cursed with item_def::cursed.Vsevolod Kozlov2009-12-271-1/+1
* Make steel ammo rarer before D:10.Jude Brown2009-12-271-1/+2
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-3/+1
* Put all armour brand logic into one place; this fixes an assert crash.Adam Borowski2009-12-171-10/+8
* Explicitely forbid fire res, cold res and resistance brands on da, ida and gda.Adam Borowski2009-12-151-0/+6
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Be more nazi about illegal brands (like, reaping on melee weapons like scythes).Adam Borowski2009-11-251-1/+23
* Make scroll of silence ultra-rare.Robert Vollmert2009-11-241-15/+18
* Remove the ETC_UGLY and ETC_VERY_UGLY colors, as they're now unused.David Lawrence Ramsey2009-11-211-1/+1
* Rename blessed eudemon blades to holy eudemon blades.David Lawrence Ramsey2009-11-191-1/+1
* Allow the holy wrath brand to show up on whips.David Lawrence Ramsey2009-11-191-0/+3
* Improve demon whips, just like regular ones were upgraded. Let people bless ...Adam Borowski2009-11-201-0/+1
* Allow the venom brand on staves; e.g. the Staff of Olgreb is precedent.David Lawrence Ramsey2009-11-191-3/+6
* Simplify.David Lawrence Ramsey2009-11-191-4/+14
* Remove speed from polearms, long blades, and maces (dpeg)Stefan O'Rear2009-11-151-8/+0
* Chei Fluff: * Ruininous Time -> Slouch * Better player titles Mechanics: * Po...Brendan Hickey2009-11-161-1/+1
* Since sling bullets can be poisoned now, let them be generated that way.David Lawrence Ramsey2009-11-151-5/+2
* Remove the Divinations school.Adam Borowski2009-11-151-5/+0
* Revert removal of the speed brand, pending discussion.Adam Borowski2009-11-141-5/+24
* Remove speed from all mundane weaponsStefan O'Rear2009-11-131-24/+5
* Give giant spiked clubs a nonzero acquirement weightStefan O'Rear2009-11-131-2/+2
* Relax checks for whether a brand fits a piece of armour.Adam Borowski2009-11-121-16/+8
* Crossbows of shocking, for everyone. Launchers of holy wrath, for dpeg's ang...Adam Borowski2009-11-121-2/+5
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Remove some obsolete view.h-includes.Robert Vollmert2009-11-101-1/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Split away monsters' starting gear from makeitem.cc to mon-gear.ccAdam Borowski2009-11-081-1515/+2
* Tweak Pikel's whip stats (sorear).Jude Brown2009-11-081-2/+2
* New unique: Pikel, the big kobold slaver.Jude Brown2009-11-081-0/+10
* Change hard-coded _give_wand exceptions to class flags.Jude Brown2009-11-081-2/+2