aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-29Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)1-1/+2
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)2-11/+47
2011-06-103rd way of reseting the HG Map. This time, don't use the grid service; instea...Diva Canto1-25/+0
2011-06-10New method for resetting the map on HG: do it only once upon changing grids, ...Diva Canto1-0/+26
2011-06-09Change the name of the newest command to "show names" so that it doesn't conf...Diva Canto1-2/+2
2011-06-08Fixed "Unknown User" listed as creator/owner on prims created with the Build ...Diva Canto1-8/+66
2011-06-05Narrow down the exception catching to exactly the exception of interest. This...Diva Canto1-1/+1
2011-06-03Added prefix HG to the name of the landmark item in inventory, as a soft remi...Diva Canto2-4/+11
2011-06-03oopsDiva Canto1-1/+1
2011-06-03HG Landmarks now working.Diva Canto3-2/+82
2011-06-03HG Landmarks being created. WARNING: new config var under [HGInventoryAccessM...Diva Canto2-2/+20
2011-06-03Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for ...Diva Canto1-1/+78
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto1-1/+1
2011-05-26Commented a few extra debug messages.Diva Canto1-2/+2
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2-7/+43
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-05-21rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)1-1/+1
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-0/+2
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