Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002689opensim[REGION] OpenSim Corepublic2008-11-25 16:452008-11-26 18:58
ReporterBlueWall 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionunable to reproduce 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002689: Hypergrid : osTeleportAgent in HyperGrid mode...
Description
osTeleportAgent does not complete the teleport to the HyperGrid gateway. The teleport process starts and the avatar is left at the side of the originating region
TagsNo tags attached.
Git Revision or version number
Run Mode Grid (Multiple Regions per Sim)
Physics EngineODE
EnvironmentMono / Linux32
Mono Version
Viewer
Attached Files

- Relationships

-  Notes
(0007318)
Diva (administrator)
2008-11-25 16:54

Yes, indeed. Let me look into what osTeleportAgent is doing.
(0007334)
Diva (administrator)
2008-11-26 02:32

Blue, could you please upload an example of a script using osTeleportAgent, so I can reproduce this. Thanks!
(0007336)
BlueWall (administrator)
2008-11-26 03:08
edited on: 2008-11-26 03:32

default
{
    state_entry()
    {
        llSay(0, "Script running");
    }
    

    touch_start(integer _det) {
        // Using osTeleportAgent(key,"Region Name",<landing>,<look at>)
        osTeleportAgent(llDetectedKey(0),"Oceania", <190,62,24>, <195,60,25>);
    }
}

(0007355)
BlueWall (administrator)
2008-11-26 18:58

After upgrades and another try - it is working properly. Thanks!

- Issue History
Date Modified Username Field Change
2008-11-25 16:45 BlueWall New Issue
2008-11-25 16:45 BlueWall SVN Revision => 0.6.0.7461
2008-11-25 16:45 BlueWall Run Mode => Grid (Multiple Regions per Sim)
2008-11-25 16:45 BlueWall Physics Engine => ODE
2008-11-25 16:45 BlueWall Environment => Mono / Linux32
2008-11-25 16:54 Diva Note Added: 0007318
2008-11-25 16:54 Diva Status new => confirmed
2008-11-26 02:32 Diva Note Added: 0007334
2008-11-26 03:08 BlueWall Note Added: 0007336
2008-11-26 03:32 BlueWall Note Edited: 0007336
2008-11-26 18:58 BlueWall Status confirmed => closed
2008-11-26 18:58 BlueWall Note Added: 0007355
2008-11-26 18:58 BlueWall Resolution open => unable to reproduce


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker