summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Interlevel travel tweaks:dshaligram2007-05-091-9/+9
* Type safety, cast cleanups, etc.haranp2007-05-011-2/+3
* Cleaned up shop-handling code considerably.haranp2007-04-241-8/+1
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-2/+1
* Added ice statues.dshaligram2007-04-091-0/+1
* Add character abbreviation (HuFi, etc.) to xlogfile.dshaligram2007-04-071-0/+3
* hiscores.cc now preserves scorefile version correctly (was clobbering olddshaligram2007-04-061-12/+9
* Fixed bouncing lightning crash. My fault as usual. :(dshaligram2007-04-031-2/+2
* Toned down dodging bonus further. The high-end EV was too good.dshaligram2007-03-301-30/+0
* Updated changes list.dshaligram2007-03-291-1/+1
* Applied whereis patch from crawl.akrasiac.org (tracks where the player is indshaligram2007-03-251-2/+11
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-34/+69
* Cleaned up hiscores xlog format (suggested by Shawn Moore). Breaks compatbilitydshaligram2007-03-251-206/+219
* Cleaned up clouds and threw out the foo_MON values from the cloud enum. Thedshaligram2007-03-221-2/+2
* Cleaned up ghost and Pandemonium demon handling.dshaligram2007-03-151-122/+6