summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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