diff options
author | Charles Krinke | 2008-06-09 01:06:59 +0000 |
---|---|---|
committer | Charles Krinke | 2008-06-09 01:06:59 +0000 |
commit | 0d07cf9dddbcfc31837b57631ca9987288ede15c (patch) | |
tree | 127f36a5d43a7b876da7800953418a19131bc548 /bin/inventory/LandmarksLibrary/LandmarksLibraryFolders.xml | |
parent | * Fixed it so you can do a lot more llDetected* methods in many additional si... (diff) | |
download | opensim-SC_OLD-0d07cf9dddbcfc31837b57631ca9987288ede15c.zip opensim-SC_OLD-0d07cf9dddbcfc31837b57631ca9987288ede15c.tar.gz opensim-SC_OLD-0d07cf9dddbcfc31837b57631ca9987288ede15c.tar.bz2 opensim-SC_OLD-0d07cf9dddbcfc31837b57631ca9987288ede15c.tar.xz |
Mantis#1469. Thank you kindly, Mikem for a patch that addresses:
Currently LSL code such as below does not compile on OpenSim, but compiles fine in Second Life:
list mylist = [];
mylist += [1, 2, 3];
mylist += "four";
list newlist = mylist + 5.0;
The problem is that the LSL_Types.list class does not have an operator for adding a string to a list.
I am including a patch which implements adding a string, integer or float to a list.
I am also including tests. The file LSL_TypesTestList.cs belongs in
OpenSim/Tests/OpenSim/Region/ScriptEngine/Common/.
Diffstat (limited to 'bin/inventory/LandmarksLibrary/LandmarksLibraryFolders.xml')
0 files changed, 0 insertions, 0 deletions