aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-17More ScriptEngine cleanupTedd Hansen1-2290/+0
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-3/+3
2008-05-28Formatting cleanup.Jeff Ames1-4/+4
2008-05-27updating URL for LSL status.Dr Scofield1-1/+1
2008-05-27I'm dropping the ISimChat interface as that has now been Dr Scofield1-1/+0
2008-05-26This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield1-8/+14
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-1/+3
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-7/+7
2007-11-08converted hard-coded chat type values to ChatTypeEnumJeff Ames1-7/+3
2007-10-30* Optimized usingslbsa711-360/+1459
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-2/+2
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-1/+1
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright messa...lbsa711-0/+28
2007-10-05Some more work on new ScriptEngine.Tedd Hansen1-62/+9
2007-10-05Code from Illumious Beltran (IBM) implementing more LSLSean Dague1-7/+60
2007-10-05getting all our line endings consistant againSean Dague1-132/+132
2007-09-30Applied ckrinke's patch for #453. Thanks Charles! :)Dalien Talbot1-2/+132
2007-09-17fixing me some line endingsSean Dague1-1031/+1031
2007-09-16Fixed missing Axiom references.Brian McBee1-0/+1
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-20/+40
2007-09-15Implemented: llStringToBase64, llBase64ToString, llXorBase64Strings, llXorBas...Tedd Hansen1-7/+57
2007-09-15Bugfixed: llListRandomizeTedd Hansen1-7/+69
2007-09-15llList2Key, llList2Rot, llList2ListTedd Hansen1-3/+9
2007-09-15Implemented llList2CSV, llCSV2List, llListRandomize, llList2Vector, llListFin...Tedd Hansen1-13/+118
2007-09-15Will display error in main chat if unsupported llFunction is used.Tedd Hansen1-814/+787
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa711-3/+3
2007-09-14more fun with LSL implementationsSean Dague1-16/+11
2007-09-13llSetPos(), llGetPos(), llGetLocalPos() now implementedSean Dague1-4/+39
2007-09-13implement llGetScale and llSetScaleSean Dague1-4/+18
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-770/+770
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-1/+1
2007-09-11Fixing namespace problems MW1-4/+5
2007-09-11Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. I...MW1-21/+116
2007-09-04Some work on Module loading/management.MW1-0/+19
2007-08-27Stopped EntityBase from implementing IScriptHost, as don't think it should, m...MW1-2/+2
2007-08-27Another small tweak to image sending.MW1-3/+7
2007-08-27Fixing llList2double issue (Thanks ldvoipeng)Brian McBee1-1/+1
2007-08-26llList-commands from ldvoipeng, new Default.lsl from dalienTedd Hansen1-14/+83
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-8/+17
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-0/+18
2007-08-23Lowered priority of script threads. Executing state_entry() event on script rez.Tedd Hansen1-9/+0
2007-08-23More lsl functions (thanks to ldviopeng and wjordan!)Brian McBee1-9/+40
2007-08-20Some minor changes + krinkec's updates to ll* functions.Tedd Hansen1-9/+66
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-3/+4
2007-08-18Script loads into separate AppDomain without errors. Events and llFunctions n...Tedd Hansen1-1/+1
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen1-90/+91
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen1-2/+4