aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-08-172-19/+4
|\
| * minor: remove mono compiler warning from AttachmentsModuleJustin Clark-Casey (justincc)2013-08-171-2/+1
| * Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio...Justin Clark-Casey (justincc)2013-08-171-2/+2
| * refactor: Make AttachmentModulesTests.TestSameSimulatorNeighbouringRegionsTel...Justin Clark-Casey (justincc)2013-08-161-1/+1
| * minor: remove unused entity transfer config in teleport v2 attachments testJustin Clark-Casey (justincc)2013-08-141-1/+0
* | Merge branch 'master' into careminsterMelanie2013-08-131-1/+112
|\ \ | |/
| * Create TestSameSimulatorNeighbouringRegionsTeleportV2() regression test for V...Justin Clark-Casey (justincc)2013-08-121-1/+112
* | Merge branch 'master' into careminsterMelanie2013-08-071-3/+15
|\ \ | |/
| * Move experimental attachments throttling further down the chain so that multi...Justin Clark-Casey (justincc)2013-08-021-16/+15
* | Make atachment state load work againMelanie2013-08-021-1/+1
* | Merge branch 'master' into careminsterMelanie2013-08-011-15/+87
|\ \ | |/
| * Add experimental "debug attachments throttle <ms>" setting (command line) and...Justin Clark-Casey (justincc)2013-08-011-15/+87
* | Merge branch 'master' into careminsterMelanie2013-07-291-0/+9
|\ \ | |/
| * Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)2013-07-261-0/+9
* | Merge branch 'master' into careminsterMelanie2013-07-241-2/+4
|\ \ | |/
| * Attachments module only registers when enabled. This enables alternative atta...Dan Lake2013-07-161-2/+4
* | Merge branch 'avination-current' into careminsterMelanie2013-06-111-1/+1
|\ \
| * | Make objects attached from the ground appear in inventory again. Fixes a numberMelanie2013-06-081-1/+1
* | | Merge branch 'master' into careminsterMelanie2013-05-112-3/+3
|\ \ \ | |/ / |/| / | |/
| * remove pointless region handle paramter from IClientAPI.SendKillObject()Justin Clark-Casey (justincc)2013-05-091-1/+1
| * Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)2013-05-091-2/+2
| * minor: Remove unnecessary call to GetAttachments() in AttachmentsModule.Updat...Justin Clark-Casey (justincc)2013-04-021-2/+0
* | Merge branch 'master' into careminsterMelanie2013-03-301-6/+7
|\ \ | |/
| * refactor: move the append magic number processing for attachments back up int...Justin Clark-Casey (justincc)2013-03-291-6/+6
* | Merge branch 'master' into careminsterMelanie2013-03-292-21/+20
|\ \ | |/
| * Check viewer 2/3 attachment calls against avatar appearance attachment data r...Justin Clark-Casey (justincc)2013-03-292-21/+21
| * Fix bug where CHANGED_REGION and/or CHANGED_TELEPORT weren't firing for scrip...Justin Clark-Casey (justincc)2013-03-291-1/+1
* | Merge commit 'c92654fb43f303da8e1623f9fff8a404aad72374' into careminsterMelanie2013-03-292-21/+18
|\ \ | |/
| * Stop attempts to update/add existing attachments in user inventory when telep...Justin Clark-Casey (justincc)2013-03-282-21/+20
* | Merge commit '2b142f2f9e888d5cb7317cc51c12ac7152c54459' into careminsterMelanie2013-03-291-54/+145
|\ \ | |/
| * Add "debug attachments" console command to allow highly verbose attachment lo...Justin Clark-Casey (justincc)2013-03-281-61/+109
* | Merge commit '4ad9b275302ee109937512963eab095ff542a0c7' into careminsterMelanie2013-03-291-4/+10
|\ \ | |/
| * If the viewer has already rezzed any attachments itself, then ignore the simu...Justin Clark-Casey (justincc)2013-03-281-4/+10
* | Merge commit 'c2093ccce16cd5210c8e0759f23b5b4bd205b7af' into careminsterMelanie2013-03-291-1/+1
|\ \ | |/
| * Move the simulator-side RezAttachments call on login to SP.MakeRootAgent with...Justin Clark-Casey (justincc)2013-03-281-1/+1
* | Merge branch 'master' into careminsterMelanie2013-03-222-4/+10
|\ \ | |/
| * On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)2013-03-201-2/+8
| * Prevent multiple instances of the same item ID being appended to an AvatarApp...Justin Clark-Casey (justincc)2013-03-191-2/+2
| * Process default attachment point in AttachObjectInternal before we check whet...Justin Clark-Casey (justincc)2013-03-191-27/+27
| * Fix tests for multiattachMelanie2013-03-182-6/+6
| * Merge branch 'master' into newmultiattachMelanie2013-03-182-82/+305
| |\
| * \ Merge commit 'ccd6f443e1092cb410f565e921f7cf4dd8cd2dac' into newmultiattachMelanie2013-03-181-139/+167
| |\ \
| * | | Limit each attachment point to 5 items as per specMelanie2013-03-181-3/+13
| * | | Multiattach, part 1Melanie2013-03-182-33/+31
* | | | Fix merge artefactsMelanie2013-03-192-6/+6
* | | | Merge commit '3611d33b00650ccc71994b331e4c6595f95d3131' into careminsterMelanie2013-03-192-143/+351
|\ \ \ \ | | |_|/ | |/| |
| * | | Improve rejection of any attempt to reattach an object that is already attached.Justin Clark-Casey (justincc)2013-03-182-31/+194
| * | | Fix recent regression where an item worn to an attachment point that was alre...Justin Clark-Casey (justincc)2013-03-182-89/+153
* | | | Merge branch 'master' into careminsterMelanie2013-03-081-2/+0
|\ \ \ \ | |/ / /
| * | | minor: remove some completely unused string local vars added recently in comm...Justin Clark-Casey (justincc)2013-03-061-2/+0
| | |/ | |/|