aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement missing LSL TEXTURE_xxx constants including two new textures.idb2009-01-221-0/+8
| | | | | Fixes Mantis #3030
* Make ZERO_ROTATION.y a float. Fixes Mantis #2985.Mike Mazur2009-01-121-1/+1
|
* Added ATTACH_HUD_* constants fixes Mantis #2823idb2008-12-141-0/+8
|
* Implementation of the llDetectedTouch* functionsidb2008-12-051-0/+5
|
* Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames2008-11-301-26/+53
|
* Comment the ScriptSponsor and restore the indefinite lifetime forMelanie Thielker2008-11-291-4/+4
| | | | | | scripts until that can be better debugged
* Test commit.. just contains div trace and other stuff.Tedd Hansen2008-11-273-12/+27
|
* ScriptSponsor and LSL_Api are now MarshalByRefObjectTedd Hansen2008-11-261-1/+1
|
* Made ScriptSponsor serializableTedd Hansen2008-11-261-0/+1
|
* Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker2008-11-261-0/+1
| | | | | | | tables, and changed the database modules to actually push these doubles down into the database layer.
* Attempt to give script objects a proper lease time (DNE and xengine). Relies ↵Tedd Hansen2008-11-262-5/+25
| | | | on GC. Also removed lease for LSL_Api as it strictly speaking should not be MarshalByRef. Or should it? If so I broke scripting! :)
* Fix the PAY_HIDE and PAY_DEFAULT constants to be LSLIntegers and getMelanie Thielker2008-11-171-2/+2
| | | | | | accepted in the quick buttons list
* adding #pragma warnings to yprolog language supportDr Scofield2008-11-179-24/+22
|
* Mantis #2571Melanie Thielker2008-11-061-0/+7
| | | | | | Thank you, idb, for a patch that fixes the jump function in LSL.
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-11-061-0/+5
| | | | | | The following patch implements osMakeNotecard as specified on the OpenSim website
* From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2008-11-041-1/+6
| | | | | | | | | | This patch allows an object to directly message another object given its key using the method osMessageObject(key objectUUID,string message). to communicate with an object it must implement the dataserver listener method. The dataserver method is passed the key of the calling object and a string message.
* Mantis #2486Melanie Thielker2008-10-281-2/+7
| | | | | | | Thank you, nlin, for a patch that fixes serialization of vector and quaternion types for script state.
* Mantis #2438Melanie Thielker2008-10-201-1/+1
| | | | | | Fix llSetVehicleFloatParam to accept LSL_Float
* * Rework llParcelMediaCommandListHomer Horwitz2008-10-111-0/+3
| | | | | | | | * Add missing PARCEL_MEDIA_COMMAND_* constants * Fix a copy/paste error in SendParcelMediaUpdate llParcelMediaCommandList should work now
* Restore "friendly errors" to the XEngineMelanie Thielker2008-10-071-7/+10
|
* Mantis#2336. Thank you kindly, Ralphos for a patch that:Charles Krinke2008-10-061-3/+8
| | | | | | | | Prevent EventAbortException inner exceptions of TargetInvocationException being re-thrown from OpenSim.Region.ScriptEngine.Shared.ScriptBase. Executor.ExecuteEvent
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-052-18/+18
|
* Mantis#2316. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-10-041-2/+14
| | | | | | | | | | | | Addresses llDie issues. The attached patch catches run time exceptions that occur during method invocation (of type TargetInvocationException) and exposes the internal exception. This makes it possible to pass out the SelfDeleteException. Also added handlers in a couple places to make sure that exception was being passed out far enough to be handled correctly. Tested on DNE.
* Mantis #2317Melanie Thielker2008-10-031-0/+5
| | | | | | | | Thank you, fusspawn, for an implementation of osGetSimulatorVersion. This patch removes the llRequestSimulatorData(..., 128) hack and implements the functionality as an osFunction.
* Mantis#2300. Thank you kindly, Idb for a patch that solves:Charles Krinke2008-09-301-16/+16
| | | | | | | | | A number of the deprecated functions had missing parameters causing compile errors. These included: llSound, llMakeExplosion, llMakeFountain, llMakeSmoke, llMakeFire, llPointAt, llXorBase64Strings, llSetPrimURL
* Mantis#2299. Thank you kindly, Idb for a patch that:Charles Krinke2008-09-291-4/+4
| | | | | | | | | | OS/SL script conformance, implement llSoundPreload and llRemoteLoadScript to behave as in SL. In SL llSoundPreload appears to do nothing. In OS llRemoteLoadScript shouts an error when invoked "Deprecated. Please use llRemoteLoadScriptPin instead."
* Thank you, idb, for a patch that implements the stubs for llGetAgentLanguage()Melanie Thielker2008-09-261-0/+5
|
* Bringing the OSSLPrim back. Prim.Rotation, etc, will now work again.Melanie Thielker2008-09-261-0/+187
| | | | | | As a bonus, the OSSLPrim has now come to XEngine, too!
* Implement LSL-function llSetClickAction.Homer Horwitz2008-09-251-0/+10
|
* Mantis #2243Melanie Thielker2008-09-231-665/+710
| | | | | | | | Thank you, tyre, for a patch that refactors LSL to use a unified set of method signatures and type names, reorders methods and removes unused and adds new method stubs.
* Mantis#2233. Thank you kindly, Idb, for a patch that solves:Charles Krinke2008-09-211-0/+7
| | | | | | The constants for llGetParcelDetails were missing for DotNetEngine and XEngine.
* 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
|
* From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield2008-09-181-0/+5
| | | | | | | | Patch for new scripting method osParseJSON. also, a couple of warning bugs killed.
* Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke2008-09-151-0/+12
| | | | | adds the new function osTeleportAgent().
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-101-1/+1
| | | | | Fix unreachable code due to typo in llDetectedGroup.
* From: alan_webb@us.ibm.comSean Dague2008-09-091-0/+2
| | | | | | | Make CHANGED constants consistent with LSL, and consistent across the code base
* 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.
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-081-1/+1
| | | | | | | | | Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite.
* Mantis #2133Melanie Thielker2008-09-061-2/+1
| | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-1/+1
| | | | | | cleanup: warnings, readability
* Another attempt at fixing XEngine llSetPrimitiveParams: Make it acceptMelanie Thielker2008-09-011-2/+2
| | | | | | | LSLIntegers in lists, and attempt to address the scope issue on TRUE and FALSE with readonly static linkage
* Refactor Executor into the script app domain and IScript. This changesMelanie Thielker2008-08-273-0/+255
| | | | | | | an implicit reference into a proxied one and further reduces memory consumption of XEngine
* Formatting cleanup.Jeff Ames2008-08-184-53/+53
|
* Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-08-1312-327/+992
| | | | | | | | | | | * Yield Prolog 1.0.1 Released : it passes all but 9 of the 421 tests in the ISO Prolog test suite (97.8%) . * support dynamic predicates and rules. * support 'import' to use external static functions improves connection to C# functions * Matches Yield Prolog r831