aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-12-211-0/+2
|\
| * * Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)2010-12-211-0/+2
| | | | | | | | | | | | * Adds an item that checks to see if the top request has been there for longer then 30 seconds without an update and sends an AbortXfer if it encounters one. This allows the client to cancel the Xfer on it's side so you can re-select the prim and get the inventory when it fails the first time. * Some interesting locking... Using NewFiles to lock the rest of them. We'll see how that goes. * The goal of this is to ensure that Xfers are restartable when they fail. The client will not do that on it's own.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-212-9/+7
|\ \ | |/
| * Shooting in the dark for solutions to the appearance problemMic Bowman2010-12-202-8/+8
| |
| * Fix notecards that end with an embedded object causing an exceptionMelanie2010-12-171-2/+2
| |
| * Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-3/+4
| | | | | | | | | | | | | | Remove the too coarse CanEditParcel method in favor of a CanEditParcelProperties method that takes a GroupPowers argument to specify what action is to be taken. Also, make the method to set parcel data much more granular. Permissions in a deeded setting should now work.
* | Fix notecards that end with an embedded object causing an exceptionMelanie2010-12-161-2/+2
| |
* | Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-3/+4
| | | | | | | | | | | | | | Remove the too coarse CanEditParcel method in favor of a CanEditParcelProperties method that takes a GroupPowers argument to specify what action is to be taken. Also, make the method to set parcel data much more granular. Permissions in a deeded setting should now work.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-1/+1
|\ \ | |/
| * minor: remove some compiler warningsJustin Clark-Casey (justincc)2010-12-101-1/+1
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-091-0/+81
|\ \ | |/
| * Added ability for GetTexture to serve multiple formats. The format may come ↵Diva Canto2010-12-081-0/+81
| | | | | | | | as an extra query parameter in the URL format=<format> (this was tested and working) or it may come in the Accept header (code added, but not tested). The result of the conversion is placed in the asset cache, under the name <uuid>-<format>.
* | Update calling card interfaceMelanie2010-12-071-1/+1
| |
* | Add the interface needed to revive calling cardsMelanie2010-12-071-0/+13
| |
* | Merge branch 'careminster-presence-refactor' of ↵Melanie2010-12-074-8/+39
|\ \ | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * \ Merge branch 'master' into careminster-presence-refactorMelanie2010-12-063-7/+38
| |\ \ | | |/
| | * Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-0511-178/+438
| | |\
| | * \ Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-232-1/+2
| | |\ \
| | * \ \ Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-215-3/+123
| | |\ \ \
| | * \ \ \ Merge https://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-214-48/+47
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
| | * \ \ \ \ Merge git://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-056-4/+46
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-302-16/+58
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-4/+0
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-305-319/+151
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-292-23/+16
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-19/+116
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-298-546/+695
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
| * | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'careminster-presence-refactor' of ↵sacha2010-12-042-6/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | | | | | | | | | | | | | add more detail to the log in case of FORM Timeoutsacha2010-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cause nothing relevant are in the services logs
* | | | | | | | | | | | | | | Lock the attachments dict so it doesn't get out of sync when iteratingMelanie2010-12-061-35/+59
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-042-6/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Various bug fixes for appearance handling: more aggressive reset of textures ↵Mic Bowman2010-12-032-10/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and vparams when appearance is not cached and when wearables change. Send appearance to the viewer with initial data. Cleaned up (and added) debugging.
* | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-035-137/+380
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Also prevent god takes from ending up in Lost and Found
| * | | | | | | | | | | | Added some comments. Better than listening to the boring speaker...Diva Canto2010-12-011-0/+12
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-11-293-30/+27
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix unit test.Diva Canto2010-11-291-0/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto2010-11-295-113/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
| * | | | | | | | | | | | | Changed the parser for InventoryItem deserialization. Moved some utility ↵Diva Canto2010-11-272-30/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions around.
* | | | | | | | | | | | | | Various bug fixes for appearance handlingMic Bowman2010-11-302-5/+22
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'careminster-presence-refactor' of ↵Melanie2010-11-271-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-11-271-2/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Refactor appearance and avatar data sending code. Paritioning the routines ↵Mic Bowman2010-11-272-28/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into "one-to-many" and "many-to-one" makes it possible to call the right function on presence creation (both child and root) and when a child agent is promoted to root. This brings the total number of appearance sends down to one or two on login. Cleaned up the avatar update calls in the groups code. Cleaned up some commented and debugging code, and a few formating fixes.
| | * | | | | | | | | | | | | Fix handling of landmarks for systems with culture settings other than ↵Marck2010-11-261-2/+10
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | en_US. This fixes Mantis #5177.
* | | | | | | | | | | | | | Instrument TI Dictionary to finally find that pesky script-caused deadlockMelanie2010-11-271-3/+33
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Change all restarting to use the restart module. Remove hardcoded behaviorMelanie2010-11-251-1/+1
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Prevent an overlength button label from producing a debug dump and abortingMelanie2010-11-242-28/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the script.
* | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-11-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Initialize InventoryItemBase.creatorData properly. Could throw.Diva Canto2010-11-231-1/+1
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |