aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-201-65/+59
| | | | | | | | lsl conformity, llPushObject incorrectly restricts the pushing of objects based on region and parcel flags
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-191-1/+15
| | | | | | | llWind always returns a zero vector. In the attached patch the WindModule has been changed slightly to make wind data available for llWind
* * Fix an over compensation for bounciness on flat PrimitiveTeravus Ovares2008-10-171-3/+169
| | | | | | * Implement the linear impulse portion of llPushObject. We should have a lsl compatible implementation of that portion of the push. Angular.. well. still have yet to implement a torque accumulator. * llPushObject respects the region and parcel settings for Restrict Push, it also respects GodMode as is defined in the LSL spec.
* Fixed llDeleteSubList; the indices were swapped (Fixes Mantis#2399).Homer Horwitz2008-10-171-1/+1
|
* * Apply http://opensimulator.org/mantis/view.php?id=2401Justin Clarke Casey2008-10-161-1/+21
| | | | | | | * Removes spacers that are also separators in llParseString2List * Thanks idb
* * Apply http://opensimulator.org/mantis/view.php?id=2405Justin Clarke Casey2008-10-161-2/+4
| | | | | | | * Implement llGetRegionFPS() * Thanks idb
* Thanks, idb, for a patch that fixes Mantis#2400:Homer Horwitz2008-10-151-0/+4
| | | | | | llSensor() range ignored with AGENT.
* Thanks to T. Sado and nlin for a patch that partially implements ↵Dahlia Trimble2008-10-151-2/+45
| | | | llGetAgentInfo (AGENT_FLYING, AGENT_ALWAYS_RUN, AGENT_AWAY, AGENT_MOUSELOOK, AGENT_TYPING).
* Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot().Dahlia Trimble2008-10-151-1/+15
|
* * Apply http://opensimulator.org/mantis/view.php?id=2249Justin Clarke Casey2008-10-131-2/+15
| | | | | | | * Calculate an agents height in LLGetAgentSize() from apperance parameters rather than physics avatar numbers * Another good looking patch from idb - thanks!
* * Remove warnings, including one which pointed out a bugJustin Clarke Casey2008-10-131-1/+0
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-121-4/+4
|
* Fix llSetPos to handle child prims correctly. This will fix linked Melanie Thielker2008-10-111-1/+8
| | | | | | sliding doors
* * Change permission check for llParcelMediaCommandList to use the permissionsHomer Horwitz2008-10-111-4/+5
| | | | | | module, thus including estate owners and gods.
* * Rework llParcelMediaCommandListHomer Horwitz2008-10-111-55/+181
| | | | | | | | * Add missing PARCEL_MEDIA_COMMAND_* constants * Fix a copy/paste error in SendParcelMediaUpdate llParcelMediaCommandList should work now
* * Apply http://opensimulator.org/mantis/view.php?id=2373Justin Clarke Casey2008-10-091-73/+242
| | | | | | | * Many llSensor() improvements, though sensoring isn't perfect yet * thanks idb!
* * Apply http://opensimulator.org/mantis/view.php?id=2370Justin Clarke Casey2008-10-091-164/+16
| | | | | | | * Refactor lLMessageLinked() to use internal method GetLinkParts * thanks ralphos
* Mantis#2352. Thank you kindly, Jonc for a patch that:Charles Krinke2008-10-081-2/+4
| | | | | | | | | If prim is part of SOG, then ask the SOG to update the position, rather than asking the part itself. Ghosted child prims should no longer result from llSetPos. Not sure if this is the right approach for all cases , would appreciate feedback on the patch.
* Mantis#1906. Thank you kindly, Idb for a patch that:Charles Krinke2008-10-081-18/+1
| | | | | | Removed cache accesses to obtain sensed object/avatar name, it is already available.
* * Apply http://opensimulator.org/mantis/view.php?id=2345Justin Clarke Casey2008-10-071-16/+12
| | | | | | | * Bring llSetLinkTexture into line with llSetLinkColor and lLSetLinkPrimitiveParams() implementations * Thanks ralphos
* * Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey2008-10-071-1/+6
| | | | | | | * Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion!
* From: chris yeoh <yeohc@au1.ibm.com>Dr Scofield2008-10-071-16/+13
| | | | | | | | | | | | | | | | | The attached patch fixes mantis bug 2312 (llGetPos() returns incorrect values for child prims where the root prim is rotated). Regression tests still pass. Incidentally AbsolutePosition which was used before looks a little suspicious to me as its always going to return the wrong value if the root prim is rotated. GetWorldPosition does take the rotation into account, but AbsolutePosition is used in a lot of places. Though i don't understand why there is both GetWorldPosition as well as AbsolutePosition so I've left the latter alone. [i also cleaned up some indent problems, --- dr scofield]
* From: chris yeoh <yeohc@au1.ibm.com>Dr Scofield2008-10-071-2/+3
| | | | | | | | | | | | | | | | Attached is a patch for LLGround which was just plain broken and could cause a runtime error. It now returns valid data with valid input (ie the offset does not take the position off the edge of the sim), but a runtime error will occur if invalid data is given. On invalid data the LL servers return the ground height based on a valid point closest to the effective position calculated using the supplied offset. Is the OpenSim convention to replicate the LL servers as closely as possible? If so I can submit an additional patch to replicate the LL behaviour.
* Mantis#2342. Thank you kindly, Ralphos for a patch that solves:Charles Krinke2008-10-061-78/+10
| | | | | | | llSetLinkApha is not fully implemented and has not been updated to use the recently added GetLinkParts and associated implementation pattern as per llSetLinkColor and llSetLinkPrimitiveParams.
* Revert r6697 patch as the build fails.Charles Krinke2008-10-061-6/+1
|
* Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke2008-10-061-1/+6
| | | | | | | | | | Implementation of llModifyLand() and There is a bug on permission-check of land-terraforming: x an y-coordinates are interchanged on function-call ExternalChecksCanTerraformLand. Correct: x is west, and y is north. 2) Missing check of "Other allow to terraform-flag" (Parcel.ParcelFlags.AllowTerraform)
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-052-8/+8
|
* Guard against negative scale set through LSL functionsMelanie Thielker2008-10-041-0/+3
|
* Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker2008-10-032-13/+8
| | | | | | | Causes the dataserver event to return "OpenSim" when running on OpenSim. Requires ThreatLevel to be "High" or above to function.
* Mantis#2307. Thank you kindly, Godfrey for a patch that solves:Charles Krinke2008-10-031-11/+7
| | | | | | | | | | | In Second Life's implementation of llParseString2List(), all spacer strings which occur within the source string are included in the resulting list. In OpenSim's implementation, any spacers occurring at the beginning of the string are discarded; furthermore, if multiple spacers occur between non-spacer elements, or at the end of the source string, only the first spacer is added to the resulting list; the remainder are discarded.
* Mantis #2317Melanie Thielker2008-10-032-3/+14
| | | | | | | | Thank you, fusspawn, for an implementation of osGetSimulatorVersion. This patch removes the llRequestSimulatorData(..., 128) hack and implements the functionality as an osFunction.
* - Added SendScriptTeleportRequest to IClientView and classes implementing it.Homer Horwitz2008-10-011-2/+11
| | | | | | - Implemented llMapDestination.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-301-1/+1
|
* Mantis#2300. Thank you kindly, Idb for a patch that solves:Charles Krinke2008-09-301-8/+9
| | | | | | | | | 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-6/+14
| | | | | | | | | | 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."
* From: rob smart (smartrob@uk.ibm.com)Dr Scofield2008-09-291-6/+22
| | | | | | minor fixes to osParseJSON.
* Implement the plumbing for llSetVehicleType from the LSLCharles Krinke2008-09-281-1/+7
| | | | | | subroutine down through the physics modules through PhysActor and SceneObjectPart. No connection to the physics simulators.
* Added the plumbing for llSetVehicleRotationParamCharles Krinke2008-09-281-1/+14
| | | | | | in the classes between the LSL implementation and the underlying physics engines.
* A little bit further with LLSetVehicleVectorParam.Charles Krinke2008-09-281-1/+8
|
* Plumb the connection though from llSetVehicleVectorParamCharles Krinke2008-09-281-1/+1
| | | | | | | to the various physics engines. No connection to the underlying physics simulator yet, just plumbing through the various classes.
* Remove llSetVehicledoubleParam. It does not exist.Charles Krinke2008-09-281-6/+0
| | | | | It was a mistake a year ago to add it in.
* Plumb the connection through from llSetVehicleFloatParamCharles Krinke2008-09-281-1/+8
| | | | | | | to the various physics engines. No connection to the underlying physics simulator yet, just plumbing through the various classes.
* Mantis#2287. Thank you kindly, Idb for a patch that solves:Charles Krinke2008-09-281-5/+58
| | | | | | | | The current llGetLinkName returns an empty string if a prim with the given link number is not found in the link set. In SL an empty string is only returned if the prim name is actually blank, a NULL_KEY is returned instead with a couple of exceptions.
* Fix listeners in multi-region instancesMelanie Thielker2008-09-261-3/+3
|
* Thank you, idb, for a patch that implements the stubs for llGetAgentLanguage()Melanie Thielker2008-09-261-0/+7
|
* * Patch from JHurlimanTeravus Ovares2008-09-262-21/+27
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * Apply http://opensimulator.org/mantis/view.php?id=2274Justin Clarke Casey2008-09-261-1/+3
| | | | | | | * Reapply homer's click action implementation, which accidentally got blatted * Thanks tyre
* Bringing the OSSLPrim back. Prim.Rotation, etc, will now work again.Melanie Thielker2008-09-261-1/+0
| | | | | | As a bonus, the OSSLPrim has now come to XEngine, too!
* Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker2008-09-263-8312/+8228
| | | | | | | | | The binaries are still different, but that is only a small step away now. The OSSLPrim has been removed. This commit will breal all scripts using Prim.Scale(), etc, syntax. It was not secure and will have to be brought back in another form.
* Mantis#2265. Thank you kindly, Idb for a patch that:Charles Krinke2008-09-261-2/+1
| | | | | Implements the LSL function llGetAttached().