aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/JsonStore (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie2-2/+2
2012-09-11Allow an incoming identifier to be specified for a JsonStore.Mic Bowman2-8/+8
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-4/+3
2012-04-25Add try/catch around Json script method registration to avoild some issuesMic Bowman1-15/+24
2012-04-17clean up some more logging spam in the jsonstore modulesMic Bowman2-2/+4
2012-04-17Fix the Csharp 3.0 vs 4.0 problem in JsonStore initialization.Mic Bowman3-5/+7
2012-04-17This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman3-0/+1416