aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/ScriptBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-29Comment the ScriptSponsor and restore the indefinite lifetime forMelanie Thielker1-4/+4
scripts until that can be better debugged
2008-11-27Test commit.. just contains div trace and other stuff.Tedd Hansen1-7/+17
2008-11-26Attempt to give script objects a proper lease time (DNE and xengine). Relies ↵Tedd Hansen1-5/+8
on GC. Also removed lease for LSL_Api as it strictly speaking should not be MarshalByRef. Or should it? If so I broke scripting! :)
2008-11-06Mantis #2571Melanie Thielker1-0/+7
Thank you, idb, for a patch that fixes the jump function in LSL.
2008-10-28Mantis #2486Melanie Thielker1-2/+7
Thank you, nlin, for a patch that fixes serialization of vector and quaternion types for script state.
2008-09-21Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-09-20XEngine: Fix loading lists from saved stateMelanie Thielker1-1/+1
2008-09-20Fix up some ScriptBase detailsMelanie Thielker1-10/+9
2008-09-20* Fix build error, (maybe)Teravus Ovares1-3/+4
* Might break something.. hard to say.. 0.o
2008-09-20XEngine: Fix llGetListEntryType to return the correct type for the LSL types.Melanie Thielker1-2/+18
Change serialization to omit types it can't deal with.
2008-09-19Fix issue introduces by a fix in 6256. Fixes mantis #2214Melanie Thielker1-4/+6
2008-09-18Fix list reset behavior, and thereby squash one warningMelanie Thielker1-1/+1
2008-09-10Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
Fix unreachable code due to typo in llDetectedGroup.
2008-09-09Fix llResetScript() and the reset button to actually restore globalMelanie Thielker1-7/+30
variables to their initializer values, rather then zeroing them. Also handles lists properly now.
2008-08-27Refactor Executor into the script app domain and IScript. This changesMelanie Thielker1-0/+14
an implicit reference into a proxied one and further reduces memory consumption of XEngine
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-07-11Patch #9140 (Mantis #1683)Melanie Thielker1-0/+14
Add LifetimeService overrides to all MarshalByRef derived classes to prevent the remoting interfaces from expiring.
2008-06-25Minor formatting cleanup.Jeff Ames1-3/+3
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa711-0/+124
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!