aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed the DotNetEngine scripting engine. You will need to create a fresh ch...John Hurliman2009-10-271-703/+0
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* Change the return value if the compiler to "object" to allow compilersMelanie2009-08-311-1/+1
* Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker2009-06-051-1/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* cleanupDr Scofield2009-03-251-1/+1
* Fixes Mantis #3289. Thank you kindly, Ewe Loon, for a patch that:Charles Krinke2009-03-151-10/+28
* Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-231-0/+37
* Refactor log4net logger handling in script engine. (#3148)Jeff Ames2009-02-221-25/+26
* Fix some compiler warnings. Minor formatting cleanup.Jeff Ames2009-02-131-4/+0
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-1/+1
* Mantis #2350idb2008-12-051-2/+3
* Comment the ScriptSponsor and restore the indefinite lifetime forMelanie Thielker2008-11-291-5/+5
* Attempt to give script objects a proper lease time (DNE and xengine). Relies ...Tedd Hansen2008-11-261-0/+9
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-3/+2
* Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker2008-10-031-0/+17
* Plumb in the start parameter in DNEMelanie Thielker2008-10-031-0/+10
* Add explicit CultureInfo to the script compile thread in DotNetEngine toMelanie Thielker2008-09-281-0/+4
* Stop DNE saying "Loading script" when it's actually unloading.Melanie Thielker2008-09-271-2/+4
* Add friendly error messages to both engines.Melanie Thielker2008-09-271-1/+4
* Kill "Compile successful" message when rezzing prims/wearing attachmentsMelanie Thielker2008-09-261-2/+2
* Finishing the code cleanup in DNE, make llDie work again in DNE.Melanie Thielker2008-09-261-7/+3
* Pluggable API module (XEngine style) support for DNEMelanie Thielker2008-09-261-7/+14
* Compiler Connection! One world, one compiler!Melanie Thielker2008-09-261-19/+20
* 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