summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
Commit message (Expand)AuthorAgeFilesLines
* hiscores: log whether killer is a uniqueSamuel Bronson2013-12-251-0/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Use the correct title in scorefile_entry stuff.elliptic2013-12-091-0/+1
* Add logfile/milestone fields for AC, EV, SH, aut.elliptic2013-03-161-0/+4
* Save subvaults, tag vault monsters.Darshan Shaligram2013-01-131-0/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+0
* Use unique_ptr instead of auto_ptr (emulated for non-C++11).Adam Borowski2012-08-281-1/+1
* Use std namespace.Raphael Langella2012-08-261-48/+48
* Add a milestone for the first time each branch is exited.elliptic2012-08-221-1/+1
* Remove fruit_found_mask.Adam Borowski2012-08-221-2/+0
* Revert player mummy death curses, which were committed by accident.Steve Melenchuk2012-07-301-1/+0
* Death-curse a monster that kills the player if the player is a mummy.Frank Benkstein2012-07-301-0/+1
* Kill some longs.Adam Borowski2012-05-261-1/+0
* Revert "Report the old place in br.enter milestones."elliptic2012-05-081-1/+0
* Report the old place in br.enter milestones.Adam Borowski2012-05-021-0/+1
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-0/+4
|\
| * Some refactoring of highscore table code, catching enter keypress, and stubbi...Thomas Holmes2012-04-191-0/+1
| * Beginning of working highscore functionality. Adds the beginning menu item, a...Thomas Holmes2012-04-191-0/+3
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-5/+0
|\|
| * Make some more functions static/gone.Adam Borowski2012-03-251-5/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-1/+2
|\|
| * Coding style fixes: braces to their own line.Neil Moore2011-12-141-1/+2
* | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-1/+0
|/
* Add more printf warnings (SamB).Adam Borowski2011-09-211-2/+1
* Add a tiles field to scorefile entries.Florian Diebold2011-08-081-0/+1
* Record which skills are at least 15 in the logfile.elliptic2011-06-301-0/+2
* Count completed Ziggurats, and record deepest level reached.Adam Borowski2011-06-191-0/+3
* Make sure death milestones are one line.Adam Borowski2011-04-201-2/+2
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Don't write uids to score files anymore.Adam Borowski2010-12-021-1/+0
* Replace int by skill_type whenever possibleRaphael Langella2010-10-271-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-6/+6
* Write some active status effects to the log file.Robert Vollmert2010-09-131-0/+1
* Track cumulative damage per turn and death source.Robert Vollmert2010-09-041-0/+2
* Allow overriding death time in scorefile_entry, mark_milestone.Robert Vollmert2010-08-041-3/+4
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-5/+5
* Always store full trap name in kaux.Robert Vollmert2010-07-301-1/+0
* Keep track of different fruit types the player has found for the 2010 tournam...Darshan Shaligram2010-07-141-0/+2
* Rename is_rune* to item_is_rune*, make mark_milestone usable without dgl chec...Darshan Shaligram2010-07-141-2/+0
* Fix a crash on win32 due to msvc libc screwing up sprintf("%ld", long).Adam Borowski2010-07-121-6/+6
* If the PC dies in a vault, log the map name and description.Darshan Shaligram2010-06-281-0/+2
* Save 1-based absdepth in logfile and milestone records.Darshan Shaligram2010-06-251-0/+1
* Remove unused scorefile_entry::mon_num.Robert Vollmert2010-06-031-1/+0
* allow to pass death_source_name directly to a scoreboard entryxale2010-06-031-2/+3
* hiscores.cc: Fix DGL compile.Robert Vollmert2010-05-191-0/+1
* Make scorefile_entry aware of removed backgrounds.Robert Vollmert2010-05-161-1/+1
* Make scorefile_entry members private.Robert Vollmert2010-05-161-3/+7
* Don't crash on unknown species in the score file. Don't trample such scores,...Adam Borowski2010-03-171-0/+3
* Report parent level in branch entry milestones.Darshan Shaligram2010-02-271-1/+2
* Add summoner chain information to death reportsStefan O'Rear2009-11-121-3/+2