OpenSim Mantis Tracker
| Anonymous | Login | Signup for a new account | 2010-07-31 17:38 PDT |
| Main | My View | View Issues | Change Log | Roadmap | Summary | Docs | My Account |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003839 | [opensim] [REGION] Scripting Engine | major | always | 2009-06-26 03:04 | 2009-08-10 07:52 | ||||
| Reporter | monkz | View Status | public | ||||||
| Assigned To | cfk | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0003839: llListen does not generate listen events in child prims of HUD s and attachments. | ||||||||
| Description |
Here is my method to reproduce : 1. Make a simple 3 prim linked set. 2. Place the following script into each prim : default { state_entry() { llSay(0, "Script running"); llListen(700,"",NULL_KEY,""); } listen(integer chan, string name, key id, string msg) { llSay(0,"Prim "+(string)llGetLinkNumber()+" : "+msg); } } 3. issue a '/700 test me' from the chat bar. When simply rezzed on the ground, all prims will respond. When worn as an attachment/HUD only the root prim will respond. |
||||||||
| Additional Information | I have checked this in both 32bit and 64bit linux, both using mono from trunk | ||||||||
| Tags | attachment, attachments, hud, listen | ||||||||
| Git Revision | |||||||||
| SVN Revision | 9894 | ||||||||
| Run Mode | Grid (Multiple Regions per Sim) | ||||||||
| Physics Engine | ODE | ||||||||
| Environment | Mono / Linux32 | ||||||||
| Mono Version | trunk | ||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Mantis 1.1.1[^] Copyright © 2000 - 2008 Mantis Group |