aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Consistency fix: Like llGetNumberOfNotecardLines, llGetNotecardLine ↵Homer Horwitz2008-09-201-1/+13
| | | | | | | | | | returns NULL_KEY on error now - Conformance fix: If the notecard can't be found, shout on DEBUG_CHANNEL as the docs state - Bug fix: Don't let llGetNotecardLine throw an exception on freshly created notecards
* XEngine: Fix llGetListEntryType to return the correct type for the LSL types.Melanie Thielker2008-09-201-5/+5
| | | | | | Change serialization to omit types it can't deal with.
* Guard LLRezObject against NaNMelanie Thielker2008-09-191-2/+4
|
* Mantis #2217Melanie Thielker2008-09-191-1/+9
| | | | | | | Guard against NaN being returned from llRotBetween. Return a zero rotation if the result is NaN.
* Fix llParcelMedia queries. Correct types and add a missing ToString() (XEngine)Melanie Thielker2008-09-181-3/+3
|
* Remove redundant permissions check in OSSL_Api.csMelanie Thielker2008-09-181-6/+0
|
* From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield2008-09-182-6/+193
| | | | | | | | Patch for new scripting method osParseJSON. also, a couple of warning bugs killed.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-181-3/+3
|
* Kan-Ed fix series.Melanie Thielker2008-09-181-2/+3
| | | | | | | | Correct a condition where a prim is linked before it has been persisted for the first time and is then persisted through it's former SOG with a bad offset position.
* Another pointless multiplication/division removedMelanie Thielker2008-09-181-2/+2
|
* XEngine API refactor. Fully implement ALL_SIDES with sanity checks.Melanie Thielker2008-09-181-88/+136
| | | | | | | Correct color handling functions to no longer return the inverse color. Remove pointless * 256 / 256 legacy constructs.
* Kan-Ed fix series.Melanie Thielker2008-09-181-31/+64
| | | | | | | | XEngine: Change a number of methods to use the new link part method. Fix ALL_SIDES for llSetColor, llSetTexture, llSetAlpha, llSetPrimitiveParams, llGetPrimitiveParams(PRIM_TEXTURE, PRIM_COLOR).
* Kan-Ed fix series.Melanie Thielker2008-09-181-91/+58
| | | | | | | XEngine: Introduce a common method to determine link parts to work on. Fix llSetLinkColor method.
* Kan-Ed fix series. Fix up llRezAtRoot and llRezObject, fix llCreateLinkMelanie Thielker2008-09-171-10/+5
| | | | | | to send a full update and do a persistence save.
* Kan-Ed fix series. Fix llTakeControls to behave as documented.Melanie Thielker2008-09-171-0/+8
| | | | | | | | | XEngine fixes: prevent queue overruns, prevent spamming when no key is down. Release controls when conflicting permissions are requested or permissions are refused later. Release when prim or script are deleted. Fixes Scene script instance deletion semantics.
* * Apply http://opensimulator.org/mantis/view.php?id=2206Justin Clarke Casey2008-09-171-2/+11
| | | | | | | * Fix/implement LSL group-related functions llDetectedGroup, llSameGroup * Thanks nlin
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-161-2/+2
|
* * Apply http://opensimulator.org/mantis/view.php?id=2205 with a few small tweaksJustin Clarke Casey2008-09-161-2/+2
| | | | | | | * LSL Conformance: llSetPayPrice should accept more than four arguments in list * Thanks kcozens!
* * Apply http://opensimulator.org/mantis/view.php?id=2204 (with a small tweak)Justin Clarke Casey2008-09-161-2/+12
| | | | | | | * Attached patch implements LSL llGetAgentSize() for DotNetEngine and XEngine. * Thanks Y. Nitta!
* * Apply http://opensimulator.org/mantis/view.php?id=2203Justin Clarke Casey2008-09-161-2/+68
| | | | | | | * Implementation of LSL llBreakLink and llBreakAllLinks * Thanks Y. Nitta!
* * Apply http://opensimulator.org/mantis/view.php?id=2202Justin Clarke Casey2008-09-161-2/+2
| | | | | | | * llGround causes Array out of bounds exception in KanEd#11 script * Thanks Y. Nitta!
* * minor: oops, remove a warning I just inserted myself - naughty boyJustin Clarke Casey2008-09-161-1/+1
|
* * minor: method documentationJustin Clarke Casey2008-09-163-4/+9
|
* Minor formatting cleanup.Jeff Ames2008-09-161-1/+1
|
* Finish up OSSL enable/disable options in XEngine.Melanie Thielker2008-09-151-8/+45
| | | | | | | Now each function can be allowed, subject to threat level, disabled, or restricted to certain UUIDs.
* Refactor the os functions allowed check into the threat check methodMelanie Thielker2008-09-151-184/+5
|
* Add the option to use Allow_osFunction = false for each OS functionMelanie Thielker2008-09-151-0/+11
| | | | | | in the XEngine section
* Add more granularity and a risk asessment system to the OSSL API in XEngine.Melanie Thielker2008-09-151-60/+254
| | | | | | | Adds the fix from Mantis #2197 in it's new form. Stage one of the scripting security changes, more to come.
* Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke2008-09-152-1/+51
| | | | | adds the new function osTeleportAgent().
* Added some further clipping to color- and alpha-values.Homer Horwitz2008-09-141-49/+51
|
* Mantis #2186Melanie Thielker2008-09-141-12/+12
| | | | | | Prevent illegal color values from being set.
* Fixed several cases of inverted colors and alpha in DNE and XEngine.Homer Horwitz2008-09-131-35/+35
| | | | | | Added clamping to 0.0 - 1.0 for R, G, B, and A.
* Update svn properties. Minor formatting cleanup. Fix some minor typos. ↵Jeff Ames2008-09-131-18/+2
| | | | Remove some old dead code.
* Mantis #2018Melanie Thielker2008-09-131-3/+0
| | | | | | | Read animation data from avataranimations.xml to allow default animations to be started and stopped by name from scripts.
* Mantis #2182Melanie Thielker2008-09-131-1/+1
| | | | | | Thank you, tyre, for a patch that fixes the sender UUID in scripted IM
* Fix some string to float casting nastiness. The "train script" nowMelanie Thielker2008-09-131-2/+3
| | | | | | | | | works. Also makes llGetFreeMemory return the constant 16384. LLGetFreeMemory is useless in SL, as it never goes up, only down. So, the only thing it is used for, in practice, is to detect an imminent stack/heap collision, a danger we don't have.
* Change all LSL functions to return LSL types instead of base types.Melanie Thielker2008-09-131-133/+95
| | | | | | | | | Remove some unused osFunctions that were left in the LSL function file from the separation way back when. Inline the osSetParcelMediaURL code to get rid of the osFunction. Really need to add a way for one API to call another.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-101-8/+8
| | | | | Fix unreachable code due to typo in llDetectedGroup.
* Mantis#2153. Thank you kindly, Godfrey for a patch that solves:Charles Krinke2008-09-101-0/+8
| | | | | | | osSetDynamicTextureData() produces error on console if ExtraParams passed empty string
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-2/+2
|
* Fix delimiter access from list for llParseStringKeepNullsMelanie Thielker2008-09-091-4/+4
|
* Remove casting nastiness in LSL_ApiMelanie Thielker2008-09-081-76/+76
|
* Correct state handling and state event masks. Prims will now showMelanie Thielker2008-09-081-30/+23
| | | | | | touch, pay, etc script states correctly.
* Adapt the unit tests to the new list rules, change some casts toMelanie Thielker2008-09-081-6/+7
| | | | | | new method for testing
* Mantis #2147Melanie Thielker2008-09-081-22/+24
| | | | | | | | | Thank you, ralphos, for a patch the adapts llSetColor and friends to a change in the underlying types. Also, thank you for a much cleaner way of casting types out of lists, which I will adopt throughout.
* Mantis #2144Melanie Thielker2008-09-081-3/+3
| | | | | | Adjust XEngine llSetAlpha to a change in the underlying type
* Mantis #2145Melanie Thielker2008-09-081-24/+24
| | | | | | Fix a number of casting issues in XEngine's API
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-081-5/+12
| | | | | | | | | 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.
* Implement llEjectFromLand.Charles Krinke2008-09-081-1/+12
|
* Add implementation for llSetSoundRadius().Charles Krinke2008-09-081-1/+1
|