aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up orphaned json stores. This can happen when an object isMic Bowman2014-01-201-0/+7
* Per discussions with justincc... split the JsonStore typeMic Bowman2013-03-051-1/+13
* Fix the JsonStore path set problem justincc found earlier today andMic Bowman2013-02-191-1/+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/+15
* Enables script access to the per object dynamic attributes through the JsonStoreMic Bowman2013-02-061-0/+1
* Add JsonTestStore to determine if a JsonStore is associated withMic Bowman2013-01-301-0/+1
* Allow an incoming identifier to be specified for a JsonStore.Mic Bowman2012-09-111-1/+1
* This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman2012-04-171-0/+48