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