aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Yay! Common/ is gone! One API is achieved!Melanie Thielker2008-09-261-4/+5
* Add per-instance date to DNE to avoid serializing stuff 10 times a second.Melanie Thielker2008-09-261-189/+140
* Remove all the subclassing complexity and script server interfaces fromMelanie Thielker2008-09-261-8/+452
* Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker2008-09-261-2/+8
* Fixes an exception that is seen on regions running XEngine, where DNEMelanie Thielker2008-09-251-8/+3
* Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker2008-09-251-3/+4
* Remove Common/LSL_Types.cs. Both script engines now use a single versionMelanie Thielker2008-09-231-0/+1
* Brushing rust of ye old commitTedd Hansen2008-09-061-3/+3
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-6/+6
* Formatting cleanup.Jeff Ames2008-08-181-6/+6
* Fix issue 1582. The maximum allowable length for a string passed to SimChat i...Mike Mazur2008-07-161-1/+1
* * On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey2008-07-121-1/+1
* * minor: just some null guards and name changes to make it clearer that prim ...Justin Clarke Casey2008-07-121-9/+16
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-1/+1
* Mantis#1623. Thank you, Melanie for a patch that:Charles Krinke2008-06-281-1/+7
* 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