aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* changes on sog boundingbox and other cleanupUbitUmarov2019-01-251-38/+21
* some cleanupUbitUmarov2019-01-211-2/+2
* change float to byte roundingUbitUmarov2019-01-211-44/+88
* a few more changes to texturesentry handling on libomv and osUbitUmarov2019-01-141-33/+56
* mantis 8447: empty buttons list in llDialog now shows Ok buttonUbitUmarov2019-01-101-3/+3
* add some LSLUbitUmarov2018-12-281-0/+32
* LINK_ALL_CHILDREN includes sitting avatarsUbitUmarov2018-12-191-0/+4
* let osGetPrimitiveParams also return sitting avatar informationg, if PRIM_LIN...UbitUmarov2018-12-191-4/+9
* oopsUbitUmarov2018-12-191-2/+2
* bug fixesUbitUmarov2018-12-191-57/+62
* mantis 8427: add new reject flags, change default, see mantisUbitUmarov2018-12-171-3/+4
* minor changes on llSetContentTypeUbitUmarov2018-12-111-9/+16
* Remove OpenID cookie check (agni_sl_session_id) from *SetContentType Remove c...uriesk2018-12-111-13/+0
* mantis 8410: llwhisper, llSay and llShout emit from the source prim not rootUbitUmarov2018-11-191-3/+3
* some cleanupUbitUmarov2018-11-181-390/+384
* add a bit more things to ScriptSyntax, change a few more incoerent lsl types ...UbitUmarov2018-11-101-6/+6
* a few changes to last commitUbitUmarov2018-10-231-7/+5
* llName2Key. Thanks to mewtwo0641 and watcher64.Mandarinka Tasty2018-10-231-0/+20
* double OoopssUbitUmarov2018-10-201-1/+1
* remove TempAttachments moduleUbitUmarov2018-10-201-5/+52
* oooopsUbitUmarov2018-09-081-1/+7
* Yengine cast issueUbitUmarov2018-09-081-3/+4
* a few changes to ScriptSleep() functionsUbitUmarov2018-09-041-7/+4
* improve llOverMyLand() handling of potencial null refs. ty mriekerUbitUmarov2018-06-091-12/+14
* sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie...UbitUmarov2018-04-101-7/+7
* some cleanup on ll sound functionsUbitUmarov2018-04-091-38/+62
* several changes to materials, add llSet*PrimtiveParams*() support for them. ...UbitUmarov2018-04-011-80/+467
* fix some LSL functions to return type Key as they should and not stringUbitUmarov2018-03-051-25/+25
* Merge branch 'master' into httptestsUbitUmarov2018-03-051-49/+69
|\
| * make more clear some magic numbers on SOP getnumberofsides(), reduce unneces...UbitUmarov2018-03-051-40/+68
| * Remove the work around for sphere number of faces since as of commit 846f35 i...mewtwo06412018-03-041-9/+1
* | fix a string formatUbitUmarov2018-01-121-1/+1
|/
* add AGENT_LIST_EXCLUDENPC bit mask option to llGetAgentList scope to exclude...UbitUmarov2017-11-141-0/+10
* change a few more parcel eject code pathsUbitUmarov2017-08-241-1/+1
* fix llRot2Axis(ZERO_ROTATION) and non normalized inputs, same for llRot2Angle()UbitUmarov2017-08-161-14/+9
* fix lsl group role powers to change parcel passesUbitUmarov2017-07-251-2/+2
* remove wrong comment on lsl object rez. we can't add delays on async processUbitUmarov2017-07-111-3/+1
* do lsl object rez checks on script thread before wasting time possible creati...UbitUmarov2017-07-111-19/+21
* fix a cast that makes LitJson unhappyUbitUmarov2017-05-201-1/+1
* mantis 8172: fix llList2Json() in case of vector or rotation typesUbitUmarov2017-05-201-4/+18
* reWrite lsl json functions, forward slash is not escaped as LitJson spec; cod...UbitUmarov2017-05-191-130/+639
* mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e...UbitUmarov2017-04-261-3/+10
* some fixes on the materials paramenters of llGetPrimitiveParams()UbitUmarov2017-04-241-8/+48
* add suport for materials parameters PRIM_NORMAL, PRIM_SPECULAR and PRIM_ALPH...UbitUmarov2017-04-241-0/+88
* fix (or actually break) llList2float() since LSL_Key is same as LSL_String,...UbitUmarov2017-04-241-2/+3
* mantis 8154 dont let self lResetOtherScript mean harakiriUbitUmarov2017-04-211-89/+77
* Merge branch 'melanie'Melanie Thielker2017-03-311-0/+13
|\
| * Add the option to link a scene object with a monitoring objectMelanie Thielker2017-03-311-0/+13
* | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov2017-01-261-2/+0
* | fix llScriptDanger(); don't call old ScriptDamage on ossl health functionsUbitUmarov2017-01-211-1/+1