summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn off sort_menus by default.dshaligram2007-03-141-12/+2
* Move lava-pool levels deeper into the dungeon.dshaligram2007-03-091-0/+3
* New key=value logfile format as proposed by Shawn Moore. This is more verbosedshaligram2007-03-081-551/+657
* [1569857] Fixed scorefile parsing bug (Eva Myers). The line buffer was toodshaligram2007-01-121-1/+1
* Applied Shawn Moore's patch to reorder death cause switch to match enum in hi...dshaligram2006-12-281-9/+18
* Refactored out branches into branch.h and branch.cc.haranp2006-12-201-31/+2
* Handle SIGHUP. Could use improvement, but it's a start.dshaligram2006-12-191-2/+8
* Fix compile failing on DOS. I hate DOS. Hate hate hate.dshaligram2006-12-191-1/+2
* Tweaked hiscores code to handle logfiles in addition to scorefiles.dshaligram2006-12-171-37/+59
* Let scorefile be '-' for reading from standard input, followingharanp2006-12-171-1/+5
* Added -scorefile option to pass in a highscore file on the command-line for usedshaligram2006-12-121-21/+32
* Applied sartak's logfile patch.dshaligram2006-12-041-13/+34
* Fixed hiscores buffer segfault madness.dshaligram2006-11-271-18/+15
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-972/+1180
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+1827