summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
Commit message (Expand)AuthorAgeFilesLines
* Set wizmode flag correctly in milestones even for non-wizard builds.Darshan Shaligram2010-01-071-4/+0
* Fix "shot with an orcish bolt by a yellow wasp" during Mislead.Jude Brown2009-12-271-0/+10
* New (rakshasa) unique: Mara, Lord of Ilusions.Jude Brown2009-12-241-0/+4
* Fix bad varargs handling.Robert Vollmert2009-12-171-1/+1
* Replace static snprintf() with make_sprintf() where the result is immediately...Adam Borowski2009-12-171-6/+4
* Tidy up bracket placement according to our coding conventions.Johanna Ploog2009-12-101-2/+4
* Make Xom sometimes (< 5% chance) revive the player after death.Johanna Ploog2009-12-091-0/+2
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* If you die to disintegration, say "blown up" not "killed".Adam Borowski2009-11-231-2/+20
* Fix ikiller brokennesStefan O'Rear2009-11-131-0/+6
* Clean up death reasons.Adam Borowski2009-11-131-24/+4
* Fix line breaking for being smited to death by a summonStefan O'Rear2009-11-131-0/+3
* Add a little variety in summoned by tagsStefan O'Rear2009-11-131-2/+2
* Add summoner chain information to death reportsStefan O'Rear2009-11-121-7/+35
* Add ikiller and kpath to the logfileStefan O'Rear2009-11-121-2/+32
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-1/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Use species_type/job_type instead of int.Robert Vollmert2009-10-231-6/+5
* Moving data out of newgame.cc.Robert Vollmert2009-10-231-0/+2
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-3/+2
* 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
* hiscores.cc: fix meaningless type qualifier on return typeSteven Noonan2009-10-131-1/+1
* Remove unnecessary includes of view.h.Robert Vollmert2009-10-091-1/+0
* 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
* Add more spelling fixes.David Lawrence Ramsey2009-09-241-3/+3
* Add spelling fixes.David Lawrence Ramsey2009-09-231-1/+1
* Fix bogus gold numbers being written to logfile (oops)dshaligram2009-07-311-0/+3
* Record gold found, spent and remaining for tournament banners.dshaligram2009-07-261-0/+15
* More milestones and logfile fields for the Crawl tournament.dshaligram2009-07-251-0/+23
* Apply zebez' patch to differentiate gates some more from stairs.j-p-e-g2009-07-251-1/+7
* Don't mark milestones before game start (Keskitalo)dshaligram2009-07-191-1/+1
* Add milestones for progress in ziggurats (##crawl, dpeg).dshaligram2009-07-131-0/+2
* * Replace rock stair tiles with Eino's cool new escape hatch tiles.j-p-e-g2009-06-291-2/+0
* Xom again:j-p-e-g2009-03-281-5/+5
* * For flavour, let Xom laugh himself silly whenever a follower dies.j-p-e-g2009-03-191-3/+17
* Add minor cosmetic fixes.dolorous2009-03-101-1/+0
* Fix some more bad accesses to strings.haranp2009-02-161-3/+3
* Properly use default parameters when displaying comma-separated lists.dolorous2009-02-121-1/+1
* Fix high score names pretending that they are char*s rather than std::strings.haranp2009-02-081-11/+9
* Fix maxHP being reported incorrectly in morguefile if you haveharanp2009-01-301-1/+1
* Code quality fixes.haranp2009-01-251-4/+2
* Add still more minor cosmetic fixes.dolorous2009-01-061-3/+4
* Properly use apostrophise() in a few more places.dolorous2009-01-061-7/+7
* Adding REVISION() macro to all source files.ennewalker2009-01-041-1/+1
* FR #2083661: when polymorphed, unique (and named) monsters now retain theirzelgadis2008-12-251-3/+2
* Include distance hints for timed portals (dpeg).dshaligram2008-12-011-1/+1
* Added shields of reflection, though they're not randomly generated and have nozelgadis2008-12-011-1/+39