Commit History

Author SHA1 Message Date
  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 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
  UbitUmarov 63da4d3f99 mantis 8305: add several ossl sound funtions that accept a link number for the prim associated to that sound. The link number must point to a single prim 6 years ago
  UbitUmarov e031d79d48 add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector a), float osAngleBetween(vector a, vector b) and float osRound(ffloat value, integer ndigits) 6 years ago
  UbitUmarov 3d6553afee add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulatorMemory() reports at most 2GB. This one limit is now 2TB, should ne enought for a while 6 years ago
  UbitUmarov db88c93243 bug fix: add missing stub for osSetInertia 7 years ago
  UbitUmarov e243dd0519 put back getAgentIP bug restricted, script owner must be a Administrator (god) 7 years ago
  UbitUmarov 936aee412d remove osGetAgentIP() this was not a good idea to have :( 7 years ago
  UbitUmarov e53f439981 add osGetNPCList() 7 years ago
  UbitUmarov 84abdf866a add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y) 7 years ago
  UbitUmarov cb8975e567 add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y), string osDrawRotationTransform(string drawList, LSL_Float x) and string osDrawResetTransform(string drawList) helper functions for the new vector renderer comands. Removed ThreadLevel check of similar funtions that had it None, and actually only set strings 7 years ago
  UbitUmarov ae4266916c add string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, int timer, int face) to easy only setting a prim face 7 years ago
  UbitUmarov c3dbf91152 osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one 7 years ago
  UbitUmarov 0f7ffc56ce several changes for osTeleportObject 7 years ago