aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-28Formatting cleanup.Jeff Ames1-2/+2
2008-05-26This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield1-2/+2
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-2/+2
2008-05-25Thank you very much, Xantor for a patch that:Charles Krinke1-2/+28
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-05* Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares1-1/+1
2008-05-01* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...Teravus Ovares1-0/+2
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+1
2008-04-20Removed some script engine noise from consoleTedd Hansen1-3/+3
2008-03-18* Applied Grumly57 patch for #781; Thanks, Grumly!lbsa711-7/+7
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-24Ok, so NOW scripts work. New patch to break them coming soon.Tedd Hansen1-1/+1
2008-02-24Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ne...Tedd Hansen1-3/+1
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-1/+1
2008-02-06* Marking off which uses of catch (Exception e) is legit and which are not, f...Adam Frisby1-3/+3
2008-02-05Converted logging to use log4net.Jeff Ames1-12/+11
2008-02-05Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't w...Tedd Hansen1-1/+0
2008-02-02Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen1-7/+9
2008-02-02Added header/footer of scripts to make C# and VB scripts much easier to write.Tedd Hansen1-0/+3
2008-02-02Added load/unload queue size limitTedd Hansen1-3/+3
2008-02-02Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen1-3/+8
2008-02-02Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen1-8/+8
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-1/+1
2008-01-21Small bug in ResetScriptTedd Hansen1-7/+1
2008-01-17Added data structure to be passed through event execution queue so that event...Tedd Hansen1-1/+2
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-366/+72
2008-01-05Only one queue is used for load/unload of scripts.Tedd Hansen1-19/+22
2007-12-30Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen1-0/+11
2007-12-27* Optimized usingslbsa711-31/+34
2007-12-12Thanks to Alondria for:Charles Krinke1-14/+17
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-11-08converted hard-coded chat type values to ChatTypeEnumJeff Ames1-1/+2
2007-11-01ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...Tedd Hansen1-43/+59
2007-10-30* Optimized usingslbsa711-50/+51
2007-10-05getting all our line endings consistant againSean Dague1-1/+1
2007-09-18* Replaced usage of ClientView with IClientAPIlbsa711-2/+4
2007-09-17fixing me some line endingsSean Dague1-8/+8
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-7/+14
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa711-1/+1
2007-09-13implement llGetScale and llSetScaleSean Dague1-1/+1
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-408/+408
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-29/+29
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-28startup event on script added to object, not all inside object.Tedd Hansen1-6/+18
2007-08-26Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen1-26/+41
2007-08-26Fixed bug that occurs sometimes on script unload where queued script event wa...Tedd Hansen1-1/+10
2007-08-25Script compiler should now show error on correct line number in original LSL-...Tedd Hansen1-0/+2
2007-08-25Removal of script that was unable to compile no longer crashes server.Tedd Hansen1-11/+40
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-8/+10