Commit History

Author SHA1 Message Date
  SignpostMarv c677c04f10 fixing copypasta 12 years ago
  SignpostMarv 35b7c80e0b implementing osDropAttachment & osDropAttachmentAt 12 years ago
  SignpostMarv e041f09750 refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note that the prior work on LSL_Vector implicit operators means one does not need to explicitly cast a LSL_Vector to Vector3 12 years ago
  SignpostMarv 07dbe46ba3 wrapping attachment functions in a region 12 years ago
  SignpostMarv ff867b59cf Implementing functing to send messages directly to attachments 12 years ago
  SignpostMarv d4b8a13a1d refactoring the grunt work of MessageObject into a private method with a UUID argument 12 years ago
  SignpostMarv a858c5daee implementing a function to get the number of attachments worn 12 years ago
  Mic Bowman 3d736d575f This partially implements the LSL function to set the response 12 years ago
  SignpostMarv 3bf7bd6359 track originating IScriptApi method for SL-like error messages. Will add rule number tracking in next commit. 12 years ago
  SignpostMarv 6e86b23012 implementing PRIM_LINK_TARGET on GetPrimParams ala SetPrimParams 12 years ago
  SignpostMarv 5203665bb2 refactoring to local variable for cleaner code 12 years ago
  SignpostMarv 2a2e120470 since we will be making the Get return type the remaining ruleset as with the Set return type, we need to move the original return type to a ref param 12 years ago
  SignpostMarv 3d504261b0 renaming to be similar to equivalent Set command 12 years ago
  Justin Clark-Casey (justincc) a08687aef3 Revert "implementing function to allow scripts to self-replicate as if the owner duplicated them, using the same script delay as llRezObject()" 12 years ago
  SignpostMarv 2ad9d656b3 implementing function to allow scripts to self-replicate as if the owner duplicated them, using the same script delay as llRezObject() 12 years ago
  TBG Renfold a3cbda0d74 Removed land checking as suggested by SignpostMarv. 12 years ago
  TBG Renfold 4f3fabae5b Adds osGetHealth. 12 years ago
  Justin Clark-Casey (justincc) bcbd450fe4 Add --force flag to "kick user" console command to allow bypassing of recent race condition checks. 12 years ago
  SignpostMarv ca33619e11 Rot2Quaternion is now redundant 12 years ago
  SignpostMarv 5d7751da89 refactoring for Vector3 operator & constructor tweaks 12 years ago
  Justin Clark-Casey (justincc) c42fe6c159 Prevent race conditions when one thread removes an NPC SP before another thread has retreived it after checking whether the NPC exists. 12 years ago
  Justin Clark-Casey (justincc) 513b77b78d refactor: rename SOG.RezzingObjectID to SOG.FromPartID to match FromFolderID, FromItemID and to reflect that it's a SOP ID rather than a SOG ID. 12 years ago
  SignpostMarv cd2c5843a8 reduced-complexity implementation of function to get rezzing object key 12 years ago
  SignpostMarv 72d29bdb40 LSL/OSSL lacks Math.Min & Math.Max implementations. 12 years ago
  Justin Clark-Casey (justincc) 1133f81dce Remove a couple of compiler warnings pointed out by SignpostMarv 12 years ago
  Mic Bowman 644fb6b013 Implements a very useful OSSL function to test a string to see 12 years ago
  SignpostMarv ee7478fa16 sending more user-friendly messages to the script error window rather than the thrown exceptions. 12 years ago
  Justin Clark-Casey (justincc) 3b3d9967b1 Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.RemoteEndpoint. 12 years ago
  Justin Clark-Casey (justincc) 916e3bf886 Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 12 years ago
  Justin Clark-Casey (justincc) c8af20f966 This script allows an object to be attached directly from prim inventory to another avatar in the scene. 12 years ago