aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/LocalInterregionComms.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updates all IRegionModules to the new style region modules.Revolution2010-01-231-2/+2
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-2/+2
| | | | | can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
* * Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto2009-12-191-1/+3
| | | | * Removed unnecessary debug messages.
* Remove the old (Remoting) region crossing code. Fix the new code toMelanie2009-11-261-5/+4
| | | | | | | | | | pass script state and assembly again properly. Reintroduce respecting tht TrustBinaries flag. Changes the interregion protocol! No version bump because it was broken anyway, so with a version mismatch it will simply stay broken, but not crash. Region corssing still doesn't work because there is still monkey business with both rezzed prims being pushed across a border and attached prims when walking across a border. Teleport is untested by may work.
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* * Updates RESTInterregionComms and LocalInterregionComms to the new region ↵Arthur Valadares2009-07-231-15/+46
| | | | | | | | | | | | | module interface. This fixes an issue where region references were being added but weren't being deleted, causing those "unnotified circuit" messages. * Also fixes tests accordingly - Fixes Mantis #3452 - Fixes Mantis #3388 - Fixes Mantis #3871 - Related to Mantis #3493
* Test commit to see if commit is working for me, as another core developer is ↵MW2009-07-151-1/+2
| | | | reporting problems.
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-141-0/+286
Region/CoreModules/ServiceConnectorsOut. No functional changes.