summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.cc
Commit message (Expand)AuthorAgeFilesLines
* store.{cc,h}: remove pointless special case for MSVCSteven Noonan2009-12-291-74/+2
* Reset tag_minor_version to 0Matthew Cline2009-11-141-6/+0
* store: can now handle monsters and Lua chunksMatthew Cline2009-11-121-12/+125
* store.cc: Allow unset/unused values to be savedMatthew Cline2009-11-111-7/+7
* CrawlHashTable: free memory on assignmentMatthew Cline2009-11-101-1/+4
* CrawlHashTable: reduce RAM overheadMatthew Cline2009-11-101-123/+101
* store.{cc,h}: Handle level_id and level_posMatthew Cline2009-10-291-14/+222
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* platform detection: clean up abuse of '_MSC_VER' macroSteven Noonan2009-10-131-1/+1
* fix 'DEBUG' macro usage consistencySteven Noonan2009-10-131-5/+5
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Add spacing fixes.dolorous2009-04-301-6/+6
* Fix bug #2551376: CrawlStoreValue conversion constructors were crashing.zelgadis2009-01-311-11/+21
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Let portal vaults (and places like Vault:8 and Slime:6) change the short andzelgadis2008-12-271-1/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* 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