aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/JsonStore/JsonStoreModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated many warningsOren Hurvitz2014-04-231-3/+1
* Clean up orphaned json stores. This can happen when an object isMic Bowman2014-01-201-2/+39
* Per discussions with justincc... split the JsonStore typeMic Bowman2013-03-051-2/+34
* Fix the JsonStore path set problem justincc found earlier today andMic Bowman2013-02-191-32/+0
* Rename new JsonScript functions JsonPathType() -> JsonGetPathType() and JsonA...Justin Clark-Casey (justincc)2013-02-141-2/+2
* Adds a couple requested functions to the JsonStore scriptMic Bowman2013-02-131-0/+63
* Adds the parameter for OSD serialization to encode default values. ThisMic Bowman2013-02-121-1/+1
* Adds size limits to JsonStore. Adds a separate configurationMic Bowman2013-02-081-0/+17
* Fix the return values for JsonDestroyStore, JsonRemoveValue, and JsonSetValue.Mic Bowman2013-02-081-5/+3
* Fix a recent regression in e17392a where JsonSetValue() stopped working (prob...Justin Clark-Casey (justincc)2013-02-071-10/+10
* Enables script access to the per object dynamic attributes through the JsonStoreMic Bowman2013-02-061-0/+28
* Add JsonTestStore to determine if a JsonStore is associated withMic Bowman2013-01-301-0/+13
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
* Allow an incoming identifier to be specified for a JsonStore.Mic Bowman2012-09-111-7/+7
* clean up some more logging spam in the jsonstore modulesMic Bowman2012-04-171-1/+2
* Fix the Csharp 3.0 vs 4.0 problem in JsonStore initialization.Mic Bowman2012-04-171-2/+2
* This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman2012-04-171-0/+429