aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-08Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie1-1/+2
2011-05-08Enable compressed (gzip) fatpack transfers.Melanie1-0/+1
2011-05-08Mantis #5472Diva Canto1-6/+15
2011-05-06Change command help text for "show capabilities" to "show caps", as this is t...Justin Clark-Casey (justincc)1-2/+2
2011-05-04Put the previous state back in the attachments in case the agent transfer fails.Diva Canto1-0/+4
2011-05-04Fixes mantis #5461.Diva Canto1-1/+2
2011-05-02Changed the defaults, so that it behaves exactly is it has been behaving (no ...Diva Canto1-0/+2
2011-05-01Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto1-30/+20
2011-05-01Move CapabilitiesModule back to CoreModules. This one belongs there.Diva Canto1-0/+257
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto2-1118/+0
2011-04-29Remove the scripts of the attachments in the departing region and recreate th...Diva Canto1-2/+10
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2-29/+37
2011-04-18refactor: split out the code which actually copies a particular bundle to inv...Justin Clark-Casey (justincc)1-106/+115
2011-04-18refactor: rename DeleteToInventory() to CopyToInventory()Justin Clark-Casey (justincc)1-1/+1
2011-04-18Fix bug where objects were being coalesced in the wrong positions.Justin Clark-Casey (justincc)1-2/+2
2011-04-18Provide a configuration setting to control whether multiple taken objects are...Justin Clark-Casey (justincc)2-15/+47
2011-04-15Fixes mantis #5431 -- coalesced objects in HG-enabled regions. Needs more tes...Diva Canto2-25/+12
2011-04-15refactor: separate out code that adds permissionsJustin Clark-Casey (justincc)1-42/+59
2011-04-15minor: remove a small amount of code duplicationJustin Clark-Casey (justincc)1-4/+3
2011-04-15refactor: split out some rez code into a separate CreateItemForObject() methodJustin Clark-Casey (justincc)1-143/+159
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)1-1/+1
2011-04-14simplify TestRezObject()Justin Clark-Casey (justincc)1-17/+1
2011-04-14Make scene object parts created by the test utils unit sized.Justin Clark-Casey (justincc)1-3/+1
2011-04-14simplify coalesced object tests by using existing scene object set up utilsJustin Clark-Casey (justincc)1-34/+6
2011-04-13Use common coalesced serialization code for both tests and the InventoryAcces...Justin Clark-Casey (justincc)1-54/+13
2011-04-13Adjust the quanterions used in the rez coalsced object tests to get sensible ...Justin Clark-Casey (justincc)1-4/+12
2011-04-13refactor: move code to obtain the coalescence size and object offsets into Co...Justin Clark-Casey (justincc)1-1/+1
2011-04-13Fix bug where rezzing coalesced objects would give all objects the same name ...Justin Clark-Casey (justincc)2-7/+11
2011-04-13Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)2-5/+93
2011-04-13factor out some test code into the SetUp()Justin Clark-Casey (justincc)1-14/+15
2011-04-13Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)1-0/+133
2011-04-12refactor: simplify bRayEndIsIntersection boolean set from RayEndIsIntersectio...Justin Clark-Casey (justincc)1-14/+1
2011-04-12Fix (add) ability to rez objects by dragging them out of another prim's inven...Justin Clark-Casey (justincc)1-0/+4
2011-04-03Implement rezzing coalesced objectsMelanie1-11/+0
2011-04-03Implement rezzing coalesced objectsMelanie1-105/+172
2011-04-03Implement taking of coalesced objects.Melanie1-196/+263
2011-04-01A stab at making CHANGED_OWNER workMelanie1-17/+7
2011-03-09Add log messages on teleport failure to better pin down the cause.Justin Clark-Casey (justincc)1-3/+9
2011-02-27Fix a few little thingsMelanie1-0/+3
2011-02-22Forces the owner of a rezzed object to be the "rezzer" of theMic Bowman1-0/+2
2011-02-22Parameterizes the view distance used to compute and manageMic Bowman2-13/+28
2011-02-16Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie1-5/+5
2011-02-12Improved error message on TP failureDiva Canto1-1/+1
2011-02-04Added a config var to HGInventoryAccessModule called OutboundPermission that ...Diva Canto1-2/+6
2011-02-04minor: Correct misspelling of neighbour in log messages.Justin Clark-Casey (justincc)1-1/+1
2011-01-28Fix up QueryAccess to also check parcelsMelanie1-1/+8
2011-01-28Fix bumping into sim borders and check estate bans for walking crossingsMelanie1-18/+69
2011-01-12Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie1-0/+6
2011-01-12Fix direct item give permissionsMelanie1-10/+16
2011-01-07Minor additional debug message.Diva Canto1-0/+2