aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleanup last patchUbitUmarov2018-12-111-18/+23
* Add osNpcSayTo(key npc, key target, integer channel, string message)Bill Blight2018-12-111-0/+26
* change osSetContentType threat levelUbitUmarov2018-12-111-1/+1
* OSSL remove functions with illegal lsl types, also redundanteUbitUmarov2018-11-281-75/+0
* remove a ossl dev only optionUbitUmarov2018-11-261-11/+1
* add script constant OS_APIVERSION, we should inc this on any change on any ap...UbitUmarov2018-11-261-47/+77
* fix ossl severe errorUbitUmarov2018-11-251-5/+5
* add osApproxEquals for float, vector and rotation, note that default margin i...UbitUmarov2018-11-201-0/+98
* add a few string functions to OSSLUbitUmarov2018-11-181-1/+176
* remove odd ossl functionUbitUmarov2018-11-181-20/+0
* remove CM api, add replacement ossl functions, as i should had done on the me...UbitUmarov2018-11-151-0/+48
* change ossl link sound functions to search for sound both on script host and...UbitUmarov2018-11-141-18/+20
* oopsUbitUmarov2018-10-201-1/+1
* ossl error messages are not from a agentUbitUmarov2018-10-201-1/+1
* avoid a null ref during jenkins testsUbitUmarov2018-10-201-1/+2
* change ossl error report and NPC create error handlingUbitUmarov2018-10-201-10/+11
* mantis 8398: fix with previus commits; removed redundante codeUbitUmarov2018-10-201-11/+5
* minor changesUbitUmarov2018-09-291-34/+52
* **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat...Bill Blight2018-09-291-0/+10
* fix osDie harakiri for YengineUbitUmarov2018-09-131-17/+20
* a few changes to ScriptSleep() functionsUbitUmarov2018-09-041-3/+6
* avoid using new c# sintaxe that will fail on older compilersUbitUmarov2018-08-301-3/+5
* minor changes to last patchUbitUmarov2018-08-301-7/+7
* Adding check permission CanIssueEstateCommand for osRegionNotice and new func...Mandarinka Tasty2018-08-301-7/+30
* mantis 8346: fix argument of osUnixTimeToTimestampUbitUmarov2018-07-271-1/+1
* sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie...UbitUmarov2018-04-101-7/+7
* mantis 8305: add osTriggerSoundLimited(..)UbitUmarov2018-04-101-0/+20
* mantis 8305: add several ossl sound funtions that accept a link number for t...UbitUmarov2018-04-091-0/+193
* fix the comment about return value of osAngleBetween() its 0 to PIUbitUmarov2018-04-041-2/+2
* add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ...UbitUmarov2018-04-031-0/+28
* let ossl have its own config sectionUbitUmarov2018-02-021-5/+10
* fix a string formatUbitUmarov2018-01-141-1/+1
* Corrected name of function in call to CheckThreatLevel.Kevin Cozens2017-10-261-1/+1
* Whitespace cleanup.Kevin Cozens2017-10-261-19/+19
* add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulator...UbitUmarov2017-10-151-0/+16
* osSetParcelDetails: add more land update codeUbitUmarov2017-07-121-5/+21
* osSetParcelDetails: make seeAVs send updates. This is a temporary patch, thi...UbitUmarov2017-07-121-0/+15
* osSetParcelDetails: allow parcel group to be cleared alsoUbitUmarov2017-07-121-7/+15
* osSetParcelDetails: place hard restrictions on change owner,claimdate (both ...UbitUmarov2017-07-121-16/+99
* do calls to m_host.AddScriptLPS() on the right place on osslm this stat is of...UbitUmarov2017-06-301-208/+16
* put osGetAgentIP() in threat control with level Severe so it can be disabled ...UbitUmarov2017-06-301-11/+5
* put back getAgentIP bug restricted, script owner must be a Administrator (god)UbitUmarov2017-06-281-0/+18
* remove osGetAgentIP() this was not a good idea to have :(UbitUmarov2017-06-271-25/+1
* dont list deleted ones, that still don't know they are goneUbitUmarov2017-06-261-2/+2
* dont list deleted ones, that still don't know they are goneUbitUmarov2017-06-261-1/+2
* add osGetNPCList()UbitUmarov2017-06-261-0/+19
* also on the actual source fileUbitUmarov2017-06-261-11/+13
* add similar restrictions to osObjectTeleport :(UbitUmarov2017-06-261-2/+41
* let osTeleport* always work on script prim ownerUbitUmarov2017-06-261-17/+15
* put back restriction that on osTeleport the target must be on land owned by t...UbitUmarov2017-06-261-15/+78