Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-01-07 | Fix threat level setting on osNpcPlayAnimation | Melanie | 1 | -1/+1 | |
2012-01-07 | Fix threat level setting on osNpcPlayAnimation | Melanie | 1 | -1/+1 | |
2012-01-07 | Force the group tag of NPCs to "- NPC -" unless the name is completely blank. | Melanie | 1 | -1/+9 | |
2012-01-06 | fix a typo "osNpcCreated" to "osNpcCreate" in OSSL threat level check | nebadon | 1 | -1/+1 | |
2012-01-07 | Make sure to prefix NPC names with "NPC:" so they can't be mistaken for users | Melanie | 1 | -0/+6 | |
2012-01-06 | Fix some syntax issues | Melanie | 2 | -4/+4 | |
2012-01-06 | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well | Melanie | 3 | -0/+56 | |
2012-01-06 | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ↵ | Melanie | 5 | -6/+48 | |
owner, can be destroyed only by the owner and only the owner can save their appearance. Added "NPC" as a flag to llSensor to sense NPCs and exclude them from "AGENT" results. | |||||
2012-01-06 | Fix some syntax issues | Melanie | 2 | -4/+4 | |
2012-01-06 | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well | Melanie | 3 | -0/+56 | |
2012-01-06 | Fixed llAngleBetween() to allow denormal rotations | John Cochran | 1 | -5/+9 | |
2012-01-06 | Add script instruction count back to llRot2Euler. Other minor ↵ | Justin Clark-Casey (justincc) | 1 | -2/+12 | |
formatting/doc changes. | |||||
2012-01-06 | Replaced llRot2Euler function. | John Cochran | 1 | -18/+13 | |
The original function suffered from unexpected results due to rounding errors. An error of only 1 or 2 ulps would cause the code to not detect a singularity at Y rotation +/- PI/2 and take the non-singularity code path. The replacement code does not suffer from wildly inaccurate results at the +/- PI/2 singularity. The check in the code for the singularity isn't strictly needed, but gives more consistent results At the singularity, the X and Z rotations add. The if check simply forces the X rotation to be zero so the entirety of the X+Z rotation is carried by Z. Additionally, the test code has been updated to include test cases that caused the old code to fail. The test algorithm is also updated to perform a more meaningful test. The original code checked if the values against expected values. This could fail at +/- PI rotations since a rotation around an axis by PI causes the identical effect as a rotation by -PI. The new test code checks that the returned angles can be used to recreate a quaternion that causes the same rotation. | |||||
2012-01-06 | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ↵ | Melanie | 5 | -5/+45 | |
owner, can be destroyed only by the owner and only the owner can save their appearance. Added "NPC" as a flag to llSensor to sense NPCs and exclude them from "AGENT" results. | |||||
2012-01-06 | Add ThreatLevel.NoAccess to OSSL. This allows to enable OSSL without enabling | Melanie | 2 | -1/+5 | |
any methods, even those without threat, automatically. It is for use with setups wanting to allow only specific methods to specific users. | |||||
2011-12-28 | Introduce a LightShare kill packet ans send it when needed. Currently only | Melanie | 1 | -0/+1 | |
understood by AVN v0.3 | |||||
2011-12-24 | Introduce a LightShare kill packet ans send it when needed. Currently only | Melanie | 1 | -0/+1 | |
understood by AVN v0.3 | |||||
2011-12-24 | Add PRIM_POS_LOCAL as an alias to PRIM_POSITION for setting the position. | Melanie | 1 | -0/+9 | |
For SL compatibility only | |||||
2011-12-17 | Make raycast more efficient by checking exclusion flags earlier | Melanie | 1 | -15/+21 | |
2011-12-17 | Fix hit testing link sets properly. Fix raycasting for LSL. | Melanie | 3 | -98/+337 | |
2011-12-12 | Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and ↵ | Dan Lake | 1 | -3/+1 | |
IsColliding | |||||
2011-12-11 | Mantis 5816: osParseJSON Decoding Problems | nebadon | 3 | -191/+72 | |
osParseJSON uses hand-crafted decoding that has two issues * does not seem to handle top-level JSON lists * does not seem to handle unicode text thanks otakup0pe! | |||||
2011-12-09 | Fix llGetLinkKey to report avatars properly | Melanie | 1 | -19/+0 | |
2011-12-07 | Fix task inventory giving | Melanie | 1 | -15/+23 | |
2011-12-05 | Add the proper result code as per the LL announcement for ↵ | Melanie | 1 | -1/+1 | |
llTransferLindenDollars | |||||
2011-12-05 | Fix CHANGED_TEXTURE and CHANGED_COLOR. | Melanie | 1 | -18/+18 | |
2011-12-05 | Fix CHANGED_TEXTURE and CHANGED_COLOR. | Melanie | 1 | -20/+20 | |
2011-12-05 | Fix setting seated avatar position and make llSameGroup work as in SL. | Melanie | 1 | -2/+4 | |
2011-12-03 | Use agent.Animator.CurrentMovementAnimation in llGetAgentInfo() rather than ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
asking for a new determination | |||||
2011-12-03 | Rename ScenePresenceAnimator.GetMovementAnimation() -> ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
DetermineMovementAnimation() for better code readability | |||||
2011-12-01 | Implement llTransferLindenDollars | Melanie | 3 | -0/+83 | |
2011-11-26 | Add missing property to llGetLinkPrimitiveParams | BlueWall | 2 | -0/+4 | |
2011-11-26 | When removing an LSL sensor for a script (e.g. through llResetScript() or ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
state change), don't also remove sensors for other scripts in the same prim. Hopefully fixes http://opensimulator.org/mantis/view.php?id=4448 and http://opensimulator.org/mantis/view.php?id=4452 | |||||
2011-11-05 | Remove unused and broken OffsetRotation from ScenePresence | Melanie | 1 | -1/+1 | |
2011-11-03 | Rename ForEachAvatar back to ForEachScenePresence. The other changes | Dan Lake | 3 | -11/+11 | |
from previous commit which sort out which iterator is used are left intact. A discussion is needed as to what constitutes an avatar vs a ScenePresence. | |||||
2011-11-03 | Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to | Dan Lake | 3 | -15/+14 | |
the 3 iteration functions so more of them are using the correct iteration for the action they are performing. The 3 iterators that seem to fit all actions within OpenSim at this time are: ForEachAvatar: Perform an action on all avatars (root presences) ForEachClient: Perform an action on all clients (root or child clients) ForEachRootClient: Perform an action on all clients that have an avatar There are still a dozen places or so calling the old ForEachScenePresence that will take a little more refactoring to eliminate. | |||||
2011-11-02 | Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL. | Dan Lake | 1 | -9/+6 | |
UpdateFlag is now referenced/used only within SOP and SOG. Outsiders are using ScheduleFullUpdate, ScheduleTerseUpdate or ClearUpdateSchedule on SOP consistently now. Also started working toward eliminating those calls to ScheduleFullUpdate, ScheduleTerseUpdate or ClearUpdateSchedule from outside SOP in favor of just setting properties on SOP and let SOP decide if an update should be scheduled. This consolidates the update policy within SOP and the client rather than everywhere that makes changes to SOP. Some places forget to call update while others call it multiple times, "just to be sure". UpdateFlag and Schedule*Update will both be made private shortly. UpdateFlag is intended to be transient and internal to SOP so it has been removed from XML serializer for SOPs. | |||||
2011-11-02 | Restore the recursive calling of PRIM_LINK_TARGET because the version I made | Melanie | 1 | -327/+334 | |
breaks LINK_SET et al. | |||||
2011-11-02 | Some positioning fixes from AVN trunk | Melanie | 1 | -1/+42 | |
2011-11-02 | Streamline PRIM_LINK_TARGET, eliminating a recursion and a failure scenario | Melanie | 1 | -4/+3 | |
2011-10-29 | Remove completely unused SOG.Rotation parameter | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
We always use SOP.Rotation instead | |||||
2011-10-27 | Continuation of previous checkin. Found more places where ↵ | Dan Lake | 1 | -15/+9 | |
ForEachScenePresence can be changed to ForEachRootScenePresence. | |||||
2011-10-27 | Added new ForEachRootScenePresence to Scene since almost every delegate ↵ | Dan Lake | 1 | -10/+10 | |
passed to ForEachScenePresence checks for !IsChildAgent first. It consolidates child and root handling for coming refactors. | |||||
2011-10-26 | Added optional owner classes to existing OSSL agent Permissions | Michelle Argus | 1 | -6/+61 | |
PARCEL_GROUP, PARCEL_OWNER, ESTATE_MANAGER and REGION_OWNER can be combined with the existing agent uuid option to limit ossl functions to agents and owner classes. Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2011-10-26 | Implementation of PRIM_OMEGA, but only for setting | SignpostMarv Martin | 2 | -4/+18 | |
Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2011-10-26 | Implementing PRIM_LINK_TARGET, but only for setting params | SignpostMarv Martin | 2 | -4/+14 | |
Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2011-10-22 | Add case to Lightshare/Windlight | BlueWall | 1 | -0/+3 | |
Thanks thomax for a patch to add handling for Sun/Moon pos. | |||||
2011-10-19 | Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ↵ | Dan Lake | 1 | -1/+1 | |
scene presence by client ID. | |||||
2011-10-19 | Add "show scripts" command to show all scripts currently known to the script ↵ | Justin Clark-Casey (justincc) | 1 | -2/+0 | |
engine in the current region. Also added synonym of "scripts show" | |||||
2011-10-17 | refactor: Use SOP.SitTargetAvatar instead of calling a special ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
GetAvatarOnSitTarget() which returned exactly the same thing |