summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed crashes when searching for randarts in stash-tracker.dshaligram2007-12-161-1/+1
* The copy operator for CrawlStoreValue was copying the value of thezelgadis2007-12-071-3/+47
* Squash unused-variable warnings by only declaring variables that exist solelynlanza2007-10-151-1/+6
* The clear() methods should clear the default_flags and type members,zelgadis2007-10-141-0/+4
* Added an actual vector version of CrawlHashTable, and removed the codezelgadis2007-10-091-0/+1615