aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERAMelanie Thielker2008-07-311-0/+1
| | | | | | Fixes Mantis #1861
* -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur2008-07-311-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
* This cleans up a merge mess from the earlier checkin and implements ↵Dr Scofield2008-05-261-5/+5
| | | | | | | | llOwnerSay() via the newly created Scene.SimBroadcast() call.
* Formatting cleanup.Jeff Ames2008-05-162-3/+3
|
* Formatting cleanup.Jeff Ames2008-03-183-82/+77
|
* From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague2008-03-171-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.
* Minor cleanup.Jeff Ames2008-02-203-3/+3
|
* Converted logging to use log4net.Jeff Ames2008-02-051-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.
* * Optimized usingslbsa712007-10-303-399/+1728
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa712007-10-153-0/+84
| | | | messages. Thanks Chillken!
* Some more work on new ScriptEngine.Tedd Hansen2007-10-053-0/+1170