aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-27mantis 8346: fix argument of osUnixTimeToTimestampUbitUmarov3-3/+3
2018-07-18mantis8341: fix MOD and LS apis configuration read from ossl fileUbitUmarov2-2/+13
2018-07-14use Vector.Distance not util..UbitUmarov1-2/+2
2018-06-09improve llOverMyLand() handling of potencial null refs. ty mriekerUbitUmarov1-12/+14
2018-05-04mantis 8084: add the missing PRIM_ALPHA_MODE constantsUbitUmarov1-0/+6
2018-04-10 sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie...UbitUmarov2-14/+14
2018-04-10 mantis 8305: add osTriggerSoundLimited(..)UbitUmarov3-0/+29
2018-04-09 some cleanup on ll sound functionsUbitUmarov1-38/+62
2018-04-09 mantis 8305: add several ossl sound funtions that accept a link number for t...UbitUmarov3-0/+253
2018-04-04fix the comment about return value of osAngleBetween() its 0 to PIUbitUmarov1-2/+2
2018-04-03add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ...UbitUmarov3-0/+55
2018-04-01 several changes to materials, add llSet*PrimtiveParams*() support for them. ...UbitUmarov1-80/+467
2018-03-05fix some LSL functions to return type Key as they should and not stringUbitUmarov3-39/+39
2018-03-05 make more clear some magic numbers on SOP getnumberofsides(), reduce unneces...UbitUmarov1-40/+68
2018-03-04Remove the work around for sphere number of faces since as of commit 846f35 i...mewtwo06411-9/+1
2018-02-02 add experimental script engine XMRengine donated by mrieker (DreamNation) An...UbitUmarov1-13/+15
2018-02-02let ossl have its own config sectionUbitUmarov1-5/+10
2018-01-14 fix a string formatUbitUmarov1-1/+1
2018-01-12fix a string formatUbitUmarov1-1/+1
2017-11-14 add AGENT_LIST_EXCLUDENPC bit mask option to llGetAgentList scope to exclude...UbitUmarov2-0/+11
2017-10-26Corrected name of function in call to CheckThreatLevel.Kevin Cozens1-1/+1
2017-10-26Whitespace cleanup.Kevin Cozens1-19/+19
2017-10-15add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulator...UbitUmarov3-1/+23
2017-10-01bug fix: add missing stub for osSetInertiaUbitUmarov2-0/+6
2017-08-24change a few more parcel eject code pathsUbitUmarov1-1/+1
2017-08-16fix llRot2Axis(ZERO_ROTATION) and non normalized inputs, same for llRot2Angle()UbitUmarov1-14/+9
2017-07-25fix lsl group role powers to change parcel passesUbitUmarov1-2/+2
2017-07-12 osSetParcelDetails: add more land update codeUbitUmarov1-5/+21
2017-07-12 osSetParcelDetails: make seeAVs send updates. This is a temporary patch, thi...UbitUmarov1-0/+15
2017-07-12 osSetParcelDetails: allow parcel group to be cleared alsoUbitUmarov1-7/+15
2017-07-12 osSetParcelDetails: place hard restrictions on change owner,claimdate (both ...UbitUmarov2-17/+102
2017-07-11remove wrong comment on lsl object rez. we can't add delays on async processUbitUmarov1-3/+1
2017-07-11do lsl object rez checks on script thread before wasting time possible creati...UbitUmarov1-19/+21
2017-06-30do calls to m_host.AddScriptLPS() on the right place on osslm this stat is of...UbitUmarov1-208/+16
2017-06-30put osGetAgentIP() in threat control with level Severe so it can be disabled ...UbitUmarov1-11/+5
2017-06-28put back getAgentIP bug restricted, script owner must be a Administrator (god)UbitUmarov3-0/+24
2017-06-27remove osGetAgentIP() this was not a good idea to have :(UbitUmarov3-32/+2
2017-06-26dont list deleted ones, that still don't know they are goneUbitUmarov1-2/+2
2017-06-26dont list deleted ones, that still don't know they are goneUbitUmarov1-1/+2
2017-06-26add osGetNPCList()UbitUmarov3-0/+25
2017-06-26also on the actual source fileUbitUmarov1-11/+13
2017-06-26add similar restrictions to osObjectTeleport :(UbitUmarov1-2/+41
2017-06-26let osTeleport* always work on script prim ownerUbitUmarov1-17/+15
2017-06-26put back restriction that on osTeleport the target must be on land owned by t...UbitUmarov1-15/+78
2017-06-26some shortcuts on local osTeleport, reduce its time penalty, do it with scrip...UbitUmarov1-53/+49
2017-06-25add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_...UbitUmarov3-11/+26
2017-06-24add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float...UbitUmarov3-16/+60
2017-06-24revert the thread level change; remove unused dynamic texture timer from inte...UbitUmarov1-7/+7
2017-06-24change thread level of osSetDynamicTextureDataBlendFace to VeryHighUbitUmarov1-1/+1
2017-06-24add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ...UbitUmarov3-1/+15