| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix: warnings from libomv | Dr Scofield | 2008-09-08 | 5 | -1/+17 |
* | Use older ExpectedException attribute format. Previously tests were failing o... | Mike Mazur | 2008-09-08 | 1 | -2/+2 |
* | Implement proper persistence of the following prim properties: | Melanie Thielker | 2008-09-08 | 13 | -15/+100 |
* | Implement llEjectFromLand. | Charles Krinke | 2008-09-08 | 2 | -2/+24 |
* | I inadvertently edited out llGroundSlope, llGroundNormal | Charles Krinke | 2008-09-08 | 1 | -6/+36 |
* | Add implementation for llSetSoundRadius(). | Charles Krinke | 2008-09-08 | 2 | -38/+9 |
* | Remove trailing whitespace. | Mike Mazur | 2008-09-08 | 1 | -25/+25 |
* | Add Adam's llGroundSlope, llGroundNormal and | Charles Krinke | 2008-09-08 | 1 | -7/+36 |
* | * Implements llGroundSlope, llGroundNormal and llGroundContour in LSL_Api.cs ... | Adam Frisby | 2008-09-07 | 1 | -6/+36 |
* | Revert the removal of the commented out | Charles Krinke | 2008-09-07 | 1 | -1/+56 |
* | Xengine patch to force a persistence save on script creation. This prevents | Melanie Thielker | 2008-09-07 | 3 | -9/+52 |
* | Mantis #2138 | Melanie Thielker | 2008-09-07 | 2 | -4/+4 |
* | Mantis #2142 | Melanie Thielker | 2008-09-07 | 4 | -32/+51 |
* | Return 0 for no wind and 0 for no clouds from | Charles Krinke | 2008-09-07 | 2 | -4/+0 |
* | * Fixes linking using the new types. | Teravus Ovares | 2008-09-07 | 1 | -1/+1 |
* | Convert TestStringsWithEscapedQuotesAndComments to use concatenated expected ... | Mike Mazur | 2008-09-07 | 1 | -20/+9 |
* | * On a failing login, don't bother trying the default region if it's the same... | Justin Clarke Casey | 2008-09-07 | 1 | -4/+8 |
* | * Increase expect_user XMLRPC timeout from 6 to 30 seconds | Justin Clarke Casey | 2008-09-07 | 1 | -1/+1 |
* | * Improve login failure handling. | Justin Clarke Casey | 2008-09-07 | 5 | -43/+38 |
* | * refactor: Remove duplication in UserLoginService where most of the emergenc... | Justin Clarke Casey | 2008-09-07 | 1 | -260/+170 |
* | Clean up some of the nonsensical use of ScriptSleep | Charles Krinke | 2008-09-07 | 1 | -56/+1 |
* | * minor: for now, print out the exception if logging into the initially selec... | Justin Clarke Casey | 2008-09-07 | 1 | -3/+3 |
* | * minor: Clean up of logging messages to make following the client login proc... | Justin Clarke Casey | 2008-09-07 | 7 | -61/+113 |
* | * minor: just minor doc and tidy up | Justin Clarke Casey | 2008-09-07 | 3 | -4/+28 |
* | Remove a few of the commented out "NotImplemented" | Charles Krinke | 2008-09-07 | 1 | -13/+0 |
* | Mantis#2136. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-09-06 | 1 | -7/+5 |
* | * This changes gridcomms types back to our home grown wholy controlled types. | Teravus Ovares | 2008-09-06 | 6 | -26/+77 |
* | * Addresses the same issue as last commit on SceneObjectGroup border crossings | Teravus Ovares | 2008-09-06 | 1 | -0/+8 |
* | * Fixes a few type changes that caused the XML Format to break. | Teravus Ovares | 2008-09-06 | 2 | -1/+7 |
* | Brushing rust of ye old commit | Tedd Hansen | 2008-09-06 | 3 | -6/+3 |
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 28 | -37/+36 |
* | * Replace a Try/catch I commented out while testing/fixing issues. | Teravus Ovares | 2008-09-06 | 1 | -8/+8 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 378 | -7036/+6701 |
* | more unit test cross-platform compatibility tweaks | Dahlia Trimble | 2008-09-06 | 1 | -214/+195 |
* | Rolling back #6139 because there is no consensus on it's application. | Melanie Thielker | 2008-09-06 | 1 | -27/+1 |
* | Mantis #624 | Melanie Thielker | 2008-09-06 | 1 | -1/+27 |
* | more unit test tweaks in the name of cross-platform compatibility | Dahlia Trimble | 2008-09-06 | 1 | -143/+137 |
* | * Add SampleMoneyModule patch from mantis #2079 | Justin Clarke Casey | 2008-09-06 | 1 | -11/+19 |
* | Revert changes to TestStringsWithEscapedQuotesAndComments() so it will work i... | Dahlia Trimble | 2008-09-06 | 1 | -9/+21 |
* | * refactor: Make SOG itself responsible for checking whether it's already bee... | Justin Clarke Casey | 2008-09-06 | 2 | -12/+10 |
* | reformatted some of unit test standards to allow them to work when OpenSim is... | Dahlia Trimble | 2008-09-06 | 1 | -174/+159 |
* | * minor: change hard tabs back to spaces in previous commit | Justin Clarke Casey | 2008-09-06 | 2 | -3/+3 |
* | * Fix mantis 2130 - nre occuring sometimes when the regular prim update sweep... | Justin Clarke Casey | 2008-09-06 | 3 | -19/+7 |
* | * Blind fix what looks like a bug in the new land MSSQL code | Justin Clarke Casey | 2008-09-06 | 1 | -1/+1 |
* | * Remove lots of warnings from the CMS module | Justin Clarke Casey | 2008-09-06 | 8 | -15/+14 |
* | Mantis#2093. Thank you kindly, Ewe Loon for a patch that: | Charles Krinke | 2008-09-05 | 1 | -48/+48 |
* | Mantis#2048. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-09-05 | 1 | -8/+28 |
* | Mantis#2126. Thank you kindly, Ralphos for a patch that addresses: | Charles Krinke | 2008-09-05 | 3 | -8/+169 |
* | Thank you kindly, KrTaylor for a patch that adds: | Charles Krinke | 2008-09-05 | 1 | -3/+8 |
* | Mantis#2104. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 2008-09-05 | 1 | -3/+3 |