summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
Commit message (Expand)AuthorAgeFilesLines
* Improved handling of Xom accidentally killing the player.zelgadis2008-12-211-0/+6
* Adding auto-sizing for font, map, and window sizes. Windows should fit on th...ennewalker2008-12-201-1/+1
* Fix royal jelly death in the Abyss destroying you.your_level.dshaligram2008-12-181-1/+10
* Breaks savefile compatibility.zelgadis2008-12-131-1/+11
* * Nerf harpies a bit: they are now slower and have no bite attack j-p-e-g2008-12-111-0/+2
* Generalize swapping two pieces of terrain in function swap_terrain().zelgadis2008-12-111-1/+42
* Added BEAM_CHAOS and changed chaos launchers/ammo to use that. Currently onlyzelgadis2008-12-081-1/+3
* Breaks savefile compatibility.zelgadis2008-12-071-2/+2
* Savefile compatibility breakage from keeping track of which spells have beenzelgadis2008-12-041-1/+2
* Changed interrupted butchering behaviour as per Johanna'szelgadis2008-12-021-2/+2
* [2054793] Partial implementation of the request to have COLOUR tags affect ti...ennewalker2008-12-011-5/+6
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-1/+1
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-1/+1
* Added you.level_type_name_abbrev, which on portal levels is stored inzelgadis2008-11-251-0/+6
* Allow ziggurats placed in Pandemonium to return to the same Pan level when th...dshaligram2008-11-251-0/+101
* For items that originate in a portal vault, store the string describingzelgadis2008-11-241-0/+5
* Spadework for ziggurats and other multilevel portal vaults.dshaligram2008-11-201-0/+11
* Add more size-related cleanups.dolorous2008-11-191-3/+3
* Clean up handling of thrown items (mostly large rocks) again.dolorous2008-11-171-2/+6
* Make all the checks for throwable items consistent.dolorous2008-11-171-3/+3
* Move asphyxiation resistance to the actor interface.dolorous2008-11-161-0/+3
* So many files? That's probably some debugging messages included,j-p-e-g2008-11-091-1/+1
* Change floor_property (blood, sanctuary) to flags, and add two newj-p-e-g2008-11-071-2/+2
* Add poison-related cleanups.dolorous2008-11-071-3/+3
* Disallow permanent abominations created via Twisted Resurrection from dolorous2008-11-011-0/+1
* Decouple zap_type from wand_type prepatory to a big beam() rewrite.haranp2008-10-091-4/+2
* Make base_name() use a default parameter.dolorous2008-10-071-1/+1
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-3/+7
* Add an auto_exclude option that will automatically set a travelj-p-e-g2008-10-031-0/+2
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-3/+24
* Adding a tile_repeat_key option (on by default) that determines whether to re...ennewalker2008-09-271-0/+1
* Clean up monster potion handling, fix bug where !oHW healingharanp2008-09-181-0/+4
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-7/+0
* Make water monsters less eager to submerge.dshaligram2008-09-141-0/+2
* The royal jelly can no longer expel lesser jellies when tormented.dshaligram2008-09-141-4/+7
* Player and monster naga no longer flounder or lose stealth in shallow water, ...dshaligram2008-09-141-0/+5
* Tiles mcache improvements. Monsters out of sight are now shown with their la...ennewalker2008-09-061-2/+16
* Add the flaming corpse monster, as specified in FR [1746720], with dolorous2008-09-061-0/+3
* [2029973] Saner autopickup exceptions (doy).dshaligram2008-09-021-2/+1
* * Note items bought in shops along with their pricej-p-e-g2008-08-061-0/+2
* FR 2026227: Make $ list current gold.j-p-e-g2008-08-011-1/+2
* Massive overhaul to move towards coord_def().haranp2008-07-301-157/+148
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-11/+34
* Moving more settings to the Tiles options file. Fixing a mouse-related crash...ennewalker2008-07-241-3/+5
* More configurable fonts for Tiles.ennewalker2008-07-241-0/+10
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-3/+5
* Various code cleanups. Moving towards using coord_def()haranp2008-07-211-1/+1
* Pan overhaul:dshaligram2008-07-201-0/+3
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-5/+10
* Disallow vampires from draining summoned creatures to be consistent withj-p-e-g2008-07-041-11/+11