aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ↵Justin Clarke Casey2-2/+2
SOP.IsAttachment
2008-11-01Update svn properties, minor formatting cleanup.Jeff Ames1-10/+10
2008-10-30From: Chris Yeoh (yeohc@au1.ibm.com)Dr Scofield1-0/+12
Here's the patch that clamps llGround to using sane values avoiding runtime errors.
2008-10-30Thank you kindly, NLin for an implementation patchCharles Krinke1-2/+23
for llSetHoverHeight() and llStopHover(). I believe this gets is to less then 50 LSL functions left to implement.
2008-10-29* Apply http://opensimulator.org/mantis/view.php?id=2492Justin Clarke Casey1-1/+1
* object_rez event should now be sent to all scripts in the prim * Thanks idb!
2008-10-29* Apply patch in http://opensimulator.org/mantis/view.php?id=2494Justin Clarke Casey1-0/+25
* Introduces missing casts for float, integer, vector, quaterion and string to list * Thanks idb
2008-10-29minor: indentation correctionsJustin Clarke Casey1-45/+45
2008-10-28Mantis #2486Melanie Thielker1-2/+7
Thank you, nlin, for a patch that fixes serialization of vector and quaternion types for script state.
2008-10-27Thank you kindly, Idb for a patch that solves:Charles Krinke1-0/+6
LSL - Bitwise operators OR and XOR do not work on integer variables
2008-10-27Thank you kindly, Idb for a patch that solves:Charles Krinke1-1/+30
llGetRot and llGetRootRotation return the wrong values when the object is attached
2008-10-26Thank you kindly, Idb for a patch that solves:Charles Krinke1-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.
2008-10-26Thank you kindly, Idb for a patch that solves:Charles Krinke1-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.
2008-10-26Thank you kindly, Ewe Loon for a patch that solves:Charles Krinke1-8/+4
m_ScriptDelayFactor and m_ScriptDistanceFactor are being read from XEngine settings not the settings for the scriptengine being used
2008-10-23* Apply http://opensimulator.org/mantis/view.php?id=2459Justin Clarke Casey1-7/+35
* Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY. * Thanks nlin
2008-10-22Thank you kindly, Idb for a patch that:Charles Krinke1-1/+19
Added AGENT_ATTACHMENTS and AGENT_SCRIPTED to llGetAgentInfo Added to llGetAgentSize to include shoes in avatar height calculation.
2008-10-22Thank you kindly, Nlin for a patch that:Charles Krinke1-0/+6
Attached patch adds detection of AGENT_WALKING status to LSL function llGetAgentInfo()
2008-10-20cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield1-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.
2008-10-20Mantis #2438Melanie Thielker3-4/+4
Fix llSetVehicleFloatParam to accept LSL_Float
2008-10-20Thank you kindly, Idb for a patch that solves:Charles Krinke1-65/+59
lsl conformity, llPushObject incorrectly restricts the pushing of objects based on region and parcel flags
2008-10-19Thank you kindly, Idb for a patch that solves:Charles Krinke1-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
2008-10-17* Fix an over compensation for bounciness on flat PrimitiveTeravus Ovares1-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.
2008-10-17Fixed llDeleteSubList; the indices were swapped (Fixes Mantis#2399).Homer Horwitz1-1/+1
2008-10-17* Added missing dependencies that was causing build to fail in windows. ↵Teravus Ovares2-0/+2
Mono doesn't seem to care.
2008-10-16Fixed (mono-)script handling for SL viewer 1.21:Homer Horwitz2-4/+23
- Added two missing caps (UpdateScriptAgent, UpdateScriptTask) - Added one missing EventQueue event (ScriptRunningReply) - Changed DNE and XEngine to use this new event As we only use the mono engine anyway, the "Mono" checkbox is set by default but doesn't have any function.
2008-10-16* Apply http://opensimulator.org/mantis/view.php?id=2401Justin Clarke Casey1-1/+21
* Removes spacers that are also separators in llParseString2List * Thanks idb
2008-10-16* Apply http://opensimulator.org/mantis/view.php?id=2405Justin Clarke Casey1-2/+4
* Implement llGetRegionFPS() * Thanks idb
2008-10-15Thanks, idb, for a patch that fixes Mantis#2400:Homer Horwitz1-0/+4
llSensor() range ignored with AGENT.
2008-10-15Thanks to T. Sado and nlin for a patch that partially implements ↵Dahlia Trimble1-2/+45
llGetAgentInfo (AGENT_FLYING, AGENT_ALWAYS_RUN, AGENT_AWAY, AGENT_MOUSELOOK, AGENT_TYPING).
2008-10-15Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot().Dahlia Trimble1-1/+15
2008-10-13* Apply http://opensimulator.org/mantis/view.php?id=2249Justin Clarke Casey1-2/+15
* Calculate an agents height in LLGetAgentSize() from apperance parameters rather than physics avatar numbers * Another good looking patch from idb - thanks!
2008-10-13* Remove warnings, including one which pointed out a bugJustin Clarke Casey1-1/+0
2008-10-12Update svn properties, minor formatting cleanup.Jeff Ames1-4/+4
2008-10-12Fix LSL bitwise OrMelanie Thielker1-0/+6
2008-10-11Fix llSetPos to handle child prims correctly. This will fix linked Melanie Thielker1-1/+8
sliding doors
2008-10-11* Change permission check for llParcelMediaCommandList to use the permissionsHomer Horwitz1-4/+5
module, thus including estate owners and gods.
2008-10-11Add shift operator overloads to LSLInteger. If you get error messages whenMelanie Thielker1-0/+10
using << and >> in scripts, this will fix it. rm bin/*.dll ; rm bin/ScriptEngines/*.dll ; rm bin/ScriptEngines/*/*.dll then rebuild and reinstall
2008-10-112nd stab at that prim loading nastyMelanie Thielker1-3/+6
2008-10-11* Rework llParcelMediaCommandListHomer Horwitz2-55/+184
* Add missing PARCEL_MEDIA_COMMAND_* constants * Fix a copy/paste error in SendParcelMediaUpdate llParcelMediaCommandList should work now
2008-10-11Add a + operator to LSLString, otherwise you will end up with CIL strings ifHomer Horwitz1-0/+5
you have expressions with strings.
2008-10-10Fix an exception handling issue in XEngineMelanie Thielker1-1/+1
2008-10-09* Apply http://opensimulator.org/mantis/view.php?id=2373Justin Clarke Casey1-73/+242
* Many llSensor() improvements, though sensoring isn't perfect yet * thanks idb!
2008-10-09* Apply http://opensimulator.org/mantis/view.php?id=2370Justin Clarke Casey1-164/+16
* Refactor lLMessageLinked() to use internal method GetLinkParts * thanks ralphos
2008-10-08* minor: remove compile warningJustin Clarke Casey1-1/+1
2008-10-08Mantis#2352. Thank you kindly, Jonc for a patch that:Charles Krinke1-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.
2008-10-08Mantis#1906. Thank you kindly, Idb for a patch that:Charles Krinke1-18/+1
Removed cache accesses to obtain sensed object/avatar name, it is already available.
2008-10-08Fix friendly errors in DNE as wellMelanie Thielker1-11/+10
2008-10-07Adapt tests to new friendly errors and correct line numbersMelanie Thielker1-2/+2
2008-10-07Restore "friendly errors" to the XEngineMelanie Thielker4-30/+23
2008-10-07* Apply http://opensimulator.org/mantis/view.php?id=2345Justin Clarke Casey1-16/+12
* Bring llSetLinkTexture into line with llSetLinkColor and lLSetLinkPrimitiveParams() implementations * Thanks ralphos
2008-10-07* Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey1-1/+6
* Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion!