aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix llParseString* to create LSLStrings. This makes llListFindList workMelanie Thielker2008-11-081-19/+19
| | | | | | on lists created by parsing
* Refactor IEventReceiver back into IScriptEngineMelanie Thielker2008-11-088-31/+42
|
* Attachments, attachments, and, did I say attachments?Melanie Thielker2008-11-071-1/+1
| | | | | | Too many fixes to list.
* * Fix test failure in CSCodeGeneratorTest.TestJumps()Justin Clarke Casey2008-11-061-1/+1
| | | | | | | * Need new NoOp(); generated part * Not Homer's fault - this test ain't running under Windows! (needs fixing!)
* Mantis #2571Melanie Thielker2008-11-062-2/+9
| | | | | | Thank you, idb, for a patch that fixes the jump function in LSL.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-061-1/+1
|
* Add missing TeleportStart packets to llTeleportAgentHome and osTeleportAgent.Homer Horwitz2008-11-062-0/+4
| | | | | | | As those aren't viewer-initiated TPs, the viewer has to be informed. This should fix Mantis #2351 and #2397.
* Change threat level of osMakeNotecard to High because of it's griefingMelanie Thielker2008-11-061-50/+53
| | | | | | | | | potential (asset bloat, asset server DOS due to no enforced delay) Formatting cleanup. Change default permissions on the notecard to not include "anyone can copy" and "anyone can move", as they are meaningless on non-prim items.
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-11-063-1/+60
| | | | | | The following patch implements osMakeNotecard as specified on the OpenSim website
* * Apply second patch in http://opensimulator.org/mantis/view.php?id=2561Justin Clarke Casey2008-11-051-4/+4
| | | | | | | * Inserts proper animation state names into data/avataranimations.xml file so that llGetAnimation() works as one would expect. * Thanks StrawberryFride!
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-051-20/+14
|
* * Apply http://opensimulator.org/mantis/view.php?id=2561Justin Clarke Casey2008-11-051-1/+14
| | | | | | | | * This is a partial implementation of llGetAnimation that returns the name of the animation as stored in data/avataranimations.xml but not its state name (since we don't yet have these). * Thanks StrawberryFride
* From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2008-11-043-1/+46
| | | | | | | | | | 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.
* Prefix LSL variables which are C# keywords with @ instead of _ when ↵Mike Mazur2008-11-041-1/+1
| | | | translating from LSL to C#. Thanks idb for the patch. Fix issue 2546.
* Mantis #2530. Thank you kindly, Idb for a patch that:Charles Krinke2008-11-031-5/+5
| | | | | | The attached patch changes the casts from explicit to implicit.
* Mantis #2518Melanie Thielker2008-11-012-9/+121
| | | | | | | Thank you, idb, for a patch that fixes the conflicts of lsl identifiers with c# keywords
* * Apply http://opensimulator.org/mantis/view.php?id=2440Justin Clarke Casey2008-11-011-4/+27
| | | | | | | | * The attached patch changes the LSLInteger operator overrides for == and != to return LSLIntegers 1 or 0 instead of a bool and adds similar operator overrides for >, <, >= and <= * Thanks idb!
* * Apply http://opensimulator.org/mantis/view.php?id=2521Justin Clarke Casey2008-11-011-0/+5
| | | | | | * Fix not tests in LSL which require implicit casting (see mantis for an example)
* * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ↵Justin Clarke Casey2008-11-011-1/+1
| | | | SOP.IsAttachment
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-011-10/+10
|
* From: Chris Yeoh (yeohc@au1.ibm.com)Dr Scofield2008-10-301-0/+12
| | | | | | | | Here's the patch that clamps llGround to using sane values avoiding runtime errors.
* Thank you kindly, NLin for an implementation patchCharles Krinke2008-10-301-2/+23
| | | | | | | for llSetHoverHeight() and llStopHover(). I believe this gets is to less then 50 LSL functions left to implement.
* * Apply http://opensimulator.org/mantis/view.php?id=2492Justin Clarke Casey2008-10-291-1/+1
| | | | | | | * object_rez event should now be sent to all scripts in the prim * Thanks idb!
* * Apply patch in http://opensimulator.org/mantis/view.php?id=2494Justin Clarke Casey2008-10-291-0/+25
| | | | | | | * Introduces missing casts for float, integer, vector, quaterion and string to list * Thanks idb
* minor: indentation correctionsJustin Clarke Casey2008-10-291-45/+45
|
* Mantis #2486Melanie Thielker2008-10-281-2/+7
| | | | | | | Thank you, nlin, for a patch that fixes serialization of vector and quaternion types for script state.
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-271-0/+6
| | | | | | | LSL - Bitwise operators OR and XOR do not work on integer variables
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-271-1/+30
| | | | | | llGetRot and llGetRootRotation return the wrong values when the object is attached
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-261-3/+14
| | | | | | | | | | The following should silently fail when attached, llBreakAllLinks, llBreakLink, llCreateLink. The following should be restricted to avatars in the same sim, llGetAgentInfo, llSameGroup, llGetAgentSize, llGetAnimationList. Comment added to the following unimplemented functions, llGetAgentLanguage, llGetAnimation.
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-261-16/+89
| | | | | | | | | | | llGetBoundingBox is completely unimplemented. The attached patch contains a partial implementation for single prim objects and standing, flying and ground sitting avatars. In the case of an avatar sat on an object or multi-prim objects only the bounding box of the root prim is returned. llRezObject and llRezAtRoot ignored any velocity parameter. The attached patch makes use of it if it is not a zero vector.
* Thank you kindly, Ewe Loon for a patch that solves:Charles Krinke2008-10-261-8/+4
| | | | | | | m_ScriptDelayFactor and m_ScriptDistanceFactor are being read from XEngine settings not the settings for the scriptengine being used
* * Apply http://opensimulator.org/mantis/view.php?id=2459Justin Clarke Casey2008-10-231-7/+35
| | | | | | | * Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY. * Thanks nlin
* Thank you kindly, Idb for a patch that:Charles Krinke2008-10-221-1/+19
| | | | | | Added AGENT_ATTACHMENTS and AGENT_SCRIPTED to llGetAgentInfo Added to llGetAgentSize to include shoes in avatar height calculation.
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-10-221-0/+6
| | | | | | Attached patch adds detection of AGENT_WALKING status to LSL function llGetAgentInfo()
* cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield2008-10-201-1/+2
| | | | | | | | | | | | | | chat relaying via private channels, and old IRCBridgeModule behaviour. also cleaning up IRCBridgeModule's OpenSim.ini configuration variable names (still supporting "old" variable names). refactored IRCChatModule into IRCConnector and incorporating watchdog from IRCBridgeModule into IRCConnector. enabling ChatModule to be used as a super-class and utilizing it in ConciergeModule.
* Mantis #2438Melanie Thielker2008-10-203-4/+4
| | | | | | Fix llSetVehicleFloatParam to accept LSL_Float
* 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 LSL bitwise OrMelanie Thielker2008-10-121-0/+6
|
* Fix llSetPos to handle child prims correctly. This will fix linked Melanie Thielker2008-10-111-1/+8
| | | | | | sliding doors