summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.h
Commit message (Expand)AuthorAgeFilesLines
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-3/+0
* Fix handling of hash tables bigger than 65535 elements.Adam Borowski2013-11-121-3/+1
* Drop a couple of outdated comments.Adam Borowski2013-11-121-8/+0
* Increase the max size of CrawlVector/CrawlHashTable to 65535 (SamB).Adam Borowski2013-11-121-4/+4
* Pack some store fields & fiddle with commentsSamuel Bronson2013-11-021-4/+6
* Constify the actor in mgen_data.Adam Borowski2012-12-161-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+2
* Use std namespace.Raphael Langella2012-08-261-29/+29
* Add prop[const char*] to avoid mallocs of std::strings, add inlines.Adam Borowski2011-10-071-6/+53
* A way to see which props slow us down the most.Adam Borowski2011-09-261-0/+5
* Revert "Use std::unordered_map instead of std::map -- O(1) vs O(log n), in on...Adam Borowski2011-09-161-1/+2
* Use std::unordered_map instead of std::map -- O(1) vs O(log n), in one place ...Adam Borowski2011-09-141-2/+1
* Don't use the identifier "vector".Adam Borowski2011-05-051-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-6/+5
* Add support for int64_t props.Adam Borowski2011-02-031-14/+8
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-6/+6
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-3/+3
* Get rid of ambiguous longs from CrawlHashTable and a lot of misc places.Adam Borowski2010-06-201-13/+13
* Remove CrawlTableWrapper, unused since times long ago.Adam Borowski2010-06-201-35/+0
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* 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