Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment the ScriptSponsor and restore the indefinite lifetime for | Melanie Thielker | 2008-11-29 | 1 | -4/+4 |
| | | | | | | scripts until that can be better debugged | ||||
* | Test commit.. just contains div trace and other stuff. | Tedd Hansen | 2008-11-27 | 1 | -7/+17 |
| | |||||
* | Attempt to give script objects a proper lease time (DNE and xengine). Relies ↵ | Tedd Hansen | 2008-11-26 | 1 | -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! :) | ||||
* | Mantis #2571 | Melanie Thielker | 2008-11-06 | 1 | -0/+7 |
| | | | | | | Thank you, idb, for a patch that fixes the jump function in LSL. | ||||
* | Mantis #2486 | Melanie Thielker | 2008-10-28 | 1 | -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 Ames | 2008-09-21 | 1 | -1/+1 |
| | |||||
* | XEngine: Fix loading lists from saved state | Melanie Thielker | 2008-09-20 | 1 | -1/+1 |
| | |||||
* | Fix up some ScriptBase details | Melanie Thielker | 2008-09-20 | 1 | -10/+9 |
| | |||||
* | * Fix build error, (maybe) | Teravus Ovares | 2008-09-20 | 1 | -3/+4 |
| | | | | | * Might break something.. hard to say.. 0.o | ||||
* | XEngine: Fix llGetListEntryType to return the correct type for the LSL types. | Melanie Thielker | 2008-09-20 | 1 | -2/+18 |
| | | | | | | Change serialization to omit types it can't deal with. | ||||
* | Fix issue introduces by a fix in 6256. Fixes mantis #2214 | Melanie Thielker | 2008-09-19 | 1 | -4/+6 |
| | |||||
* | Fix list reset behavior, and thereby squash one warning | Melanie Thielker | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-10 | 1 | -1/+1 |
| | | | | | Fix unreachable code due to typo in llDetectedGroup. | ||||
* | Fix llResetScript() and the reset button to actually restore global | Melanie Thielker | 2008-09-09 | 1 | -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 changes | Melanie Thielker | 2008-08-27 | 1 | -0/+14 |
| | | | | | | | an implicit reference into a proxied one and further reduces memory consumption of XEngine | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | Patch #9140 (Mantis #1683) | Melanie Thielker | 2008-07-11 | 1 | -0/+14 |
| | | | | | | | Add LifetimeService overrides to all MarshalByRef derived classes to prevent the remoting interfaces from expiring. | ||||
* | Minor formatting cleanup. | Jeff Ames | 2008-06-25 | 1 | -3/+3 |
| | |||||
* | * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵ | lbsa71 | 2008-06-24 | 1 | -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! |