| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The attached patch changes the casts from explicit to implicit.
|
|
|
|
|
|
|
| |
Thank you, idb, for a patch that fixes the conflicts of lsl identifiers
with c# keywords
|
|
|
|
|
|
|
|
| |
* 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!
|
|
|
|
|
|
| |
* Fix not tests in LSL which require implicit casting (see mantis for an example)
|
|
|
|
| |
SOP.IsAttachment
|
| |
|
|
|
|
|
|
|
|
| |
Here's the patch that clamps llGround to using sane values avoiding
runtime errors.
|
|
|
|
|
|
|
| |
for llSetHoverHeight() and llStopHover(). I believe
this gets is to less then 50 LSL functions left to
implement.
|
|
|
|
|
|
|
| |
* object_rez event should now be sent to all scripts in the prim
* Thanks idb!
|
|
|
|
|
|
|
| |
* Introduces missing casts for float, integer, vector, quaterion and string to list
* Thanks idb
|
| |
|
|
|
|
|
|
|
| |
Thank you, nlin, for a patch that fixes serialization of vector and
quaternion types for script state.
|
|
|
|
|
|
|
| |
LSL - Bitwise operators OR and XOR do not work
on integer variables
|
|
|
|
|
|
| |
llGetRot and llGetRootRotation return the wrong
values when the object is attached
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
m_ScriptDelayFactor and m_ScriptDistanceFactor are
being read from XEngine settings not the settings
for the scriptengine being used
|
|
|
|
|
|
|
| |
* Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY.
* Thanks nlin
|
|
|
|
|
|
| |
Added AGENT_ATTACHMENTS and AGENT_SCRIPTED to llGetAgentInfo
Added to llGetAgentSize to include shoes in avatar height calculation.
|
|
|
|
|
|
| |
Attached patch adds detection of AGENT_WALKING
status to LSL function llGetAgentInfo()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Fix llSetVehicleFloatParam to accept LSL_Float
|
|
|
|
|
|
|
|
| |
lsl conformity, llPushObject incorrectly
restricts the pushing of objects based
on region and parcel flags
|
|
|
|
|
|
|
| |
llWind always returns a zero vector. In the attached
patch the WindModule has been changed slightly to
make wind data available for llWind
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
Mono doesn't seem to care.
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
| |
* Removes spacers that are also separators in llParseString2List
* Thanks idb
|
|
|
|
|
|
|
| |
* Implement llGetRegionFPS()
* Thanks idb
|
|
|
|
|
|
| |
llSensor() range ignored with AGENT.
|
|
|
|
| |
llGetAgentInfo (AGENT_FLYING, AGENT_ALWAYS_RUN, AGENT_AWAY, AGENT_MOUSELOOK, AGENT_TYPING).
|
| |
|
|
|
|
|
|
|
| |
* Calculate an agents height in LLGetAgentSize() from apperance parameters rather than physics avatar numbers
* Another good looking patch from idb - thanks!
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
sliding doors
|
|
|
|
|
|
| |
module, thus including estate owners and gods.
|
|
|
|
|
|
|
|
| |
using << and >> in scripts, this will fix it.
rm bin/*.dll ; rm bin/ScriptEngines/*.dll ; rm bin/ScriptEngines/*/*.dll
then rebuild and reinstall
|
| |
|
|
|
|
|
|
|
|
| |
* Add missing PARCEL_MEDIA_COMMAND_* constants
* Fix a copy/paste error in SendParcelMediaUpdate
llParcelMediaCommandList should work now
|
|
|
|
|
|
| |
you have expressions with strings.
|
| |
|
|
|
|
|
|
|
| |
* Many llSensor() improvements, though sensoring isn't perfect yet
* thanks idb!
|
|
|
|
|
|
|
| |
* Refactor lLMessageLinked() to use internal method GetLinkParts
* thanks ralphos
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Removed cache accesses to obtain sensed object/avatar
name, it is already available.
|
| |
|