| Commit message (Expand) | Author | Age | Files | Lines |
* | Mantis #2028 | Melanie Thielker | 2008-08-24 | 1 | -2/+104 |
* | Some complex re-ordering to make prebuild do what needed to be done. | Melanie Thielker | 2008-08-23 | 2 | -0/+2 |
* | Mantis#1990. Thank you kindly, Nlin and M.Igarashi for a patch that: | Charles Krinke | 2008-08-21 | 1 | -0/+6 |
* | Mantis #2001 | Melanie Thielker | 2008-08-19 | 1 | -1/+31 |
* | Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs. | Mike Mazur | 2008-08-19 | 1 | -0/+10 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 6 | -121/+121 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-16 | 2 | -114/+114 |
* | Mantis#1890. Thank you kindly, Godfrey, for a patch that addresses: | Charles Krinke | 2008-08-16 | 1 | -2/+94 |
* | Refactor a lot of direct calls to OGS1 to use the cached version instead. | Melanie Thielker | 2008-08-16 | 2 | -6/+7 |
* | Pantis #1957 | Melanie Thielker | 2008-08-15 | 1 | -3/+11 |
* | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 2008-08-15 | 2 | -2/+2 |
* | Thanks, krtaylor, for a patch that fixes llListSort() and llListRandomize() f... | Mike Mazur | 2008-08-15 | 1 | -1/+8 |
* | Make the estate owner work. Changes permissions checks to allow the | Melanie Thielker | 2008-08-14 | 1 | -1/+1 |
* | Mantis#1942. Thank you kindly, Tyre for a patch that: | Charles Krinke | 2008-08-13 | 1 | -1/+2 |
* | Mantis#1941. Thank you kindly, Tyre for a patch that | Charles Krinke | 2008-08-13 | 1 | -34/+4 |
* | Mantis#1934. Thank you Tyre for a patch that: | Charles Krinke | 2008-08-13 | 1 | -1/+11 |
* | Thank you, tyre, for a patch that fixes a null reference in LSL | Melanie Thielker | 2008-08-13 | 1 | -11/+10 |
* | Mantis#1925. Thank you, homerHorwitz for a patch that: | Charles Krinke | 2008-08-13 | 1 | -1/+30 |
* | From: Omar Vera Ustariz <ustariz@de.ibm.com> | Dr Scofield | 2008-08-13 | 3 | -7/+123 |
* | Minor formatting cleanup. | Jeff Ames | 2008-08-12 | 2 | -2/+2 |
* | * minor: replace hard tabs with soft 4 space tabs in previous patch | Justin Clarke Casey | 2008-08-11 | 1 | -6/+5 |
* | Mantis#1921. Thank you kindly, Leaf for a patch that: | Charles Krinke | 2008-08-11 | 1 | -10/+11 |
* | Mantis#1910. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-10 | 1 | -1/+5 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-10 | 1 | -1/+1 |
* | * Remove warnings | Justin Clarke Casey | 2008-08-09 | 1 | -1/+1 |
* | Mantis#1521. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-08 | 1 | -115/+139 |
* | Mantis#1899. Thank you kindly, Cmickeyb for a patch that: | Charles Krinke | 2008-08-07 | 3 | -11/+11 |
* | Mantis#1888. Thank you kindly, Tyre for a patch that: | Charles Krinke | 2008-08-07 | 1 | -0/+27 |
* | Minor formatting cleanup. | Jeff Ames | 2008-08-07 | 3 | -13/+13 |
* | * oops, fix build break from last checkin | Justin Clarke Casey | 2008-08-05 | 1 | -2/+2 |
* | * possible fix for event queue problems (exceptions and event count max excee... | Justin Clarke Casey | 2008-08-05 | 1 | -1/+17 |
* | Fix wrong bitmask value in script engine that would make a mess of | Melanie Thielker | 2008-08-04 | 1 | -1/+1 |
* | Mantis#1859. Thank you kindly, Lmmz for a patch that: | Charles Krinke | 2008-08-01 | 1 | -3/+3 |
* | Mantis#1868. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-07-31 | 1 | -1/+1 |
* | Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea... | Melanie Thielker | 2008-07-31 | 2 | -2/+91 |
* | Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERA | Melanie Thielker | 2008-07-31 | 2 | -0/+3 |
* | Thank you, sacha magne, for a patch that implements | Melanie Thielker | 2008-07-31 | 2 | -0/+4 |
* | Thanks, M. Igarashi & nlin, for a patch that implements unary minus operator | Mike Mazur | 2008-07-31 | 1 | -0/+5 |
* | -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can be | Mike Mazur | 2008-07-31 | 2 | -2/+26 |
* | More LSL_Types implicit/explicit cast changes. Fix issue 1854. | Mike Mazur | 2008-07-31 | 1 | -3/+3 |
* | Thank you, HomerHorwitz, for a patch that | Melanie Thielker | 2008-07-30 | 1 | -1/+10 |
* | When casting strings to int, use double.Parse() as strings may be floats. With | Mike Mazur | 2008-07-28 | 1 | -2/+4 |
* | -implement LSLString -> Quaternion explicit cast | Mike Mazur | 2008-07-28 | 1 | -0/+5 |
* | Adding explicit cast from LSLFloat to LSLInteger. Work on issue 1822. | Mike Mazur | 2008-07-28 | 1 | -0/+5 |
* | -copy LSL_Types tests from Common/ to Shared/ | Mike Mazur | 2008-07-28 | 1 | -3/+3 |
* | Re-fix r5681. Sorry for the inconvenience. We will now return you | Melanie Thielker | 2008-07-27 | 1 | -0/+1 |
* | Addresses Mantis #1611 | Melanie Thielker | 2008-07-27 | 1 | -0/+3 |
* | Addresses Mantis #1688 | Melanie Thielker | 2008-07-27 | 1 | -1/+1 |
* | Mantis#1831.Thank you kindly, Francis for a patch that addresses: | Charles Krinke | 2008-07-27 | 1 | -14/+10 |
* | Conversion from double to LSLInteger needs to be explicit. Fix issue 1826. | Mike Mazur | 2008-07-27 | 1 | -1/+1 |