summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed bad species name (eg: deep elves with the bows title) in dump because o...dshaligram2007-10-011-13/+13
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-0/+33
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-1/+4
* A few general fixes:j-p-e-g2007-09-101-1/+1
* A few small fixes:j-p-e-g2007-08-221-1/+10
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-271-1/+1
* Fixed compile error (ftruncate wants unistd.h, which is not already included fordshaligram2007-07-221-0/+1
* Set dgl compiles to use a 1000 entry scoreboard.dshaligram2007-07-221-24/+38
* Updated level-design.txt.dshaligram2007-07-211-2/+2
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-1/+1
* Removed support for 4.0/0.1.x logfiles.dshaligram2007-06-251-167/+11
* Remember choice of Beogh in character selection.dshaligram2007-06-141-13/+1
* Implemented Beogh, god of Orcs.j-p-e-g2007-06-141-1/+6
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-5/+5
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-15/+9
* Made make_time_string() return std::string, not char*.haranp2007-05-151-5/+2
* Added Lemuel's mines minivaults.dshaligram2007-05-091-11/+1