aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto3-4/+256
2011-05-27Added a BasicProfilemodule so that the profile-based actions (like give inven...Diva Canto1-0/+173
2011-05-26HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto1-0/+74
2011-05-26Add --noassets option for "save iar"Justin Clark-Casey (justincc)3-18/+145
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto1-0/+268
2011-05-23HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2-47/+207
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2-107/+212
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2-208/+154
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)3-3/+0
2011-05-21rename UserInventoryTestsUtils -> UserInventoryHelpers for consistencyJustin Clark-Casey (justincc)1-4/+4
2011-05-21rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)3-15/+15
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2-39/+550
2011-05-12Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto1-0/+3
2011-05-07Add module with "appearance show" command.Justin Clark-Casey (justincc)1-3/+3
2011-04-30Moved several cap-based-service-providing modules from where they were into a...Diva Canto5-1632/+0
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto1-7/+6
2011-04-21some mesh config astheticsBlueWall2-2/+2
2011-04-18Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future co...Justin Clark-Casey (justincc)3-8/+12
2011-04-18bump default IAR version to 0.2 and 1.1 for the --profile version.Justin Clark-Casey (justincc)1-2/+2
2011-04-18Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)1-0/+3
2011-04-18add test to ensure that an IAR starts with the control fileJustin Clark-Casey (justincc)2-11/+39
2011-04-14Add ColladaMesh switchBlueWall2-3/+21
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)3-9/+9
2011-04-15extend TestLoadCoalesecedItem() to check loaded object ids and positionsJustin Clark-Casey (justincc)1-1/+7
2011-04-15Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)3-26/+47
2011-04-14implement stub TestLoadCoalesecedItem(). Doesn't do what it's meant to do yet.Justin Clark-Casey (justincc)2-4/+48
2011-04-14simplify InventoryArchiveTestCase setupJustin Clark-Casey (justincc)1-18/+2
2011-04-14simplify TestSaveItemToIarV0_1()Justin Clark-Casey (justincc)1-18/+2
2011-04-13Add ColladaMesh switchBlueWall2-3/+21
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto2-2/+1
2011-03-31suspend check that IAR control file is loaded for nowJustin Clark-Casey (justincc)1-1/+6
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)1-0/+1
2011-03-12factor inventory file loading into its own methodJustin Clark-Casey (justincc)1-57/+80
2011-03-12factor out iar asset load code into its own methodJustin Clark-Casey (justincc)1-29/+40
2011-03-12refactor: make boolean load indicators on load iars instance fieldsJustin Clark-Casey (justincc)1-8/+11
2011-03-12introduce iar load checks which make sure archive.xml comes first, then inven...Justin Clark-Casey (justincc)1-1/+32
2011-03-10Add test for simple case where creator account with appropriate uuid exists o...Justin Clark-Casey (justincc)1-0/+32
2011-03-10refactor: rename test user account fieldsJustin Clark-Casey (justincc)3-35/+35
2011-03-10factor out common scene setup code in InventoryArchiveTestCaseJustin Clark-Casey (justincc)2-41/+33
2011-03-10extend TestLoadIarV0_1AbsentCreator() to check serialized object CreatorId as...Justin Clark-Casey (justincc)1-0/+6
2011-03-10re-enable item.CreatorId check in TestLoadIarV0_1AbsentCreator()Justin Clark-Casey (justincc)2-5/+6
2011-03-10For objects loaded from an IAR, make sure the CreatorID points towards the OS...Justin Clark-Casey (justincc)2-8/+42
2011-03-10When setting up default iar for testing, use iar archiving code rather than c...Justin Clark-Casey (justincc)3-13/+17
2011-03-10Change existing users load iar test so that it fulfills it's original intenti...Justin Clark-Casey (justincc)2-11/+15
2011-03-10Split the inventory path testing parts of TestLoadIarV0_1ExistingUsers() into...Justin Clark-Casey (justincc)2-23/+46
2011-03-09Make the item created in the default test iar an object rather than a scriptJustin Clark-Casey (justincc)1-2/+27
2011-03-09minor: change the order of some default iar setup in test caseJustin Clark-Casey (justincc)1-5/+7
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)3-3/+0
2011-03-09Split out path tests from InventoryArchiveTests. Factor common code into tes...Justin Clark-Casey (justincc)3-531/+562
2011-03-09Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)2-50/+17