MantisBT - opensim |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0006126 | opensim | [REGION] Script Functions | public | 2012-08-03 07:07 | 2019-04-18 05:25 |
|
Reporter | SignpostMarv | |
Assigned To | | |
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | patch included | Resolution | open | |
Platform | | Operating System | | Operating System Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Git Revision or version number | 630b3e7dca |
Run Mode | Standalone (1 Region) |
Physics Engine | BasicPhysics |
Script Engine | |
Environment | .NET / Windows32 |
Mono Version | None |
Viewer | |
|
Summary | 0006126: axis-aligned bounds-constrained chat |
Description | Feature request for allowing scripts to chat to one or more variably-sized & absolutely-positioned bounding boxes & spheres (as opposed to the current choice of pre-defined whisper/say/shout effective spheres + region-wide). |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | osChat-objects-only.patch (20,743) 2012-08-03 07:07 http://opensimulator.org/mantis/file_download.php?file_id=3132&type=bug
osChat-test.oar (368,750) 2012-08-03 07:12 http://opensimulator.org/mantis/file_download.php?file_id=3133&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-08-03 07:07 | SignpostMarv | New Issue | |
2012-08-03 07:07 | SignpostMarv | File Added: osChat-objects-only.patch | |
2012-08-03 07:12 | SignpostMarv | File Added: osChat-test.oar | |
2012-08-03 07:12 | SignpostMarv | Note Added: 0021974 | |
2012-08-03 07:12 | SignpostMarv | Status | new => patch included |
2012-08-03 07:17 | SignpostMarv | Note Added: 0021975 | |
2012-08-03 09:14 | SignpostMarv | Note Added: 0021976 | |
2019-04-18 05:16 | marthasimons | Note Added: 0035151 | |
2019-04-18 05:16 | marthasimons | Note Edited: 0035151 | bug_revision_view_page.php?rev_id=8023 |
2019-04-18 05:25 | UbitUmarov | Note Deleted: 0035151 | |
2019-04-18 05:25 | UbitUmarov | Note Added: 0035155 | |
Notes |
|
|
patch for feature limited to receipt by objects only uploaded, along with test OAR. |
|
|
|
I'm unsure as to where exactly to implement this for receipt by avatars :s
DeliverChatToAvatars looks like the right place, but it'd also look like I'd have to modify OSChatMessage to support the inclusive & exclusive List<IBounds> properties. |
|
|
|
Added a class that centralises the include/exclude calculation so it can be used in other tasks (such as delivering messages to avatars). |
|
|
|
please submit patchs the normal way, and not links to unknown sites |
|