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