summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
Commit message (Expand)AuthorAgeFilesLines
* Trunk->0.5 merge (10417): Record gold found, spent and remaining for tourname...dshaligram2009-07-261-0/+15
* Trunk->0.5 merge (10405-10406): Milestone and logfile additions for 2009 tour...dshaligram2009-07-251-0/+23
* Commit r10210 and r10302 to 0.5: milestones for Ziggurats; don't mark milesto...evktalo2009-07-201-0/+2
* 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
* Giant spores and lightning balls exploding is now handled immediately insidezelgadis2008-11-271-5/+32
* Enable vault generation for non-LEVEL_DUNGEON levels, make ziggurat eligible ...dshaligram2008-11-251-21/+0
* Allow Lua to place vaults with dgn.place_map().dshaligram2008-11-231-2/+2
* Fix spacing in death-by-trap message.dolorous2008-11-191-1/+2
* Show place as "Sewer" in the HUD and in character dumps for the sewer portal ...dshaligram2008-11-181-0/+7
* Capitalization fix.dolorous2008-11-021-1/+1
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-2/+4
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-48/+40
* Fix 2117256: incorrect high score calculation.haranp2008-09-181-2/+2
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* [2092341] Named monsters will also be recorded with their base monster type i...dshaligram2008-09-061-1/+7
* Fix assertion failure upon high-scoring death.dolorous2008-08-021-1/+1
* When DGAMELAUNCH is defined, use gmtime() instead of localtime() so it's easi...dshaligram2008-08-011-3/+3
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-2/+14
* Fix for 2020876: num_diff_runes was being calculated incorrectly.haranp2008-07-171-3/+3
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-58/+58
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-1/+1
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-1/+1
* avoid a couple divide by zeroes so cheaters don't crash when "winning"pauldubois2008-04-111-1/+1
* Fix what remains of 1905764: monster description lookup issues.j-p-e-g2008-03-211-0/+1
* FR 1919593: modified scoring system, as suggested by Lemuelj-p-e-g2008-03-211-233/+281
* Another batch of msvc compile fixes.pauldubois2008-03-101-3/+4
* FR 1906872: alternative hiscores leaving message for undead: "safely got out j-p-e-g2008-03-041-31/+48
* Reintroduce parts of the old get_species_by_index to code to fixj-p-e-g2008-03-031-1/+1
* Make Options.race and Options.class translate correctly, no matter whether j-p-e-g2008-03-021-0/+1
* [1827171] Don't truncate single-line game summary at 80 characters.dshaligram2007-12-281-7/+0
* Removed score bonus for escaping without the Orb.dshaligram2007-12-191-2/+1
* Nemelex abandonment now shuffles and unmarks all decks.haranp2007-12-011-2/+3
* Incorporate patches 1825023 (typos) and 1824868 (bug in fully_contains().)haranp2007-11-051-1/+1
* Killing-blow damage was not being saved to logfile, fixed.dshaligram2007-11-041-0/+1
* Unarmed title is based on base, not modified, stats [1821727]haranp2007-10-301-3/+4
* Type safety and code cleanup.haranp2007-10-251-3/+6
* Don't assert-fail due to a buggy rune being in the player's inventoryzelgadis2007-10-031-2/+14