| Commit message (Expand) | Author | Files | Lines |
2009-11-27 | Remove stub Python module and DLLs since this was never fully implemented | Justin Clark-Casey (justincc) | 2 | -119/+0 |
2009-11-27 | minor: make irc bridge logging less verbose if it isn't actually enabled | Justin Clark-Casey (justincc) | 1 | -4/+5 |
2009-11-26 | minor: reduce region ready logging verbosity | Justin Clark-Casey (justincc) | 1 | -5/+4 |
2009-11-17 | minor: remove mono compiler warning due to unreachable code in GroupsModule | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2009-11-12 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2009-11-10 | Add IScriptModuleComms interface and region module to handle dispatch of | Melanie | 1 | -0/+105 |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 1 | -4/+1 |
2009-11-05 | Patch by revolution, thank you. Mantis #1789 . Implement friends permissions. | Melanie | 2 | -0/+2 |
2009-11-04 | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 2 | -1/+2 |
2009-11-02 | Removing duplicate SceneObjectPart.RotationalVelocity property | John Hurliman | 2 | -8/+5 |
2009-10-26 | Experimental change of PhysicsVector to Vector3. Untested | John Hurliman | 1 | -21/+21 |
2009-10-26 | * Switched all operations on the list of clients that could be either sync or... | John Hurliman | 1 | -2/+4 |
2009-10-23 | * Changed various modules to not initialize timers unless the module is initi... | John Hurliman | 3 | -11/+16 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 3 | -11/+16 |
2009-10-21 | Patch by mcortez: Remove lock from scene presence updating in groups module | Melanie | 1 | -9/+7 |
2009-10-17 | Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi... | John Hurliman | 2 | -0/+9 |
2009-10-17 | Adds SendAvatarInterestsUpdate to IClientAPI | Melanie | 1 | -0/+7 |
2009-10-15 | Object update prioritization by Jim Greensky of Intel Labs, part one. This im... | John Hurliman | 3 | -32/+10 |
2009-10-15 | * Removed some of the redundant broadcast functions in Scene and SceneGraph s... | John Hurliman | 1 | -2/+2 |
2009-10-13 | * Consolidated adding / removing ClientManager IClientAPIs to two places in S... | John Hurliman | 2 | -2/+0 |
2009-10-13 | * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo... | John Hurliman | 5 | -9/+27 |
2009-10-06 | Fixing a few compile errors in the previous commit | John Hurliman | 2 | -2/+0 |
2009-10-05 | Make sure that keys exist in arrays before trying to access them. | Michael Cortez | 1 | -3/+9 |
2009-10-05 | Ensure the specified imSessionID exists in the DroppedSession collection befo... | Michael Cortez | 1 | -1/+1 |
2009-10-05 | Make sure that keys exist in arrays before trying to access them. | Michael Cortez | 1 | -3/+9 |
2009-10-05 | Ensure the specified imSessionID exists in the DroppedSession collection befo... | Michael Cortez | 1 | -1/+1 |
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 3 | -5/+5 |
2009-10-02 | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 2 | -6/+6 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 3 | -3/+3 |
2009-09-30 | * Change the signature of the agent set appearance callback to prevent unnece... | John Hurliman | 2 | -13/+2 |
2009-09-30 | Add RebakeAvatarTexturesPacket to the client view | Melanie | 2 | -0/+8 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 10 | -20/+20 |
2009-09-29 | Add copyright header. Formatting cleanup. | Jeff Ames | 2 | -7/+7 |
2009-09-18 | Group Membership information is sent out from two different locations, refact... | Michael Cortez | 1 | -8/+24 |
2009-09-18 | Add a little debugging for filtered groups lists based on requester | Michael Cortez | 1 | -0/+19 |
2009-09-18 | Try to filter the groups list returns for User A, when sending to User B, bas... | Michael Cortez | 1 | -3/+16 |
2009-09-18 | Add additional instrumentation so that when there is an xmlrpc call failure, ... | Michael Cortez | 1 | -15/+27 |
2009-09-18 | Remove debug messages from some areas that have been highly tested, and debug... | Michael Cortez | 1 | -23/+0 |
2009-09-18 | Adding additional debug to output the group powers specified when updating a ... | Michael Cortez | 1 | -1/+7 |
2009-09-18 | Add additional debugging to help track down bug with notices not going to gro... | Michael Cortez | 1 | -1/+14 |
2009-09-18 | Revert "Thank you, mcortez, for a patch to address showing users in group list" | Michael Cortez | 2 | -100/+44 |
2009-09-18 | addition of a new script function osSetParcelSIPAddress(string SIPAddress), n... | Rob Smart | 1 | -3/+52 |
2009-09-17 | Thank you, mcortez, for a patch to address showing users in group list | Melanie | 2 | -44/+100 |
2009-09-16 | SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul... | John Hurliman | 1 | -2/+1 |
2009-09-14 | * fix missing lock on XMLRPC GroupsModule | Teravus Ovares (Dan Olivares) | 1 | -1/+4 |
2009-09-02 | warnings safari. | dr scofield (aka dirk husemann) | 1 | -2/+2 |
2009-09-01 | cleanup. | dr scofield (aka dirk husemann) | 1 | -1/+0 |
2009-08-31 | cleaning up RegionReadyModule: | dr scofield (aka dirk husemann) | 2 | -24/+45 |
2009-08-21 | Add copyright header. Formatting cleanup. | Jeff Ames | 2 | -4/+9 |
2009-08-21 | * oops. Mistake with value return. | Adam Frisby | 1 | -0/+6 |