aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey2009-01-063-10/+18
* * minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey2009-01-063-21/+18
* * Remove unused CAPSServiceJustin Clarke Casey2009-01-061-1/+1
* * Added three new events to SceneGraph:Adam Frisby2009-01-061-3/+20
* * refactor: Remove the need to separately pass in the http listener to the sc...Justin Clarke Casey2009-01-063-10/+9
* * refactor: call AddHttpHandler() directly via CommsManagerJustin Clarke Casey2009-01-064-19/+5
* * refactor: call AddStreamHandler() directly via CommsManagerJustin Clarke Casey2009-01-063-28/+16
* * refactor: call AddLLSDHandler directly via CommsManagerJustin Clarke Casey2009-01-064-15/+8
* * refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsMan...Justin Clarke Casey2009-01-064-16/+14
* * Mjnor: Clarified comment to ensure that people are aware of how to end the ...Teravus Ovares2009-01-061-1/+9
* * Kill an endless loop in the Instant Message delivery systemTeravus Ovares2009-01-061-0/+8
* * Added a way for the sim stats reporter to say to the scene that the stats a...Teravus Ovares2009-01-063-4/+46
* Use correct name for friendship offer. Fixes Mantis #2959.Homer Horwitz2009-01-051-0/+2
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-01-051-5/+3
* * Centralize references to the well known blank texture 5748decc-f629-461c-9a...Justin Clarke Casey2009-01-051-2/+1
* * Simplify test code by always setting up mock 'in memory' user and inventory...Justin Clarke Casey2009-01-051-3/+0
* * Check in login service tests beachheadJustin Clarke Casey2009-01-051-1/+0
* * Fixes a small bug where load-oar fails due to whitespace in region name.Sean Dague2009-01-051-3/+3
* Connect dewww request packets to the land module to makle dwell workMelanie Thielker2009-01-031-0/+13
* Plumb the remaining dwell packetsMelanie Thielker2009-01-031-0/+5
* This may fix the home jump problem.diva2009-01-031-1/+2
* Extra check to avoid client crashes on HG home teleports.diva2009-01-031-12/+18
* Another interregion comms change that will not work well with previous versio...diva2009-01-035-9/+188
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-033-42/+60
* Split agent updates into two messages: full update and position+camera update...diva2009-01-037-46/+200
* * Move EventQueueGetModule to the EventQueue namespaceJustin Clarke Casey2009-01-021-1/+2
* * refactor: move event queue module code to its own folderJustin Clarke Casey2009-01-022-0/+0
* Allow some values that are set in OpenSim.ini to be set from region configMelanie Thielker2009-01-021-0/+20
* Use only one (static) (de-)serializer for (de-)serializing SOPs.Homer Horwitz2009-01-022-6/+27
* * Adding some recognizable and search-able test to some WriteLine(e.ToString(...Teravus Ovares2009-01-022-5/+5
* Major changes in interregion communications. This breaks compatibility with o...diva2009-01-017-74/+330
* Beginning of true REST style for interregion comms, SendChildAgentUpdate only...diva2008-12-311-7/+92
* Folded HG regionhandle lookup into the normal RESTInterregionComms, to avoid ...diva2008-12-312-87/+4
* Added a SendChildAgentDataUpdate call on Teleports, so that the agent at the ...diva2008-12-313-42/+110
* * Remove mono compiler warningsJustin Clarke Casey2008-12-303-12/+7
* * Implement saving of region settings in OAR filesJustin Clarke Casey2008-12-309-20/+379
* Making the default choice for InterregionComms work, and removing an unnecess...diva2008-12-303-4/+9
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-308-576/+576
* Changing the default Comms module to be RESTComms, in case none is specified ...diva2008-12-293-3/+3
* Final part for implementing SendChildAgentDataUpdate with modules. This is th...diva2008-12-293-32/+60
* This is a beefy commit containing the communication modules that implement Se...diva2008-12-293-0/+522
* Minor change in HGSceneCommunicationService, making one field public readonly...diva2008-12-291-1/+1
* Merged the InterregionData that Melanie had placed there onto the existing Ch...diva2008-12-291-42/+47
* First commit in a series of commits for Interregion REST comms. This one simp...diva2008-12-291-111/+0
* Revamp the return logic to close a privilege escalation loophole.Melanie Thielker2008-12-281-46/+143
* Demonstration code for modular comms. No user functionalityMelanie Thielker2008-12-282-4/+37
* * Fixes missing sculpt texture assets from oar files as detailed on mantis 29...Teravus Ovares2008-12-261-0/+2
* * Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares2008-12-263-54/+412
* Prevent exception in terrain module if just the word terrain is entered at th...idb2008-12-261-0/+5
* Plumb the profile reply packets for picks, classifieds and notesMelanie Thielker2008-12-251-0/+17