aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-21 remove some compile warnings increasing total number by 2UbitUmarov1-2/+0
2015-11-18 cleanup indentationUbitUmarov1-70/+30
2015-11-18 fix another variable number of wearable types issueUbitUmarov1-2/+5
2015-11-17 remove unused parameter - missing fileUbitUmarov1-5/+7
2015-11-17 remove unused parameterUbitUmarov1-5/+5
2015-11-17 work around some 'tests' errors: fix wrong parametersUbitUmarov1-5/+5
2015-11-17 work around some 'tests' errors: sp attachments and appearance are not in syncUbitUmarov1-24/+24
2015-11-17 work around some 'tests' errors: add a httpserverUbitUmarov1-3/+3
2015-11-17 work around some 'tests' errors: test for null cacheItemsUbitUmarov1-0/+3
2015-11-17 bug fix: improve chat to child avatars. Still not good because of low resolu...UbitUmarov1-10/+11
2015-11-16 deatach from backup on attachmentUbitUmarov1-0/+2
2015-11-06 change OfflineMessageModule from new avination code to original master, for ...UbitUmarov1-4/+20
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker1-3/+12
2015-11-01 fix more merge issuesUbitUmarov1-5/+5
2015-10-31Remove testing cruft that is blocking the new protocols. Unit tests noMelanie Thielker1-0/+2
2015-10-31let silly tests override version on local connectionsUbitUmarov1-1/+1
2015-10-26Make changes to a friend rights reach him on another sim; find on map does sh...UbitUmarov2-17/+78
2015-10-01 make bakes reception handle empty BakedTexture elements. But at same time st...UbitUmarov1-36/+36
2015-09-28 add missing handlers for preferencesUbitUmarov1-0/+4
2015-09-26 add the Default Groups module lost in the mergeUbitUmarov1-0/+260
2015-09-16 remove bad merge from masterUbitUmarov1-12/+0
2015-09-09Make sure the chat module doesn't deactivate just because the sectionMelanie Thielker1-12/+8
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto10-10/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov10-174/+104
2015-08-16Minor improvement of previous patch.Diva Canto1-6/+10
2015-08-16MANTIS-7684 - Use the user management module to get username for script dialogsCinder1-13/+9
2015-08-15Send a proper ownerid for Object messages to conform with what viewer expectsDrake Arconis1-2/+5
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto7-26/+22
2015-07-26Fixed bug introduced in 4735514. The project didn't compile.Oren Hurvitz1-1/+1
2015-07-26Fixed not being charged to create classifeids on money enabled regionsQuill Littlefeather1-2/+14
2015-06-05More on mantis #7567. Two things:Diva Canto1-0/+8
2015-05-26Attachments Module. Fix detach event not being fired until the next time the ...AliciaRaven1-0/+5
2015-04-12Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven1-17/+9
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2-7/+5
2015-03-23Make the scripted dialogs and restart message appear in the top right cornerMelanie Thielker1-2/+2
2015-03-11minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)1-0/+1
2015-02-25Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)1-2/+2
2015-02-21Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o...BlueWall1-0/+1
2015-01-17minor: In AttachmentsModule.UpdateKnownItem use the existing IInventoryAccess...Justin Clark-Casey (justincc)1-3/+2
2015-01-16minor: Suppress the log messages when user profiles data is requested for an ...Justin Clark-Casey (justincc)1-3/+10
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto1-0/+1
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)1-8/+6
2014-12-20In XBakesModule.Get() use using() to always dispose of RestClient which dispo...Justin Clark-Casey (justincc)1-31/+35
2014-12-20Use using() semantics in XBakesModule to ensure disposable objects are alway ...Justin Clark-Casey (justincc)1-39/+42
2014-12-17Fix recent regression where a race condition meant SP.MakeRootAgent() would s...Justin Clark-Casey (justincc)1-5/+11
2014-12-10Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)1-0/+7
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)6-9/+11
2014-11-25Just for now, don't alert the user or log if we couldn't change their server-...Justin Clark-Casey (justincc)1-2/+2
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)9-9/+0