| Commit message (Expand) | Author | Files | Lines |
2008-10-17 | * Fix an over compensation for bounciness on flat Primitive | Teravus Ovares | 1 | -3/+169 |
2008-10-17 | Fixed llDeleteSubList; the indices were swapped (Fixes Mantis#2399). | Homer Horwitz | 1 | -1/+1 |
2008-10-17 | * Added missing dependencies that was causing build to fail in windows. Mon... | Teravus Ovares | 2 | -0/+2 |
2008-10-16 | Fixed (mono-)script handling for SL viewer 1.21: | Homer Horwitz | 2 | -4/+23 |
2008-10-16 | * Apply http://opensimulator.org/mantis/view.php?id=2401 | Justin Clarke Casey | 1 | -1/+21 |
2008-10-16 | * Apply http://opensimulator.org/mantis/view.php?id=2405 | Justin Clarke Casey | 1 | -2/+4 |
2008-10-15 | Thanks, idb, for a patch that fixes Mantis#2400: | Homer Horwitz | 1 | -0/+4 |
2008-10-15 | Thanks to T. Sado and nlin for a patch that partially implements llGetAgentIn... | Dahlia Trimble | 1 | -2/+45 |
2008-10-15 | Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot(). | Dahlia Trimble | 1 | -1/+15 |
2008-10-13 | * Apply http://opensimulator.org/mantis/view.php?id=2249 | Justin Clarke Casey | 1 | -2/+15 |
2008-10-13 | * Remove warnings, including one which pointed out a bug | Justin Clarke Casey | 1 | -1/+0 |
2008-10-12 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-10-12 | Fix LSL bitwise Or | Melanie Thielker | 1 | -0/+6 |
2008-10-11 | Fix llSetPos to handle child prims correctly. This will fix linked | Melanie Thielker | 1 | -1/+8 |
2008-10-11 | * Change permission check for llParcelMediaCommandList to use the permissions | Homer Horwitz | 1 | -4/+5 |
2008-10-11 | Add shift operator overloads to LSLInteger. If you get error messages when | Melanie Thielker | 1 | -0/+10 |
2008-10-11 | 2nd stab at that prim loading nasty | Melanie Thielker | 1 | -3/+6 |
2008-10-11 | * Rework llParcelMediaCommandList | Homer Horwitz | 2 | -55/+184 |
2008-10-11 | Add a + operator to LSLString, otherwise you will end up with CIL strings if | Homer Horwitz | 1 | -0/+5 |
2008-10-10 | Fix an exception handling issue in XEngine | Melanie Thielker | 1 | -1/+1 |
2008-10-09 | * Apply http://opensimulator.org/mantis/view.php?id=2373 | Justin Clarke Casey | 1 | -73/+242 |
2008-10-09 | * Apply http://opensimulator.org/mantis/view.php?id=2370 | Justin Clarke Casey | 1 | -164/+16 |
2008-10-08 | * minor: remove compile warning | Justin Clarke Casey | 1 | -1/+1 |
2008-10-08 | Mantis#2352. Thank you kindly, Jonc for a patch that: | Charles Krinke | 1 | -2/+4 |
2008-10-08 | Mantis#1906. Thank you kindly, Idb for a patch that: | Charles Krinke | 1 | -18/+1 |
2008-10-08 | Fix friendly errors in DNE as well | Melanie Thielker | 1 | -11/+10 |
2008-10-07 | Adapt tests to new friendly errors and correct line numbers | Melanie Thielker | 1 | -2/+2 |
2008-10-07 | Restore "friendly errors" to the XEngine | Melanie Thielker | 4 | -30/+23 |
2008-10-07 | * Apply http://opensimulator.org/mantis/view.php?id=2345 | Justin Clarke Casey | 1 | -16/+12 |
2008-10-07 | * Apply http://opensimulator.org/mantis/view.php?id=1207 | Justin Clarke Casey | 1 | -1/+6 |
2008-10-07 | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -16/+13 |
2008-10-07 | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -2/+3 |
2008-10-06 | Mantis#2342. Thank you kindly, Ralphos for a patch that solves: | Charles Krinke | 1 | -78/+10 |
2008-10-06 | Revert r6697 patch as the build fails. | Charles Krinke | 1 | -6/+1 |
2008-10-06 | Mantis#2336. Thank you kindly, Ralphos for a patch that: | Charles Krinke | 1 | -3/+8 |
2008-10-06 | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 1 | -1/+6 |
2008-10-05 | Update svn properties, minor formatting cleanup. | Jeff Ames | 6 | -45/+45 |
2008-10-04 | Fix Mantis #2281: touch events in non-default states in DNE work again. | Homer Horwitz | 1 | -1/+1 |
2008-10-04 | Mantis#2316. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2 | -7/+31 |
2008-10-04 | Guard against negative scale set through LSL functions | Melanie Thielker | 1 | -0/+3 |
2008-10-03 | Fix: Mantis#2326: Fix: privilege escalation through attach from ground | Melanie Thielker | 2 | -2/+2 |
2008-10-03 | Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128) | Melanie Thielker | 7 | -15/+45 |
2008-10-03 | Plumb in the start parameter in DNE | Melanie Thielker | 2 | -1/+11 |
2008-10-03 | Mantis#2307. Thank you kindly, Godfrey for a patch that solves: | Charles Krinke | 1 | -11/+7 |
2008-10-03 | Mantis #2317 | Melanie Thielker | 4 | -3/+20 |
2008-10-02 | Mantis #2282. | Homer Horwitz | 1 | -1/+1 |
2008-10-01 | - Added SendScriptTeleportRequest to IClientView and classes implementing it. | Homer Horwitz | 1 | -2/+11 |
2008-09-30 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-09-30 | Mantis#2300. Thank you kindly, Idb for a patch that solves: | Charles Krinke | 3 | -32/+33 |
2008-09-29 | Mantis#2299. Thank you kindly, Idb for a patch that: | Charles Krinke | 3 | -12/+20 |