summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply patch in [2785966] to fix "You have visited 0 branch" messages.dolorous2009-05-031-1/+1
* * Add stair repelling as a bad Xom effect.j-p-e-g2009-04-131-0/+10
* * Allow 'Ctrl-T' as tutorial trigger (currently 'T').j-p-e-g2009-04-091-1/+5
* Remove all traces of TRAN_AIR and TRAN_SERPENT_OF_HELL, the latterj-p-e-g2009-02-271-6/+0
* * Tweak spell number of randart books some more.j-p-e-g2009-02-211-2/+4
* Lots more cleanups. haranp2009-02-151-3/+2
* Rename Transmigration -> Transmutation.j-p-e-g2009-01-111-1/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* * Dump spells contained in randart spellbooks, marking memorised spellsj-p-e-g2008-12-291-8/+15
* Apply a patch by castamir to fix a multitude of typos.j-p-e-g2008-12-281-1/+1
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-0/+46
* Fixed crawl -mapstat segfaulting.dshaligram2008-11-181-18/+32
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-9/+0
* Disallow vampires from draining summoned creatures to be consistent withj-p-e-g2008-07-041-12/+0
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-3/+3
* Remove unneeded methods (including the old resistance screen), renamej-p-e-g2008-06-121-20/+0
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-87/+89
* In the interest of efficency only call StashTrack.update_corpses()zelgadis2008-06-061-0/+2
* Fix a recent bug of mine that blocked the friendly fire prompts.j-p-e-g2008-06-021-3/+5
* Make character dumps take the extended hunger states, as well as dolorous2008-06-011-5/+10
* Don't display Xom piety information in character dumps. It's already dolorous2008-05-311-9/+13
* Modify tutorial messages for the new triggers. Thanks again, Matthew! :)j-p-e-g2008-05-291-1/+1
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-1/+1
* Fix 1914059: randart jewellery inconsistently described as {tried} byj-p-e-g2008-05-251-43/+41
* Experimentally dump the new overview screen rather than the old one.j-p-e-g2008-05-241-0/+3
* Move the mpr version of the monster list to output.cc and add it toj-p-e-g2008-05-241-2/+10
* [1952025] Fix bad text wrapping of randart base item descriptions in chardumps.dshaligram2008-05-041-2/+1
* Consolidate the mutation-counting routines.dolorous2008-04-251-7/+1
* Change place_monster_aux to always check nearby squares as if j-p-e-g2008-04-201-1/+1
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-2/+0
* Another code cleanup.j-p-e-g2008-04-151-20/+21
* The level-builder now enforces the constraint that every contiguous region on...dshaligram2008-04-101-8/+14
* Ha, I knew there was a reason to cleaning up dungeon.cc - learning by j-p-e-g2008-03-311-2/+4
* "stashes" was both a global variable and a member variable... confusing!pauldubois2008-03-231-1/+1
* Batch of tiny changes for MSVC compiles.pauldubois2008-03-101-2/+2
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-1/+1
* [1866013] Fix character dump log typos.dolorous2008-01-091-4/+4
* Tiles!ennewalker2008-01-051-0/+4
* Removed: safe_autopickup, safe_zero_exp, lowercase_invocations,haranp2007-11-161-1/+1
* Gah, yet another minor bugfix to dump_map (third time's the charm)haranp2007-11-081-1/+1
* Better map dumping (Darshan)haranp2007-11-081-2/+13
* Added map dumping (to NAME.map) to the '#' key. The map dump doesn'tharanp2007-11-081-0/+34
* Merged r2729 (morgue dir creation) from 0.3.haranp2007-11-071-1/+0
* Menus are now tagged. Menu colours now only apply to a menu with a matchingharanp2007-10-191-0/+2
* Minor note formatting improvements (David.)haranp2007-10-161-2/+2
* s/Location/Place/ (David)haranp2007-10-161-2/+2
* Add past tense to visited branches output, and aj-p-e-g2007-09-211-20/+22
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-22/+268
* In the item selection menu, pressing "." will toggle the next item in thezelgadis2007-09-161-0/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-2/+6