| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 1 | -2/+3 |
* | | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 2010-01-10 | 1 | -3/+9 |
* | | Some typos fixed related to master avie removal | Diva Canto | 2010-01-10 | 1 | -2/+2 |
* | | Remove a little bit more if master avatar | Melanie | 2010-01-10 | 1 | -6/+0 |
* | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 3 | -11/+3 |
* | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -3/+4 |
* | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 1 | -21/+20 |
|/ |
|
* | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 5 | -45/+45 |
* | Adds tons of packets. | Revolution | 2009-12-31 | 2 | -0/+63 |
* | Add AvatarInterestsReply | Melanie | 2009-12-26 | 2 | -0/+8 |
* | Thank you kindly, Ziah for a patch that adds the channel to the class ChatEve... | Charles Krinke | 2009-12-23 | 4 | -2/+16 |
* | Patch from Ziah. | Melanie | 2009-12-21 | 1 | -8/+32 |
* | Remove stub Python module and DLLs since this was never fully implemented | Justin Clark-Casey (justincc) | 2009-11-27 | 2 | -119/+0 |
* | minor: make irc bridge logging less verbose if it isn't actually enabled | Justin Clark-Casey (justincc) | 2009-11-27 | 1 | -4/+5 |
* | minor: reduce region ready logging verbosity | Justin Clark-Casey (justincc) | 2009-11-26 | 1 | -5/+4 |
* | minor: remove mono compiler warning due to unreachable code in GroupsModule | Justin Clark-Casey (justincc) | 2009-11-17 | 1 | -2/+2 |
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -2/+2 |
* | Add IScriptModuleComms interface and region module to handle dispatch of | Melanie | 2009-11-10 | 1 | -0/+105 |
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 1 | -4/+1 |
* | Patch by revolution, thank you. Mantis #1789 . Implement friends permissions. | Melanie | 2009-11-05 | 2 | -0/+2 |
* | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 2009-11-04 | 2 | -1/+2 |
* | Removing duplicate SceneObjectPart.RotationalVelocity property | John Hurliman | 2009-11-02 | 2 | -8/+5 |
* | Experimental change of PhysicsVector to Vector3. Untested | John Hurliman | 2009-10-26 | 1 | -21/+21 |
* | * Switched all operations on the list of clients that could be either sync or... | John Hurliman | 2009-10-26 | 1 | -2/+4 |
* | * Changed various modules to not initialize timers unless the module is initi... | John Hurliman | 2009-10-23 | 3 | -11/+16 |
* | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 2009-10-22 | 3 | -11/+16 |
* | Merged master into prioritization | John Hurliman | 2009-10-21 | 1 | -9/+7 |
|\ |
|
| * | Patch by mcortez: Remove lock from scene presence updating in groups module | Melanie | 2009-10-21 | 1 | -9/+7 |
* | | Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi... | John Hurliman | 2009-10-17 | 2 | -0/+9 |
* | | Merge branch 'master' into prioritization | Melanie | 2009-10-17 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Adds SendAvatarInterestsUpdate to IClientAPI | Melanie | 2009-10-17 | 1 | -0/+7 |
* | | Object update prioritization by Jim Greensky of Intel Labs, part one. This im... | John Hurliman | 2009-10-15 | 3 | -32/+10 |
* | | * Removed some of the redundant broadcast functions in Scene and SceneGraph s... | John Hurliman | 2009-10-15 | 1 | -2/+2 |
|/ |
|
* | * Consolidated adding / removing ClientManager IClientAPIs to two places in S... | John Hurliman | 2009-10-13 | 2 | -2/+0 |
* | * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo... | John Hurliman | 2009-10-13 | 5 | -9/+27 |
* | Fixing a few compile errors in the previous commit | John Hurliman | 2009-10-06 | 2 | -2/+0 |
* | Make sure that keys exist in arrays before trying to access them. | Michael Cortez | 2009-10-05 | 1 | -3/+9 |
* | Ensure the specified imSessionID exists in the DroppedSession collection befo... | Michael Cortez | 2009-10-05 | 1 | -1/+1 |
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 3 | -5/+5 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 3 | -5/+5 |
* | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 2 | -6/+6 |
|\ \ |
|
| * | | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 2009-10-02 | 2 | -6/+6 |
* | | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 13 | -27/+76 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 3 | -3/+3 |
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 10 | -20/+20 |
| * | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 2 | -7/+7 |
| * | Group Membership information is sent out from two different locations, refact... | Michael Cortez | 2009-09-18 | 1 | -8/+24 |
| * | Add a little debugging for filtered groups lists based on requester | Michael Cortez | 2009-09-18 | 1 | -0/+19 |
| * | Try to filter the groups list returns for User A, when sending to User B, bas... | Michael Cortez | 2009-09-18 | 1 | -3/+16 |
| * | Add additional instrumentation so that when there is an xmlrpc call failure, ... | Michael Cortez | 2009-09-18 | 1 | -15/+27 |