aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/JsonStore/JsonStore.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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