aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/JsonStore/JsonStore.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated many warningsOren Hurvitz2014-04-231-1/+1
* Per discussions with justincc... split the JsonStore typeMic Bowman2013-03-051-1/+38
* Fix the JsonStore path set problem justincc found earlier today andMic Bowman2013-02-191-25/+3
* Adds a couple requested functions to the JsonStore scriptMic Bowman2013-02-131-0/+49
* Make path parsing more robust in the JsonStore.Mic Bowman2013-02-121-12/+6
* Adds the parameter for OSD serialization to encode default values. ThisMic Bowman2013-02-121-4/+7
* Fix handling of string values in JsonSetValueJson(). There areMic Bowman2013-02-111-1/+31
* Make JsonStore path parsing more robust. Should fix theMic Bowman2013-02-081-20/+48
* Broaden the internal OSD type checks to parse JSON that hasMic Bowman2013-02-081-2/+29
* Adds size limits to JsonStore. Adds a separate configurationMic Bowman2013-02-081-2/+49
* Fix the return values for JsonDestroyStore, JsonRemoveValue, and JsonSetValue.Mic Bowman2013-02-081-4/+13
* Fix a recent regression in e17392a where JsonSetValue() stopped working (prob...Justin Clark-Casey (justincc)2013-02-071-1/+1
* Enables script access to the per object dynamic attributes through the JsonStoreMic Bowman2013-02-061-13/+51
* Move the JsonStore regular expressions to static variables to avoidMic Bowman2013-01-311-24/+49
* Fix the Csharp 3.0 vs 4.0 problem in JsonStore initialization.Mic Bowman2012-04-171-1/+3
* This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman2012-04-171-0/+498