
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Mono 1.19.0.80627
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
SVC-1766
Mono beta: Event handlers that take keys do not work.
|
|
|
|
|
|
Relates
|
|
|
|
This issue is related to by:
|
|
|
|
|
|
|
|
| Linden Lab Issue ID: |
DEV-11857
|
| Linden Lab Internal Branch: |
mono-based-on-1-19-1-server-81640
|
A simple script testing a dataserver request fails under mono.
The script is:
key request;
default
{
state_entry()
{
llSay(0, "Dataserver Test." );
}
touch_start(integer total_number)
{
key k = llDetectedKey( 0 );
request = llRequestAgentData(k , DATA_NAME);
}
dataserver(key queryid, string data)
{
llSay( 0, "Dataserver event received." );
if( request == queryid )
llSay(0, "Your name is " + data);
}
}
Expected output should be the string "Dataserver event received" and the name of the person who touched it.
Output on mono is nothing.
Btw. dataserver events worked with the version before this one.
|
|
Description
|
A simple script testing a dataserver request fails under mono.
The script is:
key request;
default
{
state_entry()
{
llSay(0, "Dataserver Test." );
}
touch_start(integer total_number)
{
key k = llDetectedKey( 0 );
request = llRequestAgentData(k , DATA_NAME);
}
dataserver(key queryid, string data)
{
llSay( 0, "Dataserver event received." );
if( request == queryid )
llSay(0, "Your name is " + data);
}
}
Expected output should be the string "Dataserver event received" and the name of the person who touched it.
Output on mono is nothing.
Btw. dataserver events worked with the version before this one. |
Show » |
made changes - 28/Feb/08 10:47 AM
| Field |
Original Value |
New Value |
|
Link
|
|
This issue Relates to SVC-1276
[ SVC-1276
]
|
made changes - 28/Feb/08 10:48 AM
|
Description
|
A simple script testing a dataserver request fails under mono.
The script is:
key request;
default
{
state_entry()
{
llSay(0, "Dataserver Test." );
}
touch_start(integer total_number)
{
key k = llDetectedKey( 0 );
request = llRequestAgentData(k , DATA_NAME);
}
dataserver(key queryid, string data)
{
llSay( 0, "Dataserver event received." );
if( request == queryid )
llSay(0, "Your name is " + data);
}
}
Expected output should be the string "Dataserver event received" and the name of the person who touched it.
Output on mono is nothing.
|
A simple script testing a dataserver request fails under mono.
The script is:
key request;
default
{
state_entry()
{
llSay(0, "Dataserver Test." );
}
touch_start(integer total_number)
{
key k = llDetectedKey( 0 );
request = llRequestAgentData(k , DATA_NAME);
}
dataserver(key queryid, string data)
{
llSay( 0, "Dataserver event received." );
if( request == queryid )
llSay(0, "Your name is " + data);
}
}
Expected output should be the string "Dataserver event received" and the name of the person who touched it.
Btw. dataserver events worked with the version before this one.
Output on mono is nothing.
|
made changes - 28/Feb/08 10:52 AM
|
Description
|
A simple script testing a dataserver request fails under mono.
The script is:
key request;
default
{
state_entry()
{
llSay(0, "Dataserver Test." );
}
touch_start(integer total_number)
{
key k = llDetectedKey( 0 );
request = llRequestAgentData(k , DATA_NAME);
}
dataserver(key queryid, string data)
{
llSay( 0, "Dataserver event received." );
if( request == queryid )
llSay(0, "Your name is " + data);
}
}
Expected output should be the string "Dataserver event received" and the name of the person who touched it.
Btw. dataserver events worked with the version before this one.
Output on mono is nothing.
|
A simple script testing a dataserver request fails under mono.
The script is:
key request;
default
{
state_entry()
{
llSay(0, "Dataserver Test." );
}
touch_start(integer total_number)
{
key k = llDetectedKey( 0 );
request = llRequestAgentData(k , DATA_NAME);
}
dataserver(key queryid, string data)
{
llSay( 0, "Dataserver event received." );
if( request == queryid )
llSay(0, "Your name is " + data);
}
}
Expected output should be the string "Dataserver event received" and the name of the person who touched it.
Output on mono is nothing.
Btw. dataserver events worked with the version before this one.
|
made changes - 29/Feb/08 11:41 AM
|
Priority
|
Normal
[ 4
]
|
Major
[ 3
]
|
made changes - 10/Mar/08 10:08 AM
|
Link
|
|
This issue duplicates SVC-1766
[ SVC-1766
]
|
made changes - 10/Mar/08 10:57 AM
|
Status
|
Open
[ 1
]
|
Fix Pending
[ 10001
]
|
|
Linden Lab Internal Branch
|
|
mono-based-on-1-19-1-server-81640
|
|
Assignee
|
|
Scouse Linden
[ Scouse Linden
]
|
made changes - 12/Mar/08 09:29 AM
|
Linden Lab Issue ID
|
|
DEV-11857
|
made changes - 12/Mar/08 09:45 AM
|
Link
|
|
This issue is related to by SVC-1276
[ SVC-1276
]
|
made changes - 12/Mar/08 09:54 AM
|
Link
|
This issue Relates to SVC-1276
[ SVC-1276
]
|
|
made changes - 18/Mar/08 02:21 AM
|
Status
|
Fix Pending
[ 10001
]
|
Resolved
[ 5
]
|
|
Fix Version/s
|
|
Mono Beta
[ 10240
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 13/Nov/08 12:09 PM
|
Workflow
|
jira-2007-12-22a
[ 52749
]
|
jira-2008-11-14
[ 82261
]
|
made changes - 13/Nov/08 04:42 PM
|
Workflow
|
jira-2008-11-14
[ 82261
]
|
jira-2008-11-14a
[ 90693
]
|
|