aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto2012-11-141-0/+33
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
* Prevent datasnapshot from crashing the simulatorMelanie2012-11-111-10/+18
* Cleaning up some confusion with Addin names introduced in a prior commit. Als...Diva Canto2012-11-101-1/+1
* One more module converted: DataSnapshot.Diva Canto2012-11-102-72/+87
* minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)2012-05-031-2/+2
* Datasnapshot: added "secret" to the registration/deregistration query so that...Diva Canto2012-03-132-33/+28
* DataSnapshot: renamed gridserverURL to gatekeeperURL, and normalimzed the cap...Diva Canto2012-03-121-2/+2
* Commenting out DataSnapShot message "Registering service discovery capability...Justin Clark-Casey (justincc)2012-01-051-1/+1
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-051-1/+1
* Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)2011-09-011-43/+40
* Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto2011-04-301-1/+1
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-1/+2
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-1/+6
* More on mantis #4985Diva Canto2010-08-261-6/+14
* Addresses mantis #4985 -- exceptions in DataSnapshotDiva Canto2010-08-261-7/+23
* Addresses mantis #4984 -- Datasnapshot exceptions.Diva Canto2010-08-261-3/+12
* refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)2010-08-131-1/+1
* Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-1/+1
* Switched order of conditionals.Diva Canto2010-07-071-3/+3
* Fixes problem where "Adult" regions were reported as being of type "Unknown".Kevin Cozens2010-07-071-12/+7
* Fix link security issueMelanie2010-04-301-1/+1
* minor: stop datasnapshot issuing a warning log message if it's disabledJustin Clark-Casey (justincc)2010-04-161-3/+3
* Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman2010-03-161-26/+36
* Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot...Diva Canto2010-01-311-15/+3
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-112-2/+2
* Some typos fixed related to master avie removalDiva Canto2010-01-101-1/+1
* Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-3/+1
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-102-7/+7
* Added an image uuid to objects marked "Show in search". Only works for boxes.Diva Canto2009-12-111-0/+70
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-1/+1
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-1/+1
* | - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-022-10/+10
* | Formatting cleanup.Jeff Ames2009-10-011-1/+1
|/
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-7/+7
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+2
* * Corrected CAPS namespacesArthur Valadares2009-06-182-3/+3
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-019-9/+9
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* Correctly handle group owned land in the Datasnapshot module. Will returnMelanie Thielker2009-04-281-16/+28
* Thank you, Fly-Man, for a patch that fixes propagating the groupMelanie Thielker2009-04-281-1/+1
* * Use profile cache service for data snapshotJustin Clarke Casey2009-04-171-4/+4
* * Moved the DefaultConfig settings into already-existing ConfigSettingslbsa712009-04-171-4/+4
* * Some more work on refactoring configs;lbsa712009-04-171-4/+4
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-6/+16
* * optimized usings.lbsa712009-02-127-30/+22
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-102-2/+2
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-067-10/+10
* * refactor: call AddHttpHandler() directly via CommsManagerJustin Clarke Casey2009-01-061-1/+1