summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_item.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'master' into octopodesAdam Borowski2011-04-071-4/+15
| |\
| * \ Merge branch 'master' into octopusAdam Borowski2011-02-141-16/+1
| |\ \
| * \ \ Merge branch 'master' into octopus, fix breakage.Adam Borowski2011-02-031-10/+7
| |\ \ \
| * | | | Eronarn's octopodes.Adam Borowski2010-12-041-1/+1
* | | | | Searching for ego will also return items which may be branded.Raphael Langella2011-06-091-2/+4
| |_|_|/ |/| | |
* | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* | | | A lua function item.is_ranged().Adam Borowski2011-03-281-0/+11
| |_|/ |/| |
* | | Don't set cosmetic flags for artefacts; tidy up specialness check.Johanna Ploog2011-02-101-16/+1
| |/ |/|
* | Get rid of some more longs.Adam Borowski2011-01-301-1/+1
* | Fix flag loss on 32 bit due to too short longs.Adam Borowski2011-01-291-3/+3
* | Add a #define SLOT_BARE_HANDS for weapon unwield.Raphael Langella2011-01-261-1/+1
* | Make .des corpse generation use the actual monsterDarshan Shaligram2011-01-061-5/+2
|/
* Replace int by skill_type whenever possibleRaphael Langella2010-10-271-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-1/+1
* Move spells summoning monsters into a file of their own.Johanna Ploog2010-08-211-1/+1
* Rename item_def::is_valid() to item_def::defined(). (Enne)Robert Vollmert2010-06-171-16/+16
* "not_cursed" tag for Vault items, test suite. (#1397).Jude Brown2010-04-231-0/+11
* Let autofight use weapons of reaching.Adam Borowski2010-04-191-1/+5
* Commit Darshan's fix to identified/type checks for dLua items.Jude Brown2010-03-031-10/+5
* Improvement on the identified wrapper. (greensnark)Jude Brown2010-03-021-5/+26
* Fix pluses wrapper for dLua items.Jude Brown2010-02-111-2/+8
* Fix artefact_name dLua wrapper.Jude Brown2010-02-111-1/+5
* Artefact name wrapper for dLua items.Jude Brown2010-02-111-1/+10
* Base type, sub type and ego wrappers for dLua items.Jude Brown2010-02-111-1/+29
* dlua Wrapper for item identification status.Jude Brown2010-01-281-1/+43
* Fix stash-tracker item annotations and restrict user scripts to access items ...Darshan Shaligram2010-01-241-24/+37
* Convert items Lua library to use metatable. May case end-user issues.Jude Brown2010-01-241-275/+330
* item.snakable: Lua binding for item_is_snakable.Robert Vollmert2010-01-221-1/+14
* l_item.cc: item.artefact doesn't check identified status anymore.Robert Vollmert2010-01-221-2/+2
* Fix return values (rob).Jude Brown2010-01-091-1/+1
* Lua item pluses wrapper.Jude Brown2010-01-081-0/+19
* Ignore obscured items in the UIStefan O'Rear2009-12-301-1/+1
* Item quantity adjustment wrappers for dLua.Jude Brown2009-12-281-0/+49
* Replace uses of item_cursed with item_def::cursed.Vsevolod Kozlov2009-12-271-1/+1
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+2
* A nasty hack to allow access to the item library in vaults.Jude Brown2009-11-211-0/+1
* Item destruction wrapper for (d)Lua.Jude Brown2009-11-191-0/+19
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-10/+10
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-1/+1
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-1/+1
* Move library "item" from clua.cc to l_item.cc.Robert Vollmert2009-10-201-0/+706