aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/JsonStore/JsonStoreScriptModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-55/+59
* Remove silly rezzing distance limits. They just make scripters work around t...David Walter Seikel2016-11-071-2/+0
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-86/+396
* 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-1/+1
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-4/+3
* Add try/catch around Json script method registration to avoild some issuesMic Bowman2012-04-251-15/+24
* 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/+489