aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs
diff options
context:
space:
mode:
authorCharles Krinke2008-06-09 01:06:59 +0000
committerCharles Krinke2008-06-09 01:06:59 +0000
commit0d07cf9dddbcfc31837b57631ca9987288ede15c (patch)
tree127f36a5d43a7b876da7800953418a19131bc548 /OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs
parent* Fixed it so you can do a lot more llDetected* methods in many additional si... (diff)
downloadopensim-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 'OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs')
0 files changed, 0 insertions, 0 deletions