Commit History

Author SHA1 Message Date
  BlueWall ba7d8cedec Add function osGetGridCustom 12 years ago
  Justin Clark-Casey (justincc) 6e7154d55c Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name, vector position, string notecard, int options) instead with option OS_NPC_CREATOR_OWNED 12 years ago
  Justin Clark-Casey (justincc) c4972e7734 Add osNpcCreate(string firstname, string lastname, LSL_Vector position, string notecard, int options) variant. 12 years ago
  Melanie 9668992493 Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well 12 years ago
  Melanie 7518b075b7 Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the 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. 12 years ago
  nebadon 8ae824ff09 Mantis 5816: osParseJSON Decoding Problems 12 years ago
  Justin Clark-Casey (justincc) de161585c0 Implement osNpcStand(<npc-id>) 13 years ago
  Justin Clark-Casey (justincc) 0c041ce12f Implement osNpcSit(). This is still in development so don't trust it 13 years ago
  Justin Clark-Casey (justincc) 76e0afe83f tidy up some OSSL NPC parameter names 13 years ago
  Justin Clark-Casey (justincc) 16ac5413dd rename position parameter in osNpcMoveToTarget to target 13 years ago
  Justin Clark-Casey (justincc) aebd46a434 rename osNpcStopMoveTo() to osNpcStopMoveToTarget() 13 years ago
  Justin Clark-Casey (justincc) d23d37d2aa implement osNpcGetPos() 13 years ago
  Justin Clark-Casey (justincc) a21e98ae1a implement osNpcGetRot() and osNpcSetRot() 13 years ago
  Justin Clark-Casey (justincc) b1ae930c6b Implement osAgentSaveAppearance() to save the appearance of an avatar in the region to a notecard 13 years ago
  Justin Clark-Casey (justincc) ee22569c92 only accept npc UUIDs to osNpc* functions, not names (except for create) 13 years ago
  Justin Clark-Casey (justincc) 5d6c9644fa early code to allow scripts to force npcs not to fly when moving to target 13 years ago
  Justin Clark-Casey (justincc) 195c1dc9b8 implement osNpcStopMoveTo() to cancel any current move target 13 years ago
  Justin Clark-Casey (justincc) 795c8e6c22 Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet ready for user use. 13 years ago
  Justin Clark-Casey (justincc) e869eeb0bf Implement first draft functions for saving and loading NPC appearance from storage. 13 years ago
  Makopoppo 80010f8908 [PATCH] osSetSpeed() will accept float number 13 years ago
  Makopoppo ffa790d69d [PATCH] Get osGetWindParam() and osSetWindParam() accessible 13 years ago
  Marck 69538d14d4 More OSSL function name normalization, this time for osParcelSetDetails. 13 years ago
  Marck b512ecd1dc Normalization of OSSL function names. 13 years ago
  Justin Clark-Casey (justincc) 393c9c9046 Add osUnixTimeToTimestamp() 14 years ago
  Marck 50202bab7c Add osTeleportOwner. 14 years ago
  BlueWall 06b61b68c7 Adding osFunctions for light projection 14 years ago
  Melanie Thielker b64f42fa41 Clone cmGetAvatarList into osGetAvatarList for more generic use. 14 years ago
  Melanie Thielker 53e96dccef Add two new osFunctions: 14 years ago
  OpenSim Master 4c740e1717 Implements three new OSSL functions for parcel management: osParcelJoin joins parcels in an area, osParcelSubdivide splits parcels in an area, osParcelSetDetails sets parcel name, description, owner and group owner. Join and Subdivide methods in LandChannel are exposed. 14 years ago
  Jeff Ames 70d5b1c34c Formatting cleanup. Add copyright headers. 14 years ago