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