summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
Commit message (Expand)AuthorAgeFilesLines
* Update a commentNicholas Feinberg2014-06-221-2/+2
* Add method cloud_struct::agent().Neil Moore2014-06-111-0/+1
* Make Doxygen @returns "@return" for consistancy.reaverb2014-06-051-1/+1
* Doxygenate item_def member documentation.Neil Moore2014-05-291-23/+46
* Remove player burden and carrying capacitygammafunk2014-05-261-2/+0
* Comment typo fix.Shmuale Mark2014-05-141-2/+2
* Refactor / remove some less important / unnecessary Gozag code.Steve Melenchuk2014-05-111-3/+0
* Gozag: Call Merchant.Steve Melenchuk2014-05-071-0/+3
* Rework the octopode crusher throwing abilitygammafunk2014-03-221-0/+2
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-4/+4
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-3/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-2/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-13/+13
* Shorten branch enums.Adam Borowski2013-11-031-2/+2
* Don't impose TSO penance for reflecting poison/draining (you still get xp).Adam Borowski2013-10-281-0/+1
* Shave some words off a few datatypes.Samuel Bronson2013-10-171-0/+2
* Turn Recite into a duration instead of a delay.Steve Melenchuk2013-07-161-0/+2
* A new command to set your travel speed to your slowest ally.Raphael Langella2013-04-221-0/+2
* Remove the explicit copy constructor and assignment operator for level_id.Samuel Bronson2013-04-201-11/+0
* More PURE, and introduce REALLYPURE as well.Samuel Bronson2013-03-241-1/+1
* Tighten the rules for level_id::is_valid().Adam Borowski2013-03-181-1/+1
* Merge branch 'bad_forms'Adam Borowski2013-02-131-1/+1
|\
| * Fix a totally wrong comment.Adam Borowski2013-01-301-1/+1
* | Restore save compatibility with 0.11 final.Adam Borowski2013-01-261-0/+18
|/
* Fix a (probably unconsequential) uninitialized variable warning from valgrind.Florian Diebold2012-11-031-0/+3
* Evict some classes from externs.hAdam Borowski2012-10-311-58/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+0
* Get rid of all but one uses of mon_display.Adam Borowski2012-10-161-8/+7
* Rename struct glyph to cglyph_t.Adam Borowski2012-10-161-1/+1
* Support message_colour -= foo.Neil Moore2012-09-251-0/+4
* Saner rc list options, including reset.Neil Moore2012-09-141-0/+13
* Drop one of redundant definitions of sgn().Adam Borowski2012-09-101-1/+1
* Object-orient final_effect.Neil Moore2012-09-081-8/+0
* Use std namespace.Raphael Langella2012-08-261-42/+38
* Change abyss_genlevel_mask from a map_mask to a map_bitmask.Raphael Langella2012-08-211-0/+2
* s/sacrificiable/sacrificeable/Raphael Langella2012-08-211-1/+1
* List items on the floor which can be sacrificied.Raphael Langella2012-08-201-0/+3
* Make inline functions static.Adam Borowski2012-08-091-1/+1
* Fix xg not recognizing certain unidentified items.Adam Borowski2012-07-311-1/+1
* Make message filters case-insensitive (#4945).Neil Moore2012-07-091-1/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-7/+7
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-1/+1
* Use mid rather than mindex for constriction.Neil Moore2012-07-041-0/+1
* Drop TAG_MAJOR_VERSION == 32 ifdefs.Adam Borowski2012-04-251-11/+0
* Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-2/+8
|\
| * Use monster_type nearly everywhere.Adam Borowski2012-03-221-1/+7
| * Declare an explicit type for colours.Adam Borowski2012-03-131-1/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-2/+2
|\|
| * Eliminate duplicated symbols.Neil Moore2011-12-271-2/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-4/+0
|\|