Commit History

Author SHA1 Message Date
  Robert Adams d838f15d97 Add implementations for llSetVelocity and llSetAngularVelocity. 11 years ago
  dahlia 694c4bcbb6 correct method doc for llRot2Axis() 11 years ago
  Justin Clark-Casey (justincc) da3724a904 minor: remove mono compiler warnings from LSL_Api, properly format method doc for llRot2Axis() 11 years ago
  Talun f074739e33 Mantis 6280: llSetContentType(). An implementation. 11 years ago
  Talun fc89bde044 Mantis 6108: ossetprimitiveparams temporary/phantom problem 11 years ago
  dahlia ed950e6c74 Adjust output of llRot2Axis and llRot2Angle to match domains SL(tm) uses. Addresses Mantis #0006671 11 years ago
  dahlia 9d9b9d4938 llRot2Angle now checks absolute value of s rotation component before normalizing 11 years ago
  dahlia b242ead6df llRot2Axis now checks absolute value of s rotation component before normalizing. Also removed some excessive division and cleaned up a bit 11 years ago
  teravus 1c7fbb86c2 Check For NaN and Infinity in llRot2Axis/Angle Fixes mantis #6669 11 years ago
  Talun 7de0912a97 Mantis 5346: llAxisAngle2Rot() should normalize before computing 11 years ago
  Melanie 81ad9255b5 Hook up Keyframe motion to almost everything. Failing to cross a sim border 11 years ago
  Justin Clark-Casey (justincc) 7d38f4940c Implement llSetSoundQueueing(). 11 years ago
  Kevin Cozens cbc9ae898c Added missing functionality (mainly custom headers) to llHTTPRequest. 11 years ago
  Justin Clark-Casey (justincc) 13170ca627 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 11 years ago
  Justin Clark-Casey (justincc) 3f0f313a76 Make llGetLinkPrimitiveParams() and llGetPrimitiveParams() work for avatars in a linkset. 11 years ago
  Melanie 5f4c4df227 Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask 11 years ago
  Melanie 5e1f651e21 Merge branch 'master' into newmultiattach 11 years ago
  Melanie fcecfc81bb Multiattach, part 1 11 years ago
  Melanie 7e5d553781 Make the LSL memory functions virtual so script engines can override them if they have different memory management. 11 years ago
  Justin Clark-Casey (justincc) e25ba116a3 refactor: make llGetLinkName() and llGetLinkKey() use a common GetLinkEntity() method 11 years ago
  Justin Clark-Casey (justincc) 081271e1d7 minor: remove mono compiler warnings in LSL_Api.cs 11 years ago
  Justin Clark-Casey (justincc) f8dab4f93f refactor: Use LSL_Vector(Vector3) constructor in llCastRay() 11 years ago
  Justin Clark-Casey (justincc) ca99f418d8 refactor: Use ILandChannel.GetLandObject(Vector3) in LSL_Api rather than having to continually take intermediate Vector3s to avoid race conditions 11 years ago
  Justin Clark-Casey (justincc) c09f4ff483 Fix minor race condition in llGetCameraRot() where inconsistent information could be returned for a rotating camera 11 years ago
  Justin Clark-Casey (justincc) 114fd042de Fix minor race condition in llGetCameraPos() where an inconsistent post could be returned for a moving camera 11 years ago
  Justin Clark-Casey (justincc) d4b109b4c4 Fix minor race condition in llParcelMediaCommandList() where a parcel could be misidentified for a moving prim 11 years ago
  Justin Clark-Casey (justincc) 2a81eb8d45 Fix minor race conditions in LSL_Api.GetPrimParams() for PRIM_POSITION, PRIM_SIZE and PRIM_ROT_LOCAL 11 years ago
  Justin Clark-Casey (justincc) b23009e480 Fix minor race condition in llGetGeometricCenter() if this was changing whilst the function was called. 11 years ago
  Justin Clark-Casey (justincc) a6f8638174 refactor: use LSL_Rotation(Quaternion) constructor in lLGetRootRotation() 11 years ago
  Justin Clark-Casey (justincc) dd6f1fc637 Fix minor race condition in llGetRootPosition() where inconsistent results could be returned for moving prims 11 years ago