summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-2/+4
* Add comments about jewellery auto-ID fail, including #1083Samuel Bronson2013-03-261-0/+2
* Hush a spurious -Og warning.Adam Borowski2013-03-111-1/+1
* Make meatsprint's Axe of Woe an unrand.Adam Borowski2013-02-201-0/+6
* Fix outdated comment.David Lawrence Ramsey2013-01-261-1/+1
* Indentation fixes.Adam Borowski2012-12-051-1/+1
* Generate artefact inscriptions on the fly (elliott)Chris Campbell2012-11-101-3/+0
* Replace levitation with flight and remove controlled flight (elliott)Chris Campbell2012-11-071-7/+7
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+2
* Fix *Rage weapons causing berserk on almost all attacks (#2649)Chris Campbell2012-10-221-2/+2
* Change the "Contam" artefact property to cause glow upon unequippingChris Campbell2012-10-221-4/+3
* Make some of big global data arrays const.Adam Borowski2012-10-211-5/+5
* Don't crash when > 8 octorings are generated in --test unrand.Adam Borowski2012-09-241-1/+1
* Use std namespace.Raphael Langella2012-08-261-26/+23
* Give the faerie dragon armour a small chance of non-randart properties.Adam Borowski2012-08-161-0/+7
* Fix the faerie dragon armour being rejected 99 times before being taken as-is.Adam Borowski2012-08-161-0/+2
* Don't generate rings or randarts with *TELE in Sprint.Adam Borowski2012-08-151-1/+1
* Make inline functions static.Adam Borowski2012-08-091-1/+1
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-6/+6
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-2/+3
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-59/+59
* Make some functions static/gone.Adam Borowski2012-06-021-16/+8
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-2/+0
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-2/+2
|\
| * Don't make a note on unrand creation.Adam Borowski2012-04-231-2/+2
* | Simplify random_god().Adam Borowski2012-04-241-2/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2012-04-121-37/+18
|\|
| * Don't try to generate invalid ranged brands, don't do pointless re-rolls.Adam Borowski2012-03-281-31/+16
| * No reason to ban rN on weapons with evil brands.Adam Borowski2012-03-281-6/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-23/+25
|\|
| * Allow randart blowguns of evasion.Adam Borowski2012-03-171-5/+2
| * Fix ordinary items sometimes getting identified.Adam Borowski2012-03-091-1/+1
| * Evict unrand descriptions into the database.Adam Borowski2012-03-081-12/+0
| * Add formatting fixes.David Lawrence Ramsey2012-03-041-2/+1
| * Remove obsolete comment.David Lawrence Ramsey2012-03-041-2/+1
| * Pre-identify most unrands.Adam Borowski2012-02-251-0/+8
| * Identify unrands held by monsters when they die or drop them.Adam Borowski2012-02-251-0/+12
| * Merge some common code.Adam Borowski2012-02-251-2/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-2/+36
|\|
| * Give artefacts a miniscule chance of being distortion.Adam Borowski2012-01-271-1/+4
| * Octorings: simplify, write status to saves, &|Adam Borowski2012-01-091-49/+17
| * New unrandart: ring of the Octopus King ('coral ring').Eronarn Palazzo2012-01-091-0/+63
| * Fix errors when trying to generate a randart level 8 book (Mantis 5144).elliptic2011-12-311-1/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-11/+2
|\|
| * Make pearl dragon armours curseable.Adam Borowski2011-12-271-5/+0
| * Fix an edge case in artefact name generation.Samuel Bronson2011-12-071-2/+2
| * Inscribe artefact rings of teleportation as "*TELE +Tele".Adam Borowski2011-12-021-4/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-191-8/+38
|\|