Commit History

Author SHA1 Message Date
  Mic Bowman 8a375f3c30 Adds an OSSL command for regular expression-based string replacement. Parameters 12 years ago
  Justin Clark-Casey (justincc) 7c1d075a5a Implement osIsNpc(key npc):integer. This return TRUE if the given key belongs to an NPC in the region. FALSE if not or if the NPC module isn't present. 12 years ago
  Justin Clark-Casey (justincc) 9939f94f08 Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' NPC, the npc's own key for an 'unowned' NPC and NULL_KEY is the input key was not an npc. 12 years ago
  BlueWall 8f871cca10 Add osGetGridHomeURI function 12 years ago
  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