aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-23Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke1-0/+37
2009-02-22Refactor log4net logger handling in script engine. (#3148)Jeff Ames1-25/+26
2009-02-13Fix some compiler warnings. Minor formatting cleanup.Jeff Ames1-4/+0
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2008-12-05Mantis #2350idb1-2/+3
2008-11-29Comment the ScriptSponsor and restore the indefinite lifetime forMelanie Thielker1-5/+5
2008-11-26Attempt to give script objects a proper lease time (DNE and xengine). Relies ...Tedd Hansen1-0/+9
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-3/+2
2008-10-03Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker1-0/+17
2008-10-03Plumb in the start parameter in DNEMelanie Thielker1-0/+10
2008-09-28Add explicit CultureInfo to the script compile thread in DotNetEngine toMelanie Thielker1-0/+4
2008-09-27Stop DNE saying "Loading script" when it's actually unloading.Melanie Thielker1-2/+4
2008-09-27Add friendly error messages to both engines.Melanie Thielker1-1/+4
2008-09-26Kill "Compile successful" message when rezzing prims/wearing attachmentsMelanie Thielker1-2/+2
2008-09-26Finishing the code cleanup in DNE, make llDie work again in DNE.Melanie Thielker1-7/+3
2008-09-26Pluggable API module (XEngine style) support for DNEMelanie Thielker1-7/+14
2008-09-26Compiler Connection! One world, one compiler!Melanie Thielker1-19/+20
2008-09-26Yay! Common/ is gone! One API is achieved!Melanie Thielker1-4/+5
2008-09-26Add per-instance date to DNE to avoid serializing stuff 10 times a second.Melanie Thielker1-189/+140
2008-09-26Remove all the subclassing complexity and script server interfaces fromMelanie Thielker1-8/+452
2008-09-26Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker1-2/+8
2008-09-25Fixes an exception that is seen on regions running XEngine, where DNEMelanie Thielker1-8/+3
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker1-3/+4
2008-09-23Remove Common/LSL_Types.cs. Both script engines now use a single versionMelanie Thielker1-0/+1
2008-09-06Brushing rust of ye old commitTedd Hansen1-3/+3
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-6/+6
2008-08-18Formatting cleanup.Jeff Ames1-6/+6
2008-07-16Fix issue 1582. The maximum allowable length for a string passed to SimChat i...Mike Mazur1-1/+1
2008-07-12* On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey1-1/+1
2008-07-12* minor: just some null guards and name changes to make it clearer that prim ...Justin Clarke Casey1-9/+16
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+1
2008-06-28Mantis#1623. Thank you, Melanie for a patch that:Charles Krinke1-1/+7
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