| Commit message (Expand) | Author | Files | Lines |
2013-06-07 | In LocalFriendshipTerminated, send the original client's agentId to the frien... | Donnie Roberts | 2 | -4/+4 |
2013-06-05 | Prevent processing for Npc | BlueWall | 1 | -1/+3 |
2013-06-05 | Remove a couple of orphaned lines | BlueWall | 1 | -3/+0 |
2013-06-05 | Make locking more uniform | BlueWall | 1 | -14/+19 |
2013-05-31 | Adding back the BasicProfileModule | BlueWall | 2 | -73/+191 |
2013-05-30 | UserProfiles | BlueWall | 2 | -176/+1386 |
2013-05-30 | minor: fix warnings in GodsModule that were due to duplicate using statements | Justin Clark-Casey (justincc) | 1 | -11/+7 |
2013-05-24 | Protect one more update of the baked texture hashes. | Mic Bowman | 1 | -2/+5 |
2013-05-24 | This is an experimental patch that adds support for comparing texture | Mic Bowman | 1 | -45/+57 |
2013-05-21 | To further help with tracking down the apperance of too much "Unknown User" i... | Justin Clark-Casey (justincc) | 2 | -3/+3 |
2013-05-09 | remove pointless region handle paramter from IClientAPI.SendKillObject() | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-05-09 | Fix issue where objects removed via llDie() would not disappear for users loo... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-05-08 | Adds an event and a method so that handling of the CachedTexture | Mic Bowman | 1 | -0/+59 |
2013-04-30 | Fix bug where an agent that declined an inventory offer and subsequently empt... | Justin Clark-Casey (justincc) | 1 | -2/+8 |
2013-04-29 | Add TestRejectGivenFolder() and TestAcceptGivenFolder() regression tests | Justin Clark-Casey (justincc) | 2 | -5/+198 |
2013-04-29 | Add regression test for inventory item give, reject and subsequent trash fold... | Justin Clark-Casey (justincc) | 1 | -0/+256 |
2013-04-29 | Add regression test for offer, accept and subsequent receiver delete of an it... | Justin Clark-Casey (justincc) | 1 | -80/+3 |
2013-04-29 | Fix bug where an agent that declined an inventory offer and subsequently empt... | Justin Clark-Casey (justincc) | 1 | -2/+8 |
2013-04-24 | Make the kicked user's avie truly disappear when it's god-kicked. | Diva Canto | 1 | -2/+1 |
2013-04-25 | Make the kicked user's avie truly disappear when it's god-kicked. | Diva Canto | 1 | -2/+1 |
2013-04-25 | Commit Avination's God Kick feature. | Melanie | 1 | -62/+137 |
2013-04-25 | Gods module cleanup | Melanie | 1 | -10/+0 |
2013-04-02 | minor: Remove unnecessary call to GetAttachments() in AttachmentsModule.Updat... | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2013-03-29 | refactor: move the append magic number processing for attachments back up int... | Justin Clark-Casey (justincc) | 1 | -6/+6 |
2013-03-29 | Check viewer 2/3 attachment calls against avatar appearance attachment data r... | Justin Clark-Casey (justincc) | 2 | -21/+21 |
2013-03-29 | Fix bug where CHANGED_REGION and/or CHANGED_TELEPORT weren't firing for scrip... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-03-28 | Stop attempts to update/add existing attachments in user inventory when telep... | Justin Clark-Casey (justincc) | 2 | -21/+20 |
2013-03-28 | Add "debug attachments" console command to allow highly verbose attachment lo... | Justin Clark-Casey (justincc) | 1 | -61/+109 |
2013-03-28 | If the viewer has already rezzed any attachments itself, then ignore the simu... | Justin Clark-Casey (justincc) | 1 | -4/+10 |
2013-03-28 | Move the simulator-side RezAttachments call on login to SP.MakeRootAgent with... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-03-28 | Instead of going via GodLikeRequestTeleport, auto-teleport the agent directly... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-03-28 | Make HGLureModule track god like lures as well as normal lures, to see if thi... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2013-03-26 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 2 | -0/+2 |
2013-03-24 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 2 | -0/+2 |
2013-03-22 | Following on from 476a7d3e (which wasn't enough), make chat across regions on... | Justin Clark-Casey (justincc) | 1 | -56/+31 |
2013-03-22 | Implement chat across region borders since we can tell if avatars in neighbou... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-03-20 | On the later forms of teleport failure, tell the user if this was because vie... | Justin Clark-Casey (justincc) | 1 | -2/+8 |
2013-03-19 | Prevent multiple instances of the same item ID being appended to an AvatarApp... | Justin Clark-Casey (justincc) | 2 | -4/+12 |
2013-03-19 | Fix merge artefacts | Melanie | 2 | -6/+6 |
2013-03-19 | Process default attachment point in AttachObjectInternal before we check whet... | Justin Clark-Casey (justincc) | 1 | -27/+27 |
2013-03-18 | Fix tests for multiattach | Melanie | 2 | -6/+6 |
2013-03-18 | Limit each attachment point to 5 items as per spec | Melanie | 1 | -3/+13 |
2013-03-18 | Multiattach, part 1 | Melanie | 2 | -33/+31 |
2013-03-18 | Improve rejection of any attempt to reattach an object that is already attached. | Justin Clark-Casey (justincc) | 2 | -31/+194 |
2013-03-18 | Fix recent regression where an item worn to an attachment point that was alre... | Justin Clark-Casey (justincc) | 2 | -89/+153 |
2013-03-06 | minor: remove some completely unused string local vars added recently in comm... | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2013-03-05 | Get attachment script state before taking sp.AttachmentsSyncLock() to avoid r... | Justin Clark-Casey (justincc) | 1 | -140/+161 |
2013-03-05 | Limit each attachment point to 5 items as per spec | Melanie | 1 | -3/+13 |
2013-03-05 | Multiattach, part 1 | Melanie | 2 | -30/+20 |
2013-02-27 | Switched to using the other Util function with a default value. | Diva Canto | 1 | -1/+2 |