Anonymous | Login | Signup for a new account | 2021-01-19 12:57 PST | ![]() |
Main | My View | View Issues | Change Log | Roadmap | Summary | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0005394 | opensim | [REGION] Scripting Engine | public | 2011-02-18 23:39 | 2011-02-18 23:39 | |||||
Reporter | Vernon Tigerpaw | |||||||||
Assigned To | ||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | new | Resolution | open | |||||||
Platform | Operating System | Operating System Version | ||||||||
Product Version | ||||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0005394: llMinEventDelay stops link_message events from firing in XEngine | |||||||||
Description | Using llMinEventDelay causes failure in link_message whether receiving script is in the same prim or in the set. See attached scripts. This is essentially reopening issue 0004370 which was resolved as proper behavior. It cannot be proper behavior to stop an event completely because llMinEventDelay is used. | |||||||||
Additional Information | // Sender default { state_entry() { llSay(0, "Script running"); } touch_start(integer _int) { // for single prim... // llMessageLinked(LINK_THIS, 500, "TEST", llGetOwner()); // for 2 prims... llMessageLinked(LINK_SET, 500, "TEST", llGetOwner()); } } // Receiver default { state_entry() { llSay(0, "Script running"); llMinEventDelay(0.3); } link_message(integer _src, integer _nv, string _sv, key _kv) { llSay(0, _sv); } } | |||||||||
Tags | No tags attached. | |||||||||
Git Revision or version number | 4a2d82e14b4d00671b454d4848b6b4cef26d3e56 | |||||||||
Run Mode | Standalone (1 Region) | |||||||||
Physics Engine | ODE | |||||||||
Script Engine | ||||||||||
Environment | Mono / Linux64 | |||||||||
Mono Version | Other | |||||||||
Viewer | ||||||||||
Attached Files | ||||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2011-02-18 23:39 | Vernon Tigerpaw | New Issue | |
2011-02-18 23:39 | Vernon Tigerpaw | Git Revision | => 4a2d82e14b4d00671b454d4848b6b4cef26d3e56 |
2011-02-18 23:39 | Vernon Tigerpaw | SVN Revision | => 0 |
2011-02-18 23:39 | Vernon Tigerpaw | Run Mode | => Standalone (1 Region) |
2011-02-18 23:39 | Vernon Tigerpaw | Physics Engine | => ODE |
2011-02-18 23:39 | Vernon Tigerpaw | Environment | => Mono / Linux64 |
2011-02-18 23:39 | Vernon Tigerpaw | Mono Version | => Other |
Copyright © 2000 - 2012 MantisBT Group |