aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/JsonStore/JsonStoreScriptModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-55/+59
2016-11-07Remove silly rezzing distance limits. They just make scripters work around t...David Walter Seikel1-2/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-86/+396
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-09-11Allow an incoming identifier to be specified for a JsonStore.Mic Bowman1-1/+1
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 Bowman1-1/+2
2012-04-17Fix the Csharp 3.0 vs 4.0 problem in JsonStore initialization.Mic Bowman1-2/+2
2012-04-17This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman1-0/+489