Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-06-09 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -101/+101 | |
2008-06-09 | Mantis#1469. Thank you kindly, Mikem for a patch that addresses: | Charles Krinke | 1 | -0/+101 | |
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/. | |||||
2008-06-06 | Fixed a build problem with r5019 (Mikems patch) | Johan Berntsson | 2 | -0/+0 | |
2008-06-06 | Minor formatting cleanup. | Jeff Ames | 2 | -16/+16 | |
2008-06-06 | Update svn properties. | Jeff Ames | 2 | -691/+691 | |
2008-06-05 | Mantis#1451. Thank you kindly, mikem for additional | Charles Krinke | 2 | -0/+691 | |
tests for LSL types and strings. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 4 | -10/+10 | |
2008-05-14 | Formatting cleanup. | Jeff Ames | 3 | -14/+8 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 4 | -7/+3 | |
(this took a while to run). | |||||
2008-04-02 | changing more references to OpenSim.Data | Sean Dague | 1 | -3/+3 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 8 | -210/+201 | |
2008-03-04 | Added copyright heaaders. Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-03-03 | * Removed a bunch of compiler warnings. | Adam Frisby | 1 | -1/+1 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-17 | Added copyright notices. | Jeff Ames | 6 | -2/+169 | |
2008-02-08 | update eol-style | Justin Clarke Casey | 5 | -280/+280 | |
2008-02-08 | * Applying mantis 339 patches round 2 -- Thanks daedius | Adam Frisby | 5 | -0/+280 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 2 | -2/+4 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-01-25 | * Stubbed out beginnings of a user server stress test | Justin Clarke Casey | 1 | -0/+43 | |
* Does absolutely nothing at the moment | |||||
2007-10-25 | apply http://bug.opensecondlife.org/view.php?id=512 from chillken | Sean Dague | 1 | -1/+1 | |
which cleans up the verbose logic | |||||
2007-10-19 | get rid of all the ^M line endings | Sean Dague | 2 | -1043/+1043 | |
2007-10-15 | * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵ | lbsa71 | 1 | -0/+28 | |
messages. Thanks Chillken! | |||||
2007-10-10 | Added unit tests, based on nunit for the IInventoryData | Tleiades Hax | 2 | -0/+1015 | |