Commit Verlauf

Autor SHA1 Nachricht Datum
  Justin Clark-Casey (justincc) de19dc3024 refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does vor 13 Jahren
  Micheil Merlin 28961dd1cf llSetPrimitiveParams Prim type params precision errors vor 13 Jahren
  Justin Clark-Casey (justincc) c491cdcb95 refactor: use SOG register target waypoints and rots directly instead of calling through the SOP, which doesn't make conceptual sense anyway. vor 13 Jahren
  Justin Clark-Casey (justincc) 7eca929686 Eliminate pointless checks of SOG.RootPart != null vor 13 Jahren
  Justin Clark-Casey (justincc) 63bf710237 Fix issue with llGetTorque() where it would only ever return a zero vector. vor 13 Jahren
  Justin Clark-Casey (justincc) 095b3e5756 Remove pointless cluttering SOP.ParentGroup != null checks. vor 13 Jahren
  Justin Clark-Casey (justincc) 33a894f3d2 refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid pointless duplication of identical values vor 13 Jahren
  Justin Clark-Casey (justincc) 15a514fcbc refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatar vor 13 Jahren
  Micheil Merlin cf42fcd978 llSetPrimitiveParams correct prim hollow for cases where limit should be 70%. vor 13 Jahren
  Justin Clark-Casey (justincc) cf3ffe5bb4 Fix llAttachToAvatar() vor 13 Jahren
  Justin Clark-Casey (justincc) 97b207240e rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmentToInv() for consistency and to reflect it's actual behaviour vor 13 Jahren
  Mic Bowman ce011d7e44 Protect a check for default texture entry when setting alpha values. Apparently vor 13 Jahren
  Snoopy Pfeffer db91044593 Thanks Neil Canham for fixing bulk inventory updates, no sending BulkInventoryUpdate after accepting inventory items. vor 13 Jahren
  BlueWall 5e231acdce Add avatar and attachments to llRegionSay vor 13 Jahren
  BlueWall 2787207aa2 Add llRegionSayTo vor 13 Jahren
  Micheil Merlin b80dfb6572 llGetPrimitiveParams fix prim hollow/hole shape value vor 13 Jahren
  Justin Clark-Casey (justincc) a21e98ae1a implement osNpcGetRot() and osNpcSetRot() vor 13 Jahren
  Justin Clark-Casey (justincc) e869eeb0bf Implement first draft functions for saving and loading NPC appearance from storage. vor 13 Jahren
  Justin Clark-Casey (justincc) c6c91e6599 refactor: Fold most SOP.ScriptSet* methods back into script code. Simplify. vor 13 Jahren
  Justin Clark-Casey (justincc) 7247ca1644 use constants in llGetObjectDetails() rather than magic numbers vor 13 Jahren
  Justin Clark-Casey (justincc) 0ee7a5ee81 If object is an attachment, make llGetVel() return the avatar's speed rather than the object's own zero speed. vor 13 Jahren
  Justin Clark-Casey (justincc) 3e456163dd Port implementation of llCastRay() from Aurora. vor 13 Jahren
  Makopoppo e7abf834d1 Instance-types-in-list fix for LSL/OSSL functions. This will fix llListFindList() which always returns -1 when you compare with the list from those functions. vor 13 Jahren
  Justin Clark-Casey (justincc) d79c6c8820 Rename SetSculptData() to SetSculptProperties(), since this is what it does (setting SculptData is done through the property) vor 13 Jahren
  Melanie 24c00acedc Fix Mantis #4429: Allow llGiveInventory to work across sim borders. vor 13 Jahren
  BlueWall dc95e38e42 Add stubs for unimplemented lsl functions vor 13 Jahren
  Justin Clark-Casey (justincc) 9fc29e1595 Implement llGetLinKNumberOfSides(). vor 13 Jahren
  BlueWall 926a100652 Add stub for llGetLinkNumberOfSides(integer link) vor 13 Jahren
  Justin Clark-Casey (justincc) 340e3ccf16 refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() instance methods since it didn't make sense to use anything other than the instance themselves. vor 13 Jahren
  Justin Clark-Casey (justincc) bef1ffa7db simplify code in llGetParcelMaxPrims() to use existing code in LandObject rather than duping the algo vor 13 Jahren