| Commit message (Expand) | Author | Age | Files | Lines |
* | add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ... | UbitUmarov | 2019-04-08 | 1 | -0/+6 |
* | remove redundant osInventoryDescription() and improve osInventoryDesc() to do... | UbitUmarov | 2019-02-22 | 1 | -7/+2 |
* | add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) b... | UbitUmarov | 2019-02-21 | 1 | -0/+5 |
* | add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInvento... | UbitUmarov | 2019-02-21 | 1 | -1/+10 |
* | add LSL_Key osGetInventoryLastOwner(string itemNameorid) | UbitUmarov | 2019-02-21 | 1 | -0/+6 |
* | add osKickAvatar(LSL_Key agentKey, string alert) | UbitUmarov | 2019-02-20 | 1 | -7/+12 |
* | cleanup last patch | UbitUmarov | 2018-12-11 | 1 | -2/+4 |
* | Add osNpcSayTo(key npc, key target, integer channel, string message) | Bill Blight | 2018-12-11 | 1 | -2/+4 |
* | OSSL remove functions with illegal lsl types, also redundante | UbitUmarov | 2018-11-28 | 1 | -10/+0 |
* | add script constant OS_APIVERSION, we should inc this on any change on any ap... | UbitUmarov | 2018-11-26 | 1 | -2/+2 |
* | add osApproxEquals for float, vector and rotation, note that default margin i... | UbitUmarov | 2018-11-20 | 1 | -0/+30 |
* | add a few string functions to OSSL | UbitUmarov | 2018-11-18 | 1 | -0/+50 |
* | remove odd ossl function | UbitUmarov | 2018-11-18 | 1 | -5/+0 |
* | remove CM api, add replacement ossl functions, as i should had done on the me... | UbitUmarov | 2018-11-15 | 1 | -0/+10 |
* | minor changes | UbitUmarov | 2018-09-29 | 1 | -2/+2 |
* | **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat... | Bill Blight | 2018-09-29 | 1 | -1/+6 |
* | minor changes to last patch | UbitUmarov | 2018-08-30 | 1 | -1/+1 |
* | Adding check permission CanIssueEstateCommand for osRegionNotice and new func... | Mandarinka Tasty | 2018-08-30 | 1 | -0/+5 |
* | mantis 8346: fix argument of osUnixTimeToTimestamp | UbitUmarov | 2018-07-27 | 1 | -1/+1 |
* | mantis 8305: add osTriggerSoundLimited(..) | UbitUmarov | 2018-04-10 | 1 | -0/+7 |
* | mantis 8305: add several ossl sound funtions that accept a link number for t... | UbitUmarov | 2018-04-09 | 1 | -0/+49 |
* | add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ... | UbitUmarov | 2018-04-03 | 1 | -0/+21 |
* | add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulator... | UbitUmarov | 2017-10-15 | 1 | -1/+6 |
* | bug fix: add missing stub for osSetInertia | UbitUmarov | 2017-10-01 | 1 | -0/+5 |
* | put back getAgentIP bug restricted, script owner must be a Administrator (god) | UbitUmarov | 2017-06-28 | 1 | -0/+5 |
* | remove osGetAgentIP() this was not a good idea to have :( | UbitUmarov | 2017-06-27 | 1 | -6/+1 |
* | add osGetNPCList() | UbitUmarov | 2017-06-26 | 1 | -0/+5 |
* | add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_... | UbitUmarov | 2017-06-25 | 1 | -4/+9 |
* | add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float... | UbitUmarov | 2017-06-24 | 1 | -0/+15 |
* | add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ... | UbitUmarov | 2017-06-24 | 1 | -0/+6 |
* | osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one | UbitUmarov | 2017-06-24 | 1 | -0/+5 |
* | several changes for osTeleportObject | UbitUmarov | 2017-04-15 | 1 | -2/+2 |
* | add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin... | UbitUmarov | 2017-04-04 | 1 | -0/+5 |
* | mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ... | UbitUmarov | 2017-04-04 | 1 | -2/+2 |
* | add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L... | UbitUmarov | 2017-04-03 | 1 | -0/+4 |
* | add OSSL functions to override linksets total mass, center of mass and inert... | UbitUmarov | 2017-03-31 | 1 | -0/+26 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -7/+7 |
* | Add osDie(key) | Jeff Kelley | 2016-12-14 | 1 | -0/+5 |
* | New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc... | Mandarinka Tasty | 2016-12-14 | 1 | -0/+5 |
* | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou... | UbitUmarov | 2016-12-06 | 1 | -0/+5 |
* | experimental function. Results still too volatile to be usefull | UbitUmarov | 2016-08-27 | 1 | -2/+1 |
* | stack overflow is (not)funny :) | UbitUmarov | 2016-08-27 | 1 | -1/+7 |
* | llCollisionSound(,value) back to disable all sounds. new osCollisionSound(..)... | UbitUmarov | 2016-08-27 | 1 | -0/+5 |
* | add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); healrate... | UbitUmarov | 2016-07-25 | 1 | -0/+10 |
* | add osSetHealth() value from 1 to 100; (mantis 7973) | UbitUmarov | 2016-07-24 | 1 | -0/+5 |
* | add OSSL osGetPhysicsEngineName(). this returns a string with name and versio... | UbitUmarov | 2016-07-04 | 1 | -0/+5 |
* | Enhancement of osRegionRestart | Mandarinka Tasty | 2016-05-30 | 1 | -0/+5 |
* | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 2016-03-16 | 1 | -0/+10 |
* | ... ossl merge issue | UbitUmarov | 2015-09-28 | 1 | -3/+6 |
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -3/+0 |