aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-17More ScriptEngine cleanupTedd Hansen3-2586/+0
2008-09-09From: alan_webb@us.ibm.comSean Dague1-0/+3
Make CHANGED constants consistent with LSL, and consistent across the code base
2008-07-31Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERAMelanie Thielker1-0/+1
Fixes Mantis #1861
2008-07-31-make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur1-2/+2
used in scripts -cast from bool to LSL{Integer,Float,String} so functions such as `integer isZero(integer x) { return (x == 0); }` work -progress on issue 1863
2008-05-26This cleans up a merge mess from the earlier checkin and implements ↵Dr Scofield1-5/+5
llOwnerSay() via the newly created Scene.SimBroadcast() call.
2008-05-16Formatting cleanup.Jeff Ames2-3/+3
2008-03-18Formatting cleanup.Jeff Ames3-82/+77
2008-03-17From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague1-1/+3
Here's a diff of the changes I have made in support of the following LSL script functions. llSetScriptState llGetScriptState llCSV2List llListRandomize llList2ListStrided llListFindList llResetOtherScript llGetScriptName It was necessary to modify ExecutorBase in support of the ScriptState implementations. I also modified SceneObjectPart and SceneObjectPart.Inventory to corrects a quoting mismatch in the commentary that through off live parsing of the files. I also simplified the State definition at the start of BuiltinCommands.
2008-02-20Minor cleanup.Jeff Ames3-3/+3
2008-02-05Converted logging to use log4net.Jeff Ames1-1/+3
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2007-10-30* Optimized usingslbsa713-399/+1728
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa713-0/+84
messages. Thanks Chillken!
2007-10-05Some more work on new ScriptEngine.Tedd Hansen3-0/+1170