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