summaryrefslogtreecommitdiff
path: root/json.hpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-06Handle NaNs in JSON.José Fonseca1-4/+9
2011-04-15Preserve floating point precision in JSON output.José Fonseca1-1/+1
2011-04-09Minor cleanups to base64 encoding.José Fonseca1-6/+3
2011-04-09Encode images in base64.José Fonseca1-1/+87
2011-04-09Dump all texture units, not just the first.José Fonseca1-0/+8
2011-04-08Dump the enabled textures.José Fonseca1-1/+23
2011-04-08Fix escaping of json unicode characters.José Fonseca1-28/+68
2011-04-07Fix json output.José Fonseca1-3/+4
2011-03-31Dump enums and pointers correctly.José Fonseca1-1/+1
2011-03-30Basic state dumping.José Fonseca1-0/+169