Anonymous | Login | Signup for a new account | 2021-01-16 04:17 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 | ||||
0006300 | opensim | [REGION] Specific OpenSim Module | public | 2012-09-17 05:07 | 2014-07-29 13:41 | ||||
Reporter | SignpostMarv | ||||||||
Assigned To | melanie | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | Operating System | Operating System Version | |||||||
Product Version | master (dev code) | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0006300: llAttachToAvatarTemp will not work | ||||||||
Description | llAttachToAvatarTemp is currently implemented in a region module via script invocations. script invocations cannot currently have a void return type, thus llAttachToAvatarTemp will not be "found" despite being registered. | ||||||||
Steps To Reproduce | default { touch_start(integer t) { llRequestPermissions(llDetectedKey(0), PERMISSION_ATTACH); } run_time_permissions(integer p) { if(p & PERMISSION_ATTACH) { llAttachToAvatarTemp((integer)ATTACH_RHAND); } } } | ||||||||
Additional Information | Due to being a script invocation, one currently needs to cast script constants to integer. Patch also fixes a bug with a null reference exception being thrown. | ||||||||
Tags | No tags attached. | ||||||||
Git Revision or version number | |||||||||
Run Mode | Standalone (1 Region) , Standalone (Multiple Regions) , Grid (1 Region per Sim) | ||||||||
Physics Engine | BasicPhysics | ||||||||
Script Engine | |||||||||
Environment | .NET / Windows32, .NET / Windows64 | ||||||||
Mono Version | None | ||||||||
Viewer | |||||||||
Attached Files | ![]() | ||||||||
![]() |
||||||
|
![]() |
|||
Date Modified | Username | Field | Change |
2012-09-17 05:07 | SignpostMarv | New Issue | |
2012-09-17 05:07 | SignpostMarv | File Added: llAttachToAvatarTemp-tweaks.patch | |
2012-09-17 05:07 | SignpostMarv | Status | new => patch included |
2012-09-17 05:33 | melanie | Status | patch included => resolved |
2012-09-17 05:33 | melanie | Resolution | open => fixed |
2012-09-17 05:33 | melanie | Assigned To | => melanie |
2012-10-18 08:52 | SignpostMarv | Relationship added | related to 0006366 |
2014-07-29 13:41 | chi11ken | Status | resolved => closed |
Copyright © 2000 - 2012 MantisBT Group |