aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-26More on mantis #4985Diva Canto1-6/+14
2010-08-26Addresses mantis #4985 -- exceptions in DataSnapshotDiva Canto1-7/+23
2010-08-26Addresses mantis #4984 -- Datasnapshot exceptions.Diva Canto1-3/+12
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-1/+1
2010-07-14Remove useless quaternion parameter from AttachObject sigMelanie Thielker1-1/+1
2010-07-07Switched order of conditionals.Diva Canto1-3/+3
2010-07-07Fixes problem where "Adult" regions were reported as being of type "Unknown".Kevin Cozens1-12/+7
2010-04-30Fix link security issueMelanie1-1/+1
2010-04-16minor: stop datasnapshot issuing a warning log message if it's disabledJustin Clark-Casey (justincc)1-3/+3
2010-03-16Fixed several unhandled exceptions and performance issues with ↵John Hurliman1-26/+36
PrimitiveBaseShape.Textures. This really should be moved from a property to a method if it is going to decode a byte[] into a TextureEntry each time
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto1-15/+3
lots of other obsolete configs.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-33/+22
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-22/+33
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2-2/+2
2010-01-10Some typos fixed related to master avie removalDiva Canto1-1/+1
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-3/+1
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2-7/+7
* HG is seriously broken here * Compiles. Untested.
2009-12-11Added an image uuid to objects marked "Show in search". Only works for boxes.Diva Canto1-0/+70
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman1-1/+1
Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization?
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2-10/+10
- adding LandDataSerializer to OAR mechanics
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-7/+7
* Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+2
Change all uses of the HttpServer properties to use the new singleton
2009-06-18* Corrected CAPS namespacesArthur Valadares2-3/+3
* "luke, use the sed"
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames9-9/+9
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-28Correctly handle group owned land in the Datasnapshot module. Will returnMelanie Thielker1-16/+28
owner uuid = grou uuid ans owner name = group anme for group land now. Group name is now filled in
2009-04-28Thank you, Fly-Man, for a patch that fixes propagating the groupMelanie Thielker1-1/+1
id into the data snapshot properly Fixes Mantis #3545
2009-04-17* Use profile cache service for data snapshotJustin Clarke Casey1-4/+4
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-4/+4
2009-04-17* Some more work on refactoring configs;lbsa711-4/+4
* Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-6/+16
* In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
2009-02-12* optimized usings.lbsa717-30/+22
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2-2/+2
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield7-10/+10
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
2009-01-06* refactor: call AddHttpHandler() directly via CommsManagerJustin Clarke Casey1-1/+1
2009-01-03Plumb in dwell in a couple of placesMelanie Thielker1-1/+1
2008-12-03Make a couple log4net instances static readonly.Jeff Ames1-1/+1
2008-11-24* Swaps Scene.Entities Dictionary for EntityManager.Adam Frisby1-1/+1
* Important Changes: Scene.Entities is now IEnumerable directly. You do not need to use Entities.Values, you can Enumerate on .Entities directly. (So 'foreach Scene.Entities' vs 'foreach Scene.Entities.Values'). * Locks: Entities maintains it's own internal locking states. This means you do not need to lock entities anymore. I'll be going through and removing locks on it systematically.
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2-4/+4
libOMV.
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2-4/+4
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
2008-11-17Make newly created prims be the correct groupMelanie Thielker1-1/+1
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2-4/+4
* Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
2008-11-07Attachments, attachments, and, did I say attachments?Melanie Thielker2-44/+29
Too many fixes to list.
2008-10-29* Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 ↵Justin Clarke Casey1-4/+4
instead * This is to make things less confusing to users (and maybe a little easier to do future version filtering for grid connections) * If there's disagreement about this, then please say so (preferably in the opensim-dev mailing list)
2008-10-29* Stop the DataSnapShot module trying to call home on shutdown even if it ↵Justin Clarke Casey1-7/+3
isn't enabled. * Please let's check such patches carefully - we don't want info leaking out unless the user has requested it
2008-10-29Mantis #2489Melanie Thielker1-4/+11
Thank you, Diva, for a patch that helps keep the list of sims to index clean by allowing sims to deregister.
2008-10-11Commit Diva's new patch for the DataSnapshot. Comment the defaultMelanie Thielker2-141/+157
metaverseink search provider to prevent accidental data exposure.
2008-10-10Committing diva's LandSnapshot update patch. Also included is a smallMelanie Thielker1-131/+134
fix for the LandManagementModule. I changed LandSnapshot to use CachedUserInfo to take a load off the user server. Also, missing owner profiles are legit, warning removed.
2008-10-10added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, ↵MW1-1/+1
for the new surface touch parameters in 1.21 viewers. TODO: add the touch args to OnGrabObject and OnDeGrabObject.