Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-06-14 | Revert "Introduce SOP.UpdateSitters() to update sitting avatars' chat ↵ | Melanie Thielker | 2 | -23/+0 | |
position if" This reverts commit f59e272643a92b20e7f7eb97f54a30c8b045725d. | |||||
2010-06-14 | Revert "D.U.H." | Melanie Thielker | 1 | -1/+1 | |
This reverts commit 305876180690e5c236d6bda60a6173a16ad5edc8. | |||||
2010-06-14 | Revert "Try it witht he root prim" | Melanie Thielker | 1 | -1/+1 | |
This reverts commit d520360cb83bb3f7733228ff74cf083b0855b261. | |||||
2010-06-14 | Report current position instead of position at the time we sat down | Melanie Thielker | 2 | -1/+8 | |
2010-06-13 | Try it witht he root prim | Melanie Thielker | 1 | -1/+1 | |
2010-06-13 | D.U.H. | Melanie Thielker | 1 | -1/+1 | |
un-reverse a reversed condition | |||||
2010-06-13 | Try to make prims stop moving. Reset velocity, etc, unconditionally. Although | Melanie Thielker | 1 | -1/+1 | |
the phys actor may be new, the prim fields could still be set and the slimupdates system would continue sending that data out. | |||||
2010-06-13 | Actually update the SP. EXPERIMENTAL | Melanie Thielker | 1 | -0/+6 | |
2010-06-13 | Introduce SOP.UpdateSitters() to update sitting avatars' chat position if | Melanie Thielker | 2 | -0/+17 | |
needed | |||||
2010-06-12 | Change name of method to better reflect what it does | Melanie | 1 | -2/+2 | |
2010-06-12 | * Added CHANGED_TELEPORT event trigger upon inter-sim teleports. | Diva Canto | 2 | -59/+81 | |
* Cleaned up NewUserConnection. | |||||
2010-06-12 | Log and eat sculpt meshing exceptions caused by bad jp2 data. | Melanie | 1 | -1/+12 | |
2010-06-12 | Get rid of spamming SOG debug message | Tom Grimshaw | 1 | -2/+2 | |
2010-06-12 | Preserving the link numbers is a serializer's highest duty. | Melanie Thielker | 1 | -0/+9 | |
Prevent region crossings from screwing up complex attachments by preserving link numbers. | |||||
2010-06-12 | Make local teleports send CHANGED_TELEPORT | Melanie Thielker | 1 | -0/+3 | |
2010-06-12 | Don't filre CHANGED_INVENTORY if a prim comes in from storage | Melanie | 1 | -1/+1 | |
2010-06-12 | Preserving the link numbers is a serializer's highest duty. | Melanie Thielker | 1 | -0/+9 | |
Prevent region crossings from screwing up complex attachments by preserving link numbers. | |||||
2010-06-12 | Make local teleports send CHANGED_TELEPORT | Melanie Thielker | 2 | -1/+4 | |
2010-06-12 | Don't filre CHANGED_INVENTORY if a prim comes in from storage | Melanie | 1 | -1/+1 | |
2010-06-12 | Resume scripts that have been rezzed from a prim | Melanie | 1 | -0/+2 | |
2010-06-11 | * Tweak the StopFlying() method in LLClientView to fabricate a suitable ↵ | Teravus Ovares (Dan Olivares) | 1 | -21/+36 | |
landing collision plane regardless of the actual physics situation. position.Z - AvatarHeight / 6f | |||||
2010-06-12 | Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet | Melanie | 5 | -19/+53 | |
we used to send before slimupdates and explicitly send it | |||||
2010-06-11 | * Added a new method to IMapImageGenerator for getting the map tile before ↵ | John Hurliman | 4 | -28/+33 | |
it is JPEG2000 compressed * Aesthetically improved map tile water * SimianGrid connector now uploads a PNG tile to the AddMapTile API | |||||
2010-06-11 | Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵ | Justin Clark-Casey (justincc) | 7 | -39/+15 | |
GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd. | |||||
2010-06-11 | Remove the lastmap stuff from the map module, also remove a bunch of comments | Melanie | 1 | -27/+1 | |
that no longer reflect actual conditions | |||||
2010-06-11 | Allow IInventoryService.GetFolder(folderId, userId) as well as ↵ | Justin Clark-Casey (justincc) | 7 | -15/+39 | |
GetFolder(InventoryFolderBase folder) This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood. This is in line with other methods that alraedy allow requests via uuid | |||||
2010-06-11 | create inactive test for iar folders/items merged with existing paths | Justin Clark-Casey (justincc) | 2 | -36/+48 | |
add various helper functions for simplifying test readability | |||||
2010-06-11 | Reinstated the check on im.binaryBucket.Length, this time on the local ↵ | Diva Canto | 1 | -3/+4 | |
handler for inventory offers. | |||||
2010-06-11 | Inventory offers and subsequent notifications of acceptance/decline now ↵ | Diva Canto | 3 | -99/+34 | |
working across the board. | |||||
2010-06-11 | Remove the cm* function namespace | Melanie Thielker | 2 | -16/+1 | |
2010-06-11 | Rename CM files to LS | Melanie Thielker | 3 | -26/+26 | |
2010-06-11 | Rename cm* function set to ls* (for LightShare) | Melanie Thielker | 3 | -15/+30 | |
2010-06-11 | Clone cmGetAvatarList into osGetAvatarList for more generic use. | Melanie Thielker | 3 | -0/+33 | |
2010-06-11 | Revert "Remove the cm* function namespace" | Melanie Thielker | 2 | -1/+16 | |
This reverts commit ef93ac44528f5e3294e1674e33f100b19dee61f0. | |||||
2010-06-11 | Remove the cm* function namespace | Melanie Thielker | 2 | -16/+1 | |
2010-06-11 | Rename CM files to LS | Melanie Thielker | 3 | -26/+26 | |
2010-06-11 | Rename cm* function set to ls* (for LightShare) | Melanie Thielker | 3 | -15/+30 | |
2010-06-11 | Remove cmGetAvatarList() | Melanie Thielker | 3 | -30/+0 | |
2010-06-11 | Clone cmGetAvatarList into osGetAvatarList for more generic use. | Melanie Thielker | 3 | -0/+33 | |
2010-06-11 | Better friends notification: get rid of OnLogout and use OnClientClose for ↵ | Diva Canto | 1 | -23/+14 | |
sending notifications. This takes care of crashed sessions. Also, made the notifications themselves asynchronous. | |||||
2010-06-10 | Bug fix on friends notifications. OnClientClose and OnLogout ordering are ↵ | Diva Canto | 1 | -8/+33 | |
unpredictable; when OnClientClosed happened first, it was removing the friends list, which would prevent OnLogout notifications to go out. | |||||
2010-06-10 | Added more debug messages to try to pinpoint where login is failing for nebadon. | Diva Canto | 1 | -14/+45 | |
2010-06-09 | Bug fix on attachments: attach->drop->attach works now. | Diva Canto | 2 | -21/+30 | |
2010-06-09 | Reverting that last permissions check upon drop. Looks like all dropped ↵ | Diva Canto | 1 | -10/+5 | |
attachments are deleted from inventory. | |||||
2010-06-09 | Bug fix on attachments: don't delete the item from inventory when it's ↵ | Diva Canto | 1 | -4/+9 | |
dropped on the ground. | |||||
2010-06-09 | Bug fix in attachments: when attaching from inworld the item's ↵ | Diva Canto | 1 | -1/+5 | |
parentFolderID was wrong. | |||||
2010-06-09 | Give attachments the same priority as other avatars in BestAvatarResponsiveness | Melanie | 1 | -1/+4 | |
policy | |||||
2010-06-09 | Give attachments the same priority as other avatars in BestAvatarResponsiveness | Melanie | 1 | -1/+4 | |
policy | |||||
2010-06-09 | If a script is deleted before it gets compiled, don't even bother to try | Melanie | 1 | -0/+19 | |
compiling it | |||||
2010-06-08 | Refactor SendCoarseLocations for better performance. Instead of computing ↵ | Dan Lake | 6 | -67/+59 | |
list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations. |