aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto1-5/+5
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-7/+12
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto1-44/+85
2009-12-31Yes! First test of new login service done still in 2009! Bombs in auth, becau...Diva Canto1-40/+19
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-2/+2
2009-12-19* Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto1-1/+3
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie1-5/+4
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region mo...Arthur Valadares1-15/+46
2009-07-15Test commit to see if commit is working for me, as another core developer is ...MW1-1/+2
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva1-1/+1
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ...diva1-17/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-14* refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey1-1/+1
2009-05-05- moving banned check and public/private check toDr Scofield1-3/+4
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker1-1/+1
2009-05-02Rename CoreModules.Communications to CoreModule.ServiceConnectors and, inside...diva1-0/+0
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva1-0/+13
2009-03-23Root agent retrieval via http/REST. This is a pull, the caller gets the agent...diva1-0/+15
2009-03-22Explicit tests for local regions.diva1-0/+9
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+2
2009-02-18Fix standalone / simulator local script crossings.Melanie Thielker1-0/+2
2009-02-14Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva1-0/+17
2009-02-13Bug fix in prim crossing: making it clear when the local object needs to be c...diva1-3/+12
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-237/+237
2009-02-12* optimized usings.lbsa711-9/+1
2009-02-11Enforce estate bans on Teleports.diva1-243/+243
2009-02-10Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...diva1-2/+3
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-09Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva1-0/+35
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+2
2009-01-16* Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey1-2/+7
2009-01-15* Add new unit test for simple teleport in a standalone.Justin Clarke Casey1-5/+4
2009-01-03Another interregion comms change that will not work well with previous versio...diva1-0/+15
2009-01-03Split agent updates into two messages: full update and position+camera update...diva1-0/+15
2009-01-01Major changes in interregion communications. This breaks compatibility with o...diva1-9/+43
2008-12-30Making the default choice for InterregionComms work, and removing an unnecess...diva1-3/+5
2008-12-30Update svn properties, minor formatting cleanup.Jeff Ames1-140/+140
2008-12-29Changing the default Comms module to be RESTComms, in case none is specified ...diva1-1/+1
2008-12-29This is a beefy commit containing the communication modules that implement Se...diva1-0/+140