| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert TestStringsWithEscapedQuotesAndComments to use concatenated expected ... | Mike Mazur | 2008-09-07 | 1 | -20/+9 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 2 | -18/+18 |
* | more unit test cross-platform compatibility tweaks | Dahlia Trimble | 2008-09-06 | 1 | -214/+195 |
* | more unit test tweaks in the name of cross-platform compatibility | Dahlia Trimble | 2008-09-06 | 1 | -143/+137 |
* | Revert changes to TestStringsWithEscapedQuotesAndComments() so it will work i... | Dahlia Trimble | 2008-09-06 | 1 | -9/+21 |
* | reformatted some of unit test standards to allow them to work when OpenSim is... | Dahlia Trimble | 2008-09-06 | 1 | -174/+159 |
* | Mantis#2126. Thank you kindly, Ralphos for a patch that addresses: | Charles Krinke | 2008-09-05 | 1 | -0/+99 |
* | complete rationalization of unit tests that we currently run | Sean Dague | 2008-09-04 | 12 | -0/+0 |
* | normalize naming for OpenSim.Tests.Framework.dll | Sean Dague | 2008-09-04 | 1 | -0/+0 |
* | Mantis #2112 | Melanie Thielker | 2008-09-03 | 2 | -9/+90 |
* | Fix and reactivate the unit tests on the XEngine | Melanie Thielker | 2008-09-02 | 1 | -103/+102 |
* | Temporarily disable the unit tests for Shared/ until they can be updated. | Melanie Thielker | 2008-09-02 | 1 | -21/+21 |
* | First batch of the unit test changes for the new constants semantics | Melanie Thielker | 2008-09-02 | 1 | -89/+89 |
* | Adding unit test for issue 2006, though it's commented out as those compiler | Mike Mazur | 2008-08-20 | 1 | -1/+34 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -1/+1 |
* | * minor: rip out userserver stress project which never got filled out | Justin Clarke Casey | 2008-08-16 | 1 | -45/+0 |
* | Minor formatting cleanup. | Jeff Ames | 2008-08-07 | 1 | -8/+8 |
* | Thanks, M. Igarashi & nlin, for a patch that implements unary minus operator | Mike Mazur | 2008-07-31 | 1 | -2/+9 |
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 1 | -1/+1 |
* | Allow the list hack from issue 1863 to compile, however its behavior is | Mike Mazur | 2008-07-31 | 1 | -0/+25 |
* | -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can be | Mike Mazur | 2008-07-31 | 6 | -0/+126 |
* | Allow assignments in if/while/do-while control statements. Fix issue 1862. | Mike Mazur | 2008-07-31 | 1 | -0/+68 |
* | Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-while | Mike Mazur | 2008-07-31 | 1 | -0/+125 |
* | More LSL_Types implicit/explicit cast changes. Fix issue 1854. | Mike Mazur | 2008-07-31 | 2 | -54/+54 |
* | When casting strings to int, use double.Parse() as strings may be floats. With | Mike Mazur | 2008-07-28 | 2 | -2/+84 |
* | -implement LSLString -> Quaternion explicit cast | Mike Mazur | 2008-07-28 | 3 | -0/+105 |
* | Adding explicit cast from LSLFloat to LSLInteger. Work on issue 1822. | Mike Mazur | 2008-07-28 | 1 | -0/+71 |
* | -copy LSL_Types tests from Common/ to Shared/ | Mike Mazur | 2008-07-28 | 5 | -1/+823 |
* | Implement LSLFloat {+,-,*,/} LSLFloat operations. Fix issues 1532, 1701, 1824 & | Mike Mazur | 2008-07-27 | 1 | -0/+63 |
* | Add casts from integer to float. Fix issue 1822. | Mike Mazur | 2008-07-25 | 1 | -1/+31 |
* | -add test for newly introduced cast operators (issue 1818) | Mike Mazur | 2008-07-25 | 2 | -1/+16 |
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-07-24 | 1 | -7/+7 |
* | Refactor some tests. | Mike Mazur | 2008-07-24 | 3 | -344/+206 |
* | Replace implicit casts from LSLFloat to int and uint which were removed in | Mike Mazur | 2008-07-24 | 1 | -2/+2 |
* | First version of position mapping between LSL <-> C# implemented. | Mike Mazur | 2008-07-23 | 2 | -3/+123 |
* | Update svn properties. Fix some inconsistent newlines. | Jeff Ames | 2008-07-19 | 1 | -62/+62 |
* | Mantis#1755. Thank you kindly, Matth for a patch that solves: | Charles Krinke | 2008-07-16 | 1 | -2/+2 |
* | Mantis#1746. Thank you kindly, nlin for pointing out that | Charles Krinke | 2008-07-16 | 1 | -0/+62 |
* | Mantis#1728. Thank you kindly, Mikem for a patch that solves: | Charles Krinke | 2008-07-14 | 1 | -0/+35 |
* | Patch #9142 (No mantis) | Melanie Thielker | 2008-07-12 | 1 | -68/+68 |
* | Thanks Mike for another LSL compiler patch which fixes a bug where 'vector v=... | Johan Berntsson | 2008-07-11 | 1 | -1/+59 |
* | Patch from Mike: errors from the LSL/C# compilers are now reported to the use... | Johan Berntsson | 2008-07-10 | 1 | -0/+31 |
* | Patch from Mike: added unit tests for the LSL compiler | Johan Berntsson | 2008-07-08 | 1 | -0/+1303 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-06-09 | 1 | -101/+101 |
* | Mantis#1469. Thank you kindly, Mikem for a patch that addresses: | Charles Krinke | 2008-06-09 | 1 | -0/+101 |
* | Fixed a build problem with r5019 (Mikems patch) | Johan Berntsson | 2008-06-06 | 2 | -0/+0 |
* | Minor formatting cleanup. | Jeff Ames | 2008-06-06 | 2 | -16/+16 |
* | Update svn properties. | Jeff Ames | 2008-06-06 | 2 | -691/+691 |
* | Mantis#1451. Thank you kindly, mikem for additional | Charles Krinke | 2008-06-05 | 2 | -0/+691 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 4 | -10/+10 |