summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Make tile enums available in console builds.Adam Borowski2011-12-141-4/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-231-0/+5
|\|
| * Thoroughly validate a good deal of things read from save files.Adam Borowski2011-11-231-0/+5
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-191-0/+3
|\|
| * Replace a bunch of floating-point sqrt()s by integer ones.Adam Borowski2011-11-131-0/+3
* | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-31/+12
|/
* Allow specification of cloud exclusion radius, also via Lua; cloud traps.Jude Brown2011-11-021-1/+4
* Add prop[const char*] to avoid mallocs of std::strings, add inlines.Adam Borowski2011-10-071-0/+3
* Fix glyph truncation on platforms with 16 bit wchar_t.Adam Borowski2011-09-071-1/+1
* Allow redefining known mimics glyph with the mon_glyph option (#3637).Raphael Langella2011-09-071-4/+2
* Increase map mask size and add mimic flag.Raphael Langella2011-09-051-1/+1
* Merge branch 'webtiles'Adam Borowski2011-07-101-0/+1
|\
| * Implement cursors and fix some bugs.Florian Diebold2011-06-261-0/+1
* | Adjust some whitespace and formatting.Adam Borowski2011-07-081-1/+2
|/
* Don't cast to longs literals that are not long.Adam Borowski2011-06-071-1/+1
* Put item type id status into struct player rather than an unitialized global.Adam Borowski2011-05-221-0/+2
* Better butchering messages.Raphael Langella2011-04-291-0/+1
* Use mid not mindex for delayed "final" effects.Adam Borowski2011-04-101-1/+1
* Drop remnants of the DOS port.Adam Borowski2011-04-081-5/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Move the clinging code from coord_def to terrain.ccRaphael Langella2011-02-221-4/+1
* Clinging refactor.Raphael Langella2011-02-221-0/+4
* Merge branch 'recite'Adam Borowski2011-01-301-0/+2
|\
| * Reroll of Zin recite patch.Eronarn Palazzo2011-01-231-0/+2
* | Store shop_name, shop_type_name, shop_suffix_name in shop_struct.Jude Brown2011-01-261-0/+6
|/
* Inform the user if travel/explore cuts off because the PC is in an excluded a...Darshan Shaligram2011-01-071-0/+2
* Simplify tag minor version handling.Darshan Shaligram2011-01-031-1/+1
* Store vault-defined tile names in the save.Johanna Ploog2010-12-311-4/+7
* Let "anon friendly monster" mindices provide a valid monster/actor.Adam Borowski2010-12-261-0/+3
* Add a field to clouds to store those guilty.Adam Borowski2010-12-261-1/+2
* Give every monster a globally unique id.Adam Borowski2010-12-251-0/+3
* [3010] Unify cloud damage routines for player and monsters.Darshan Shaligram2010-12-211-1/+2
* Fix two off-by-one bugs for player's name length.Adam Borowski2010-12-041-1/+1
* Treat "tried" and "zapped" strings as inscriptions in item_def::name()Raphael Langella2010-11-151-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-13/+13
* Ashenzari's scrying.Adam Borowski2010-10-071-0/+2
* Give a better message for holies moving through holy flames.Adam Borowski2010-10-061-1/+2
* Get rid of some more insidious longs.Adam Borowski2010-10-041-3/+9
* Use final effects to make monster Mirror Damage safe against crashes.Adam Borowski2010-09-241-0/+1
* Turn "final effects" into a generic system. Fix water elec not working for m...Adam Borowski2010-09-241-0/+7
* Rename runrest::run_grids_changed.Robert Vollmert2010-09-101-1/+1
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-2/+2
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-8/+8
* Add function to clone an item_def with only observable information (v2)Luca Barbieri2010-07-281-0/+3
* Clear have_inactive_markers if all markers are removed.Darshan Shaligram2010-07-241-0/+1
* ASSERT in world_reacts if markers are not activated.Darshan Shaligram2010-07-241-0/+4
* s/acr.cc/main.cc/ in comments.Adam Borowski2010-07-231-1/+1
* Get rid of more longs and all "%ld"s, new gcc + Windows + them = bad mojo.Adam Borowski2010-07-161-0/+2
* Implement chaos-brand melee effects for being engulfed in CLOUD_CHAOS (Mu).Darshan Shaligram2010-07-031-0/+3
* Increase item limits, decouple NON_foo from MAX_foo; save major version changed.Darshan Shaligram2010-06-221-1/+4