aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-17More ScriptEngine cleanupTedd Hansen1-635/+0
2008-05-26This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield1-1/+0
2008-05-14Formatting cleanup.Jeff Ames1-19/+19
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-10-30* Optimized usingslbsa711-7/+8
2007-10-05Some more work on new ScriptEngine.Tedd Hansen1-1/+1
2007-09-17fixing me some line endingsSean Dague1-1/+1
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-2/+2
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-635/+635
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-04Some work on Module loading/management.MW1-0/+3
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-0/+1
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen1-85/+85
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen1-0/+2
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen1-1/+1
2007-08-17krinkec's updates to ll* interface and functions.Tedd Hansen1-2/+2
2007-08-15Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a...Tedd Hansen1-236/+236
2007-08-15* Applying ckrinke's LSL baseclass changes (Thanks!)Adam Frisby1-32/+60
2007-08-15* New LSL functionsAdam Frisby1-1/+1
2007-08-14krinkec's updates to ll* interface and functionsTedd Hansen1-85/+178
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen1-2/+2
2007-08-13krinkec's updates to ll* interface and functionsTedd Hansen1-121/+261
2007-08-12Code comments and cleanup, correct datatypes for key, vector, rotation, (hope...Tedd Hansen1-28/+28
2007-08-10Renamed Compiler.LSL to Compiler.LSOTedd Hansen1-1/+1
2007-08-09Removed spaces from directory namesTedd Hansen1-0/+0
2007-08-09Merged OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL into OpenSim.ScriptEngi...Tedd Hansen1-0/+0
2007-08-08Added ScriptEngine.DotNetEngineTedd Hansen1-0/+368