aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2011-05-221-2/+1
|\
| * Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-211-1/+0
| * rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)2011-05-211-1/+1
| * Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie2011-05-081-1/+2
* | Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie2011-05-081-1/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-082-8/+17
|\ \ | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-05-082-8/+17
| |\
| | * Mantis #5472Diva Canto2011-05-081-6/+15
| | * Change command help text for "show capabilities" to "show caps", as this is t...Justin Clark-Casey (justincc)2011-05-061-2/+2
| * | Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-0/+1
| |/
* | Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-0/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-053-1118/+250
|\ \ | |/
| * Merge branch 'master' into capsDiva Canto2011-05-042-1/+6
| |\
| * | Changed the defaults, so that it behaves exactly is it has been behaving (no ...Diva Canto2011-05-021-0/+2
| * | Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto2011-05-011-30/+20
| * | Move CapabilitiesModule back to CoreModules. This one belongs there.Diva Canto2011-05-011-0/+257
| * | First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-302-1118/+0
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-052-4/+13
|\ \ \ | | |/ | |/|
| * | Put the previous state back in the attachments in case the agent transfer fails.Diva Canto2011-05-041-0/+4
| * | Fixes mantis #5461.Diva Canto2011-05-041-1/+2
| |/
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-302-31/+47
|\ \ | |/
| * Remove the scripts of the attachments in the departing region and recreate th...Diva Canto2011-04-291-2/+10
| * Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-282-29/+37
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-211-275/+287
|\ \ | |/
| * refactor: split out the code which actually copies a particular bundle to inv...Justin Clark-Casey (justincc)2011-04-181-106/+115
| * refactor: rename DeleteToInventory() to CopyToInventory()Justin Clark-Casey (justincc)2011-04-181-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-182-17/+49
|\ \ | |/
| * Fix bug where objects were being coalesced in the wrong positions.Justin Clark-Casey (justincc)2011-04-181-2/+2
| * Provide a configuration setting to control whether multiple taken objects are...Justin Clark-Casey (justincc)2011-04-182-15/+47
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-173-27/+184
|\ \ | |/
| * Fixes mantis #5431 -- coalesced objects in HG-enabled regions. Needs more tes...Diva Canto2011-04-152-25/+12
| * refactor: separate out code that adds permissionsJustin Clark-Casey (justincc)2011-04-151-42/+59
| * minor: remove a small amount of code duplicationJustin Clark-Casey (justincc)2011-04-151-4/+3
| * refactor: split out some rez code into a separate CreateItemForObject() methodJustin Clark-Casey (justincc)2011-04-151-143/+159
| * get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)2011-04-151-1/+1
| * simplify TestRezObject()Justin Clark-Casey (justincc)2011-04-141-17/+1
| * Make scene object parts created by the test utils unit sized.Justin Clark-Casey (justincc)2011-04-141-3/+1
| * simplify coalesced object tests by using existing scene object set up utilsJustin Clark-Casey (justincc)2011-04-141-34/+6
| * Use common coalesced serialization code for both tests and the InventoryAcces...Justin Clark-Casey (justincc)2011-04-131-54/+13
| * Adjust the quanterions used in the rez coalsced object tests to get sensible ...Justin Clark-Casey (justincc)2011-04-131-4/+12
| * refactor: move code to obtain the coalescence size and object offsets into Co...Justin Clark-Casey (justincc)2011-04-131-1/+1
| * Fix bug where rezzing coalesced objects would give all objects the same name ...Justin Clark-Casey (justincc)2011-04-132-7/+11
| * Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)2011-04-132-5/+93
| * factor out some test code into the SetUp()Justin Clark-Casey (justincc)2011-04-131-14/+15
| * Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)2011-04-131-0/+133
| * refactor: simplify bRayEndIsIntersection boolean set from RayEndIsIntersectio...Justin Clark-Casey (justincc)2011-04-121-14/+1
| * Fix (add) ability to rez objects by dragging them out of another prim's inven...Justin Clark-Casey (justincc)2011-04-121-0/+4
| * Implement rezzing coalesced objectsMelanie2011-04-031-11/+0
| * Implement rezzing coalesced objectsMelanie2011-04-031-105/+172
| * Implement taking of coalesced objects.Melanie2011-04-031-196/+263