| Commit message (Expand) | Author | Age | Files | Lines |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 60 | -745/+745 |
* | appearance now survives logout. Tommorrow will involve moving | Sean Dague | 2008-05-16 | 1 | -0/+10 |
* | fix bad default initialization | Sean Dague | 2008-05-15 | 1 | -0/+2 |
* | remove my UserAppearance object, switch all code to use | Sean Dague | 2008-05-15 | 4 | -235/+7 |
* | add the rest of my UserAppearance created methods to | Sean Dague | 2008-05-15 | 1 | -0/+117 |
* | minor refactor of some properties for readability | Sean Dague | 2008-05-15 | 1 | -35/+35 |
* | refactoring to move AvatarAppearance into Framework and | Sean Dague | 2008-05-15 | 1 | -0/+217 |
* | * Start recording as a statistic the number of times we start blocking repeti... | Justin Clarke Casey | 2008-05-14 | 1 | -6/+29 |
* | * Minor: Fussy little wording change on inventory service failure | Justin Clarke Casey | 2008-05-14 | 1 | -1/+1 |
* | * Start recording initial complete avatar inventory retrieval failures from t... | Justin Clarke Casey | 2008-05-14 | 1 | -1/+23 |
* | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 2008-05-14 | 6 | -8/+72 |
* | * Refactor: Renaming non viewer statistics classes from Reporters to Collecto... | Justin Clarke Casey | 2008-05-14 | 5 | -27/+30 |
* | From: Dr Scofield <DrScofield@xyzzyxyzzy.net> | Sean Dague | 2008-05-14 | 1 | -0/+5 |
* | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-05-14 | 3 | -7/+7 |
* | * Added standard copyright and removed un-necessary using of libsecondlife.Pa... | Teravus Ovares | 2008-05-14 | 1 | -0/+28 |
* | * Adding the very bare minimum for the client to register user as having the ... | Teravus Ovares | 2008-05-14 | 2 | -0/+55 |
* | More formatting cleanup. | Jeff Ames | 2008-05-14 | 2 | -3/+9 |
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 8 | -10/+10 |
* | * Added 3 warnings in response to the warnings. Adam, read the warnings. | Teravus Ovares | 2008-05-14 | 1 | -1/+1 |
* | * Refactored OutPacket out of ScenePresence | Teravus Ovares | 2008-05-14 | 1 | -3/+8 |
* | * Refactored OutPacket and FirstName/LastName out of Friends Module. | Teravus Ovares | 2008-05-14 | 1 | -2/+4 |
* | Update svn properties. | Jeff Ames | 2008-05-14 | 1 | -59/+59 |
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 1 | -0/+3 |
* | * As part of the region registration process, the grid service now requests t... | Justin Clarke Casey | 2008-05-13 | 2 | -10/+13 |
* | * Committing sample IClientAPI2.cs | Adam Frisby | 2008-05-12 | 1 | -0/+59 |
* | * Added some build warnings for Teravus. :) | Adam Frisby | 2008-05-12 | 1 | -1/+11 |
* | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 2008-05-12 | 1 | -0/+1 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-05-12 | 2 | -8/+23 |
* | Formatting cleanup. | Jeff Ames | 2008-05-12 | 1 | -1/+1 |
* | 0001199: [PATCH] Add support for default animations | Teravus Ovares | 2008-05-11 | 1 | -0/+1 |
* | * Refactored two more OutPackets. ObjectPropertiesFamily, and Object Propert... | Teravus Ovares | 2008-05-10 | 1 | -0/+11 |
* | * More OutPacket refactors. | Teravus Ovares | 2008-05-10 | 1 | -0/+3 |
* | * Two more OutPacket refactors. TextureSender. | Teravus Ovares | 2008-05-10 | 1 | -0/+2 |
* | Refactored out a few warnings related to Adam's bane OutPacket | Teravus Ovares | 2008-05-10 | 1 | -0/+4 |
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 2 | -1/+4 |
* | * Revert caps fetch inventory service back to UDP for now | Justin Clarke Casey | 2008-05-09 | 1 | -2/+14 |
* | * Removing polling delay for non-CAPS inventory fetch if the client has not y... | Justin Clarke Casey | 2008-05-09 | 2 | -59/+54 |
* | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 2008-05-09 | 1 | -0/+20 |
* | * Minor: Insert utility function to format raw xml strings into indented xml ... | Justin Clarke Casey | 2008-05-09 | 3 | -5/+42 |
* | * Restoring some initial inventory lookup polling delays in order to deal wit... | Justin Clarke Casey | 2008-05-09 | 1 | -2/+2 |
* | * Fix opensim region server shutdown. | Justin Clarke Casey | 2008-05-09 | 1 | -1/+1 |
* | * Wrote a method to get the OpenJpeg data of a sculpt texture asset and save ... | Teravus Ovares | 2008-05-09 | 1 | -1/+2 |
* | * remove 2 warnings. | Teravus Ovares | 2008-05-08 | 1 | -1/+0 |
* | * Committing an extra bit of permissions for attaching to ensure that the per... | Teravus Ovares | 2008-05-08 | 1 | -4/+1 |
* | * Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg. | Adam Frisby | 2008-05-08 | 2 | -2/+2 |
* | * Attempted Fix for 1191 - Crash on ViewerEffectHandler. We are missing typed... | Adam Frisby | 2008-05-08 | 1 | -0/+2 |
* | * Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!) | Adam Frisby | 2008-05-08 | 1 | -0/+2 |
* | * You can haz more spring cleaning. | Adam Frisby | 2008-05-08 | 2 | -62/+15 |
* | * Fixes Prim ExtraParams | Teravus Ovares | 2008-05-08 | 1 | -1/+357 |
* | * Reduced sleep durations in a number of files. | Adam Frisby | 2008-05-08 | 1 | -2/+3 |