summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
Commit message (Expand)AuthorAgeFilesLines
* New method _command_to_string() returning human-readable key names.Johanna Ploog2010-01-151-0/+4
* Rename transfor.{cc,h} to transform.{cc,h}.Adam Borowski2010-01-071-1/+1
* Print the overview screen and skills in the acquirement statistics output.Johanna Ploog2009-12-161-18/+2
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+1
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Add option to dump zone index to dump_map.Robert Vollmert2009-11-251-3/+9
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+1
* Remove grid_character_at.Robert Vollmert2009-11-151-1/+1
* Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-2/+2
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-2/+2
* Split get_symbol from view.cc.Robert Vollmert2009-11-061-0/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-2/+2
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* chardump.cc: Count bazaars/Ziggurats visitedMatthew Cline2009-10-261-5/+58
* FR 1837856: note vaults generated in dumpMatthew Cline2009-10-261-0/+16
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-5/+1
* remove unnecessary "version.h" includes, AppHdr.h does it alreadySteven Noonan2009-10-181-1/+0
* platform detection: clean up abuse of '_MSC_VER' macroSteven Noonan2009-10-131-1/+1
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming consist...Steven Noonan2009-09-291-1/+1
* Set up a basic testing framework for LOS. ./crawl -test with a full debug bui...Darshan Shaligram2009-09-241-1/+8
* Apply patch by Adam Borowski, introducing new unique enchantress Kirke.j-p-e-g2009-06-271-0/+3
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-3/+2
* 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