summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/json.cc
Commit message (Expand)AuthorAgeFilesLines
* Chance function(void) to function()reaverb2014-05-241-3/+3
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-2/+1
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-1/+2
* Unbreak Webtiles build.Florian Diebold2012-10-231-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+1
* Fatal conditions should be fatal.Adam Borowski2012-03-281-4/+5
* Reformat json.cc to Crawl's standards, do backtraces on assert failures.Adam Borowski2012-03-281-926/+1017
* Add a JSON parser for Webtiles.Florian Diebold2011-12-081-0/+1381