aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/ScriptBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis #2486Melanie Thielker2008-10-281-2/+7
| | | | | | | Thank you, nlin, for a patch that fixes serialization of vector and quaternion types for script state.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-211-1/+1
|
* XEngine: Fix loading lists from saved stateMelanie Thielker2008-09-201-1/+1
|
* Fix up some ScriptBase detailsMelanie Thielker2008-09-201-10/+9
|
* * Fix build error, (maybe)Teravus Ovares2008-09-201-3/+4
| | | | | * Might break something.. hard to say.. 0.o
* XEngine: Fix llGetListEntryType to return the correct type for the LSL types.Melanie Thielker2008-09-201-2/+18
| | | | | | Change serialization to omit types it can't deal with.
* Fix issue introduces by a fix in 6256. Fixes mantis #2214Melanie Thielker2008-09-191-4/+6
|
* Fix list reset behavior, and thereby squash one warningMelanie Thielker2008-09-181-1/+1
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-101-1/+1
| | | | | Fix unreachable code due to typo in llDetectedGroup.
* Fix llResetScript() and the reset button to actually restore globalMelanie Thielker2008-09-091-7/+30
| | | | | | | variables to their initializer values, rather then zeroing them. Also handles lists properly now.
* Refactor Executor into the script app domain and IScript. This changesMelanie Thielker2008-08-271-0/+14
| | | | | | | an implicit reference into a proxied one and further reduces memory consumption of XEngine
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
|
* Patch #9140 (Mantis #1683)Melanie Thielker2008-07-111-0/+14
| | | | | | | Add LifetimeService overrides to all MarshalByRef derived classes to prevent the remoting interfaces from expiring.
* Minor formatting cleanup.Jeff Ames2008-06-251-3/+3
|
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-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!