summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-4/+4
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Fix handling of hash tables bigger than 65535 elements.Adam Borowski2013-11-121-6/+6
* Increase the max size of CrawlVector/CrawlHashTable to 65535 (SamB).Adam Borowski2013-11-121-7/+28
* Fix lots of typosChris Oelmueller2013-07-231-2/+2
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-8/+4
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-4/+8
* An indentation fix.Adam Borowski2012-09-211-1/+1
* Use unique_ptr instead of auto_ptr (emulated for non-C++11).Adam Borowski2012-08-281-1/+1
* Use std namespace.Raphael Langella2012-08-261-30/+30
* Some more return deparenthesization.Adam Borowski2012-07-051-21/+21
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-4/+4
* Kill some longs.Adam Borowski2012-05-261-1/+1
* Disable an assertion that causes a massive slowdown.Adam Borowski2012-02-241-37/+46
* Add prop[const char*] to avoid mallocs of std::strings, add inlines.Adam Borowski2011-10-071-43/+0
* A way to see which props slow us down the most.Adam Borowski2011-09-261-0/+41
* A more helpful crash message on non-existant prop asserts.Adam Borowski2011-09-191-2/+8
* Fix mons_threat_level leaking info about fake Rakshasa.Raphael Langella2011-08-231-0/+6
* cppcheck: use ++p not p++ for complex types (like iterators).Adam Borowski2011-07-051-2/+2
* cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-2/+2
* Don't use the identifier "vector".Adam Borowski2011-05-051-38/+38
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-6/+5
* Add support for int64_t props.Adam Borowski2011-02-031-0/+65
* Give all ASSERT(false) proper messages.Adam Borowski2011-01-111-7/+6
* A function die() that does the equivalent of ASSERT(!"foo") but always works.Adam Borowski2011-01-111-3/+3
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-11/+11
* Get rid of ambiguous longs from CrawlHashTable and a lot of misc places.Adam Borowski2010-06-201-30/+30
* Remove CrawlTableWrapper, unused since times long ago.Adam Borowski2010-06-201-47/+0
* s/marshallLong/marshallInt/, since this confusion tends to cause bugs.Adam Borowski2010-06-201-2/+2
* Add support for vaults in the Abyss, save vault metadata in the level save.Darshan Shaligram2010-06-061-2/+1
* Enable some more asserts. Some of these may be expensive.Adam Borowski2010-03-301-3/+3
* Che ponderousness: ponderousness is now an artefact property in addition to a...Darshan Shaligram2010-02-121-1/+1
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* 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