aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-25Add the same delay factor in the XEngine section for the XEngineMelanie Thielker1-2/+18
2008-08-25Fix osAvatarPlayAnimation to actually do what it says on the boxMelanie Thielker1-1/+1
2008-08-25Mantis #2044Melanie Thielker1-9/+92
2008-08-23Thank you, salahzar, for a patch that adds llGetNumberOfSides and willMelanie Thielker1-2/+105
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker1-0/+1
2008-08-19Fixes the previous commit of llMakeLink for Shared/Melanie Thielker1-2/+2
2008-08-19Mantis #2001Melanie Thielker1-1/+31
2008-08-19Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs.Mike Mazur1-91/+96
2008-08-19Apply Godfrey's patch (originally in r5872) to Shared/LSL_Types.cs as well.Mike Mazur1-2/+94
2008-08-18Formatting cleanup.Jeff Ames12-187/+185
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-42/+42
2008-08-17Mantis#1974. Thank you BlueWall for a patch that:Charles Krinke1-0/+42
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-32/+32
2008-08-16Mantis#1971. Thank you kindly, BlueWall for a patch that:Charles Krinke1-2/+40
2008-08-16Update svn properties, minor formatting cleanup.Jeff Ames1-75/+75
2008-08-16Mantis#1964. Thank you kindly, BlueWall for a patch that:Charles Krinke1-3/+63
2008-08-16Mantis#1963. Thank you kindly, Krtaylor for a patch that solves:Charles Krinke1-0/+10
2008-08-16Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2-6/+7
2008-08-15Pantis #1957Melanie Thielker1-3/+11
2008-08-15Mantis #1961Melanie Thielker1-0/+34
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames1-1/+1
2008-08-15Thanks, krtaylor, for a patch that fixes llListSort() and llListRandomize() f...Mike Mazur1-1/+8
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker1-1/+1
2008-08-13Mantis#1942. Thank you kindly, Tyre for a patch that:Charles Krinke1-1/+2
2008-08-13Mantis#1934. Thank you Tyre for a patch that:Charles Krinke1-1/+11
2008-08-13Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke12-327/+992
2008-08-13Thank you, tyre, for a patch that fixes a null reference in LSLMelanie Thielker1-11/+10
2008-08-13Mantis#1925. Thank you, homerHorwitz for a patch that:Charles Krinke1-2/+3
2008-08-13Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker3-7/+123
2008-08-12Remove "static" from the AsyncCommand Manager to make it work properlyMelanie Thielker1-1/+1
2008-08-12Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-11* minor: replace hard tabs with soft 4 space tabs in previous patchJustin Clarke Casey1-6/+5
2008-08-11Mantis#1921. Thank you kindly, Leaf for a patch that:Charles Krinke1-9/+11
2008-08-10Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-08-08Mantis#1521. Thank you kindly, Lmmz for a patch that:Charles Krinke1-115/+139
2008-08-07Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke1-1/+28
2008-08-07Minor formatting cleanup.Jeff Ames1-10/+10
2008-08-01Mantis#1859. Thank you kindly, Lmmz for a patch that:Charles Krinke1-3/+3
2008-07-31Mantis#1868. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+1
2008-07-31Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea...Melanie Thielker2-2/+90
2008-07-31Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERAMelanie Thielker2-0/+3
2008-07-31Thank you, sacha magne, for a patch that implementsMelanie Thielker2-0/+4
2008-07-31Allow the list hack from issue 1863 to compile, however its behavior isMike Mazur1-7699/+7741
2008-07-31-make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur2-2/+26
2008-07-31Allow assignments in if/while/do-while control statements. Fix issue 1862.Mike Mazur1-7692/+8011
2008-07-31Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur2-10/+14
2008-07-31More LSL_Types implicit/explicit cast changes. Fix issue 1854.Mike Mazur1-3/+3
2008-07-30Thank you, HomerHorwitz, for a patch thatMelanie Thielker1-1/+10
2008-07-28When casting strings to int, use double.Parse() as strings may be floats. WithMike Mazur1-2/+4
2008-07-28-implement LSLString -> Quaternion explicit castMike Mazur1-0/+10