| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mantis#2352. Thank you kindly, Jonc for a patch that: | Charles Krinke | 2008-10-08 | 1 | -2/+4 |
* | Mantis#1906. Thank you kindly, Idb for a patch that: | Charles Krinke | 2008-10-08 | 1 | -18/+1 |
* | Adapt tests to new friendly errors and correct line numbers | Melanie Thielker | 2008-10-07 | 1 | -2/+2 |
* | Restore "friendly errors" to the XEngine | Melanie Thielker | 2008-10-07 | 3 | -29/+22 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2345 | Justin Clarke Casey | 2008-10-07 | 1 | -16/+12 |
* | * Apply http://opensimulator.org/mantis/view.php?id=1207 | Justin Clarke Casey | 2008-10-07 | 1 | -1/+6 |
* | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2008-10-07 | 1 | -16/+13 |
* | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2008-10-07 | 1 | -2/+3 |
* | Mantis#2342. Thank you kindly, Ralphos for a patch that solves: | Charles Krinke | 2008-10-06 | 1 | -78/+10 |
* | Revert r6697 patch as the build fails. | Charles Krinke | 2008-10-06 | 1 | -6/+1 |
* | Mantis#2336. Thank you kindly, Ralphos for a patch that: | Charles Krinke | 2008-10-06 | 1 | -3/+8 |
* | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 2008-10-06 | 1 | -1/+6 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-05 | 5 | -27/+27 |
* | Mantis#2316. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-10-04 | 1 | -2/+14 |
* | Guard against negative scale set through LSL functions | Melanie Thielker | 2008-10-04 | 1 | -0/+3 |
* | Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128) | Melanie Thielker | 2008-10-03 | 3 | -13/+22 |
* | Mantis#2307. Thank you kindly, Godfrey for a patch that solves: | Charles Krinke | 2008-10-03 | 1 | -11/+7 |
* | Mantis #2317 | Melanie Thielker | 2008-10-03 | 4 | -3/+20 |
* | - Added SendScriptTeleportRequest to IClientView and classes implementing it. | Homer Horwitz | 2008-10-01 | 1 | -2/+11 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-30 | 1 | -1/+1 |
* | Mantis#2300. Thank you kindly, Idb for a patch that solves: | Charles Krinke | 2008-09-30 | 3 | -32/+33 |
* | Mantis#2299. Thank you kindly, Idb for a patch that: | Charles Krinke | 2008-09-29 | 3 | -12/+20 |
* | From: rob smart (smartrob@uk.ibm.com) | Dr Scofield | 2008-09-29 | 1 | -6/+22 |
* | Mantis #2293 | Melanie Thielker | 2008-09-29 | 1 | -0/+3 |
* | Implement the plumbing for llSetVehicleType from the LSL | Charles Krinke | 2008-09-28 | 1 | -1/+7 |
* | Added the plumbing for llSetVehicleRotationParam | Charles Krinke | 2008-09-28 | 1 | -1/+14 |
* | A little bit further with LLSetVehicleVectorParam. | Charles Krinke | 2008-09-28 | 1 | -1/+8 |
* | Plumb the connection though from llSetVehicleVectorParam | Charles Krinke | 2008-09-28 | 1 | -1/+1 |
* | Mantis #1922 | Melanie Thielker | 2008-09-28 | 2 | -1/+2 |
* | Remove llSetVehicledoubleParam. It does not exist. | Charles Krinke | 2008-09-28 | 1 | -6/+0 |
* | Plumb the connection through from llSetVehicleFloatParam | Charles Krinke | 2008-09-28 | 1 | -1/+8 |
* | Mantis#2287. Thank you kindly, Idb for a patch that solves: | Charles Krinke | 2008-09-28 | 1 | -5/+58 |
* | Update unit tests | Melanie Thielker | 2008-09-27 | 1 | -13/+6 |
* | Add friendly error messages to both engines. | Melanie Thielker | 2008-09-27 | 3 | -75/+220 |
* | Mantis #2277 | Melanie Thielker | 2008-09-26 | 2 | -2/+1 |
* | Fix listeners in multi-region instances | Melanie Thielker | 2008-09-26 | 1 | -3/+3 |
* | Thank you, idb, for a patch that implements the stubs for llGetAgentLanguage() | Melanie Thielker | 2008-09-26 | 3 | -0/+13 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 2 | -21/+27 |
* | Compiler Connection! One world, one compiler! | Melanie Thielker | 2008-09-26 | 1 | -2/+2 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2274 | Justin Clarke Casey | 2008-09-26 | 1 | -1/+3 |
* | Bringing the OSSLPrim back. Prim.Rotation, etc, will now work again. | Melanie Thielker | 2008-09-26 | 2 | -1/+187 |
* | Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs. | Melanie Thielker | 2008-09-26 | 5 | -8312/+8232 |
* | Mantis#2265. Thank you kindly, Idb for a patch that: | Charles Krinke | 2008-09-26 | 1 | -2/+1 |
* | Implement LSL-function llSetClickAction. | Homer Horwitz | 2008-09-25 | 2 | -1/+13 |
* | Implement LSL-function llGetRegionAgentCount. | Homer Horwitz | 2008-09-25 | 1 | -2/+1 |
* | Add an extension to allow registering multiple interfaces of a type with | Melanie Thielker | 2008-09-25 | 2 | -62/+66 |
* | Mantis#2017. Thank you kindly, Tyre, for a patch that solves: | Charles Krinke | 2008-09-25 | 1 | -1/+1 |
* | CONVERGENCE!!!!!! | Melanie Thielker | 2008-09-25 | 2 | -8221/+8300 |
* | Convergence is almost complete. This brings the diff between the API to < 10k | Melanie Thielker | 2008-09-25 | 7 | -92/+80 |
* | Mantis#2123. Thank you kindly, Idb for a patch that solves: | Charles Krinke | 2008-09-25 | 1 | -2/+20 |