summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.cc
Commit message (Expand)AuthorAgeFilesLines
* Kill hard tabs, and add whitespace fixes.dolorous2008-06-261-10/+10
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-1/+1
* Don't assert in CrawlVector::set_max_size() if called more than once onzelgadis2008-06-041-1/+1
* Go all the way and also store a randart's name and description inj-p-e-g2008-04-221-4/+4
* Cleanup/refactoring of tags.cc. No functional changes. I've beenpauldubois2008-03-171-6/+6
* Batch of tiny changes for MSVC compiles.pauldubois2008-03-101-0/+13
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-2/+2
* 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