aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Mike: added unit tests for the LSL compilerJohan Berntsson2008-07-081-0/+1303
|
* Update svn properties. Formatting cleanup.Jeff Ames2008-06-091-101/+101
|
* Mantis#1469. Thank you kindly, Mikem for a patch that addresses:Charles Krinke2008-06-091-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/.
* Fixed a build problem with r5019 (Mikems patch)Johan Berntsson2008-06-062-0/+0
|
* Minor formatting cleanup.Jeff Ames2008-06-062-16/+16
|
* Update svn properties.Jeff Ames2008-06-062-691/+691
|
* Mantis#1451. Thank you kindly, mikem for additional Charles Krinke2008-06-052-0/+691
| | | | | tests for LSL types and strings.
* Formatting cleanup.Jeff Ames2008-05-164-10/+10
|
* Formatting cleanup.Jeff Ames2008-05-143-14/+8
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-214-7/+3
| | | | (this took a while to run).
* changing more references to OpenSim.DataSean Dague2008-04-021-3/+3
|
* Formatting cleanup.Jeff Ames2008-03-188-210/+201
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-1/+1
|
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-031-1/+1
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* Added copyright notices.Jeff Ames2008-02-176-2/+169
|
* update eol-styleJustin Clarke Casey2008-02-085-280/+280
|
* * Applying mantis 339 patches round 2 -- Thanks daediusAdam Frisby2008-02-085-0/+280
|
* Converted logging to use log4net.Jeff Ames2008-02-052-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.
* * Stubbed out beginnings of a user server stress testJustin Clarke Casey2008-01-251-0/+43
| | | | | | * Does absolutely nothing at the moment
* apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague2007-10-251-1/+1
| | | | | | which cleans up the verbose logic
* get rid of all the ^M line endingsSean Dague2007-10-192-1043/+1043
|
* * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa712007-10-151-0/+28
| | | | messages. Thanks Chillken!
* Added unit tests, based on nunit for the IInventoryDataTleiades Hax2007-10-102-0/+1015