summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.h
Commit message (Expand)AuthorAgeFilesLines
* store.{cc,h}: remove pointless special case for MSVCSteven Noonan2009-12-291-17/+0
* store: can now handle monsters and Lua chunksMatthew Cline2009-11-121-2/+17
* CrawlHashTable: reduce RAM overheadMatthew Cline2009-11-101-13/+11
* store.{cc,h}: Handle level_id and level_posMatthew Cline2009-10-291-14/+32
* platform detection: clean up abuse of '_MSC_VER' macroSteven Noonan2009-10-131-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* Implement pathfinding for monsters, using the A* algorithm.j-p-e-g2008-06-041-1/+1
* #if 0 out some methods that don't actually exist.pauldubois2008-03-201-0/+3
* Cleanup/refactoring of tags.cc. No functional changes. I've beenpauldubois2008-03-171-7/+8
* Batch of tiny changes for MSVC compiles.pauldubois2008-03-101-2/+15
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-4/+4
* Fixed crashes when searching for randarts in stash-tracker.dshaligram2007-12-161-1/+1
* Some code cleanup.haranp2007-10-231-21/+21
* Added an actual vector version of CrawlHashTable, and removed the codezelgadis2007-10-091-0/+402