Commit History

Author SHA1 Message Date
  UbitUmarov 2a90f78fe1 add LSL_Integer osIsNotValidNumber(LSL_Float v) 5 years ago
  UbitUmarov 2c1909a873 add osResetAllScripts(LSL_Integer AllLinkset). use with care 5 years ago
  UbitUmarov 93f13aa00d add osSlerp() 5 years ago
  UbitUmarov 718c6d1e4d mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, without any requests to grid 5 years ago
  UbitUmarov 64c56fc52b mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory item ID within prim inventory. the llGetInventory does return the asset it, not item. 5 years ago
  UbitUmarov b5b518dc0d change value of PARCEL_DETAILS_DWELL to a higher value to give more room for standard values, change return types, update script syntaxe 5 years ago
  TBG Renfold 0163af970f Mantis #8481 part two. 5 years ago
  UbitUmarov 11c945a565 add osLocalTeleportAgent(key agent, vector position, vector velocity, vector lookat, LSL_Integer flags). Velocity only works with ubOde but still not good. flags = bit field: 1 use velocity, 2 use lookat, 4 rotate avatar look in current velocity direction (ignored if 2 ie flag = 7 is same as 3). This bypasses most the unnecessary logic of osTeleportAgent, having usage same permissions. It may do region crossings(?). Experimental stage, feedbakc expected ;) 5 years ago
  UbitUmarov 5314f375c5 change osSetProjectionParams a bit and add a variant that atkes a linknumber argument. For now can only change one prim per call 5 years ago
  UbitUmarov b104934a25 add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever 5 years ago
  UbitUmarov d89a089ca2 remove redundant osInventoryDescription() and improve osInventoryDesc() to do the same 5 years ago
  UbitUmarov 6e05695244 add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) but don't tell anyone 5 years ago
  UbitUmarov bd27573130 add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInventoryDescription(LSL_String itemNameOrId) 5 years ago
  UbitUmarov 16596b6ad0 add LSL_Key osGetInventoryLastOwner(string itemNameorid) 5 years ago
  UbitUmarov fdf5274c25 add osKickAvatar(LSL_Key agentKey, string alert) 5 years ago
  UbitUmarov d6c9ddfdee cleanup last patch 5 years ago
  Bill Blight 0881840946 Add osNpcSayTo(key npc, key target, integer channel, string message) 5 years ago
  UbitUmarov 47bc1fb257 OSSL remove functions with illegal lsl types, also redundante 5 years ago
  UbitUmarov 87acd20d95 add script constant OS_APIVERSION, we should inc this on any change on any api. a few changes to os npc and avatar animation functions 5 years ago
  UbitUmarov cb1ebd1604 add osApproxEquals for float, vector and rotation, note that default margin is 1e-6 to match strings rounding 5 years ago
  UbitUmarov 9dfb906666 add a few string functions to OSSL 5 years ago
  UbitUmarov ba87ba9c47 remove odd ossl function 5 years ago
  UbitUmarov 7bcef500a9 remove CM api, add replacement ossl functions, as i should had done on the merge of avination code contrib. (runprebuild) 5 years ago
  UbitUmarov 7479638e88 remove a unnecessary scripts constants file 6 years ago
  UbitUmarov 8812684355 minor changes 6 years ago
  Bill Blight 6d9de17d77 **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat level moderate 6 years ago
  UbitUmarov 9647a1e6c5 minor changes to last patch 6 years ago
  Mandarinka Tasty 99a23421a8 Adding check permission CanIssueEstateCommand for osRegionNotice and new function osRegionNotice(string agentID, string msg) 6 years ago
  UbitUmarov a6d5da3e7f mantis 8346: fix argument of osUnixTimeToTimestamp 6 years ago
  UbitUmarov 5d0a1656bf mantis 8305: add osTriggerSoundLimited(..) 6 years ago