aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ...UbitUmarov2019-04-081-0/+6
* remove redundant osInventoryDescription() and improve osInventoryDesc() to do...UbitUmarov2019-02-221-7/+2
* add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) b...UbitUmarov2019-02-211-0/+5
* add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInvento...UbitUmarov2019-02-211-1/+10
* add LSL_Key osGetInventoryLastOwner(string itemNameorid)UbitUmarov2019-02-211-0/+6
* add osKickAvatar(LSL_Key agentKey, string alert)UbitUmarov2019-02-201-7/+12
* cleanup last patchUbitUmarov2018-12-111-2/+4
* Add osNpcSayTo(key npc, key target, integer channel, string message)Bill Blight2018-12-111-2/+4
* OSSL remove functions with illegal lsl types, also redundanteUbitUmarov2018-11-281-10/+0
* add script constant OS_APIVERSION, we should inc this on any change on any ap...UbitUmarov2018-11-261-2/+2
* add osApproxEquals for float, vector and rotation, note that default margin i...UbitUmarov2018-11-201-0/+30
* add a few string functions to OSSLUbitUmarov2018-11-181-0/+50
* remove odd ossl functionUbitUmarov2018-11-181-5/+0
* remove CM api, add replacement ossl functions, as i should had done on the me...UbitUmarov2018-11-151-0/+10
* minor changesUbitUmarov2018-09-291-2/+2
* **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat...Bill Blight2018-09-291-1/+6
* minor changes to last patchUbitUmarov2018-08-301-1/+1
* Adding check permission CanIssueEstateCommand for osRegionNotice and new func...Mandarinka Tasty2018-08-301-0/+5
* mantis 8346: fix argument of osUnixTimeToTimestampUbitUmarov2018-07-271-1/+1
* mantis 8305: add osTriggerSoundLimited(..)UbitUmarov2018-04-101-0/+7
* mantis 8305: add several ossl sound funtions that accept a link number for t...UbitUmarov2018-04-091-0/+49
* add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ...UbitUmarov2018-04-031-0/+21
* add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulator...UbitUmarov2017-10-151-1/+6
* bug fix: add missing stub for osSetInertiaUbitUmarov2017-10-011-0/+5
* put back getAgentIP bug restricted, script owner must be a Administrator (god)UbitUmarov2017-06-281-0/+5
* remove osGetAgentIP() this was not a good idea to have :(UbitUmarov2017-06-271-6/+1
* add osGetNPCList()UbitUmarov2017-06-261-0/+5
* add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_...UbitUmarov2017-06-251-4/+9
* add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float...UbitUmarov2017-06-241-0/+15
* add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ...UbitUmarov2017-06-241-0/+6
* osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov2017-06-241-0/+5
* several changes for osTeleportObjectUbitUmarov2017-04-151-2/+2
* add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin...UbitUmarov2017-04-041-0/+5
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ...UbitUmarov2017-04-041-2/+2
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L...UbitUmarov2017-04-031-0/+4
* add OSSL functions to override linksets total mass, center of mass and inert...UbitUmarov2017-03-311-0/+26
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-7/+7
* Add osDie(key)Jeff Kelley2016-12-141-0/+5
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty2016-12-141-0/+5
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov2016-12-061-0/+5
* experimental function. Results still too volatile to be usefullUbitUmarov2016-08-271-2/+1
* stack overflow is (not)funny :)UbitUmarov2016-08-271-1/+7
* llCollisionSound(,value) back to disable all sounds. new osCollisionSound(..)...UbitUmarov2016-08-271-0/+5
* add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); healrate...UbitUmarov2016-07-251-0/+10
* add osSetHealth() value from 1 to 100; (mantis 7973)UbitUmarov2016-07-241-0/+5
* add OSSL osGetPhysicsEngineName(). this returns a string with name and versio...UbitUmarov2016-07-041-0/+5
* Enhancement of osRegionRestartMandarinka Tasty2016-05-301-0/+5
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-0/+10
* ... ossl merge issueUbitUmarov2015-09-281-3/+6
* seems to compile ( tests comented out)UbitUmarov2015-09-021-3/+0