aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-17minor: remove mono compiler warning due to unreachable code in GroupsModuleJustin Clark-Casey (justincc)1-2/+2
2009-11-12minor: remove mono compiler warningJustin Clark-Casey (justincc)1-2/+2
2009-11-10Add IScriptModuleComms interface and region module to handle dispatch ofMelanie1-0/+105
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+1
2009-11-05Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie2-0/+2
2009-11-04Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie2-1/+2
2009-11-02Removing duplicate SceneObjectPart.RotationalVelocity propertyJohn Hurliman2-8/+5
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-21/+21
2009-10-26* Switched all operations on the list of clients that could be either sync or...John Hurliman1-2/+4
2009-10-23* Changed various modules to not initialize timers unless the module is initi...John Hurliman3-11/+16
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman3-11/+16
2009-10-21Patch by mcortez: Remove lock from scene presence updating in groups moduleMelanie1-9/+7
2009-10-17Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi...John Hurliman2-0/+9
2009-10-17Adds SendAvatarInterestsUpdate to IClientAPIMelanie1-0/+7
2009-10-15Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman3-32/+10
2009-10-15* Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman1-2/+2
2009-10-13* Consolidated adding / removing ClientManager IClientAPIs to two places in S...John Hurliman2-2/+0
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman5-9/+27
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman2-2/+0
2009-10-05Make sure that keys exist in arrays before trying to access them.Michael Cortez1-3/+9
2009-10-05Ensure the specified imSessionID exists in the DroppedSession collection befo...Michael Cortez1-1/+1
2009-10-05Make sure that keys exist in arrays before trying to access them.Michael Cortez1-3/+9
2009-10-05Ensure the specified imSessionID exists in the DroppedSession collection befo...Michael Cortez1-1/+1
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman3-5/+5
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2-6/+6
2009-10-01Formatting cleanup.Jeff Ames3-3/+3
2009-09-30* Change the signature of the agent set appearance callback to prevent unnece...John Hurliman2-13/+2
2009-09-30Add RebakeAvatarTexturesPacket to the client viewMelanie2-0/+8
2009-10-01Formatting cleanup.Jeff Ames10-20/+20
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames2-7/+7
2009-09-18Group Membership information is sent out from two different locations, refact...Michael Cortez1-8/+24
2009-09-18Add a little debugging for filtered groups lists based on requesterMichael Cortez1-0/+19
2009-09-18Try to filter the groups list returns for User A, when sending to User B, bas...Michael Cortez1-3/+16
2009-09-18Add additional instrumentation so that when there is an xmlrpc call failure, ...Michael Cortez1-15/+27
2009-09-18Remove debug messages from some areas that have been highly tested, and debug...Michael Cortez1-23/+0
2009-09-18Adding additional debug to output the group powers specified when updating a ...Michael Cortez1-1/+7
2009-09-18Add additional debugging to help track down bug with notices not going to gro...Michael Cortez1-1/+14
2009-09-18Revert "Thank you, mcortez, for a patch to address showing users in group list"Michael Cortez2-100/+44
2009-09-18addition of a new script function osSetParcelSIPAddress(string SIPAddress), n...Rob Smart1-3/+52
2009-09-17Thank you, mcortez, for a patch to address showing users in group listMelanie2-44/+100
2009-09-16SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman1-2/+1
2009-09-14* fix missing lock on XMLRPC GroupsModuleTeravus Ovares (Dan Olivares)1-1/+4
2009-09-02warnings safari.dr scofield (aka dirk husemann)1-2/+2
2009-09-01cleanup.dr scofield (aka dirk husemann)1-1/+0
2009-08-31cleaning up RegionReadyModule:dr scofield (aka dirk husemann)2-24/+45
2009-08-21Add copyright header. Formatting cleanup.Jeff Ames2-4/+9
2009-08-21* oops. Mistake with value return.Adam Frisby1-0/+6
2009-08-21* Moves NPC Creation across AppDomains to prevent a major perfomance issue.Adam Frisby1-18/+68
2009-08-21* Make cache, actually cache.Adam Frisby1-1/+5
2009-08-21* Implements a cache in NPCModule for Appearance.Adam Frisby1-1/+11