Commit Verlauf

Autor SHA1 Nachricht Datum
  UbitUmarov d89a089ca2 remove redundant osInventoryDescription() and improve osInventoryDesc() to do the same vor 5 Jahren
  UbitUmarov 6e05695244 add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) but don't tell anyone vor 5 Jahren
  UbitUmarov bd27573130 add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInventoryDescription(LSL_String itemNameOrId) vor 5 Jahren
  UbitUmarov 16596b6ad0 add LSL_Key osGetInventoryLastOwner(string itemNameorid) vor 5 Jahren
  UbitUmarov fdf5274c25 add osKickAvatar(LSL_Key agentKey, string alert) vor 5 Jahren
  UbitUmarov d6c9ddfdee cleanup last patch vor 5 Jahren
  Bill Blight 0881840946 Add osNpcSayTo(key npc, key target, integer channel, string message) vor 5 Jahren
  UbitUmarov 47bc1fb257 OSSL remove functions with illegal lsl types, also redundante vor 6 Jahren
  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 vor 6 Jahren
  UbitUmarov cb1ebd1604 add osApproxEquals for float, vector and rotation, note that default margin is 1e-6 to match strings rounding vor 6 Jahren
  UbitUmarov 9dfb906666 add a few string functions to OSSL vor 6 Jahren
  UbitUmarov ba87ba9c47 remove odd ossl function vor 6 Jahren
  UbitUmarov 7bcef500a9 remove CM api, add replacement ossl functions, as i should had done on the merge of avination code contrib. (runprebuild) vor 6 Jahren
  UbitUmarov 8812684355 minor changes vor 6 Jahren
  Bill Blight 6d9de17d77 **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat level moderate vor 6 Jahren
  UbitUmarov 9647a1e6c5 minor changes to last patch vor 6 Jahren
  Mandarinka Tasty 99a23421a8 Adding check permission CanIssueEstateCommand for osRegionNotice and new function osRegionNotice(string agentID, string msg) vor 6 Jahren
  UbitUmarov a6d5da3e7f mantis 8346: fix argument of osUnixTimeToTimestamp vor 6 Jahren
  UbitUmarov 5d0a1656bf mantis 8305: add osTriggerSoundLimited(..) vor 6 Jahren
  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 vor 6 Jahren
  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) vor 6 Jahren
  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 vor 7 Jahren
  UbitUmarov db88c93243 bug fix: add missing stub for osSetInertia vor 7 Jahren
  UbitUmarov e243dd0519 put back getAgentIP bug restricted, script owner must be a Administrator (god) vor 7 Jahren
  UbitUmarov 936aee412d remove osGetAgentIP() this was not a good idea to have :( vor 7 Jahren
  UbitUmarov e53f439981 add osGetNPCList() vor 7 Jahren
  UbitUmarov 84abdf866a add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y) vor 7 Jahren
  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 vor 7 Jahren
  UbitUmarov ae4266916c add string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, int timer, int face) to easy only setting a prim face vor 7 Jahren
  UbitUmarov c3dbf91152 osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one vor 7 Jahren