summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Add spelling fixes.David Lawrence Ramsey2009-09-231-3/+4
* Add monster-specific rotting resistance.dolorous2009-09-201-4/+11
* Implement part of [2837033]: Randomize colors, resistances, and attack dolorous2009-09-181-0/+13
* Simplify further.dolorous2009-09-171-2/+2
* Smarter exclusions, yay!j-p-e-g2009-09-151-3/+12
* Add yet more Jiyva-related cleanups. Make sure his altars are never dolorous2009-07-191-0/+5
* * Open Zot for good the first time you enter (with three runes or more).j-p-e-g2009-07-191-0/+4
* Add the Slime god as per n78291's (Shayne?) patch. Thanks! :Dj-p-e-g2009-07-181-0/+10
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-19/+8
* Add spacing fixes.dolorous2009-04-301-5/+5
* Since making player ghosts retain their religions breaks binary dolorous2009-04-171-5/+8
* Make player ghosts keep the gods they worshipped in life, if any (except dolorous2009-03-261-0/+2
* Add more minor cosmetic fixes.dolorous2009-03-261-4/+4
* Remove unused parameters.dolorous2009-03-261-6/+6
* Add minor cosmetic fixes.dolorous2009-03-261-1/+1
* [2615112] Fix portal vaults sharing ghosts. Ghosts are now saved into bones.X...dshaligram2009-02-221-0/+4
* Fix [2573054]: idle time not being clamped on level save/load (e.g. SIGHUP orharanp2009-02-061-73/+40
* Fix "Unlinked temporary item" messages when a game is saved and restored, sincezelgadis2009-01-201-0/+12
* Make the position of monster held items (-2, -2) rather than (0, 0), so thatzelgadis2009-01-081-5/+5
* Removing a vestigial debug printf. Oops.ennewalker2009-01-051-2/+0
* Adding SVN revision number (and build date) into .sav files.ennewalker2009-01-051-3/+25
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+1
* Breaks savefile compatibility.zelgadis2008-12-131-0/+9
* * Nerf harpies a bit: they are now slower and have no bite attack j-p-e-g2008-12-111-17/+17
* Breaks savefile compatibility.zelgadis2008-12-071-2/+2
* Savefile compatibility breakage from keeping track of which spells have beenzelgadis2008-12-041-0/+9
* [2054793] Partial implementation of the request to have COLOUR tags affect ti...ennewalker2008-12-011-8/+17
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-4/+4
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-2/+2
* Changed "dstovermap" portal vault entrance parameter to "overmap".zelgadis2008-11-271-0/+5
* Attempt to place ziggurat loot vault inside the ziggurat. If the vault doesn'...dshaligram2008-11-261-2/+7
* Reset all of menv in tag_read_level_monsters(). Fixes bug wherezelgadis2008-11-261-0/+13
* Added you.level_type_name_abbrev, which on portal levels is stored inzelgadis2008-11-251-2/+4
* Allow ziggurats placed in Pandemonium to return to the same Pan level when th...dshaligram2008-11-251-24/+31
* Portal vault entries now show up on the overmap. Breaks savefilezelgadis2008-11-241-1/+11
* For items that originate in a portal vault, store the string describingzelgadis2008-11-241-1/+5
* Spadework for ziggurats and other multilevel portal vaults.dshaligram2008-11-201-0/+10
* Change floor_property (blood, sanctuary) to flags, and add two newj-p-e-g2008-11-071-2/+2
* [2154738] Addressing some dungeon continuity problems (i.e. Orc bubble proble...ennewalker2008-10-191-0/+4
* Fix 2158749: Sage information not getting saved (oops.)haranp2008-10-111-0/+4
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-5/+4
* Add whitespace fixes.dolorous2008-09-281-1/+1
* [2034546] Fixing loading of ascii saves in tiles mode.ennewalker2008-09-251-7/+12
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* Tiles mcache improvements. Monsters out of sight are now shown with their la...ennewalker2008-09-061-1/+10
* When DGAMELAUNCH is defined, use gmtime() instead of localtime() so it's easi...dshaligram2008-08-011-1/+1
* Massive overhaul to move towards coord_def().haranp2008-07-301-30/+30
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-2/+4
* [2018522] Fixed Lua marker deserialisation bug caused by unmarshallLong not e...dshaligram2008-07-151-15/+16