aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (unfollow)
Commit message (Expand)AuthorFilesLines
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 ...UbitUmarov4-0/+60
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-18COmment out relocation of tmp cs source file during compilation. This seems t...UbitUmarov1-2/+3
2018-02-18COmment out relocation of tmp cs source file during compilation. This seems t...UbitUmarov1-2/+6
2018-02-11Oops... don't leave script source out of compilation in same casesUbitUmarov1-2/+5
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-18pesty warningUbitUmarov1-1/+1
2018-01-17remove more xml things no longer needed on .net >4.5.2UbitUmarov1-1/+0
2018-01-16update lsl2c tools and parsing files. This may fix some issues with precenden...UbitUmarov2-30478/+30457
2018-01-15shut up some pesty warningsUbitUmarov1-1/+0
2018-01-14 fix a string formatUbitUmarov1-1/+1
2018-01-12fix a string formatUbitUmarov1-1/+1
2018-01-04disable some XmlResolverUbitUmarov1-0/+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-26avoid leasing issues on lsl_list on domain crossings. This will make their us...UbitUmarov1-1/+1
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 ...UbitUmarov3-19/+103
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