aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (unfollow)
Commit message (Expand)AuthorFilesLines
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-11Oops... don't leave script source out of compilation in same casesUbitUmarov1-2/+5
2018-01-04disable some XmlResolverUbitUmarov2-0/+3
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-09-04Fixed typo in function name HaveNotifiedLogOfScriptStopMistmatch.Kevin Cozens1-3/+3
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
2017-06-24osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov3-0/+15
2017-05-28 make use of a rare thing called StringBuilder on LSL_List. LSL_List uses may...UbitUmarov1-30/+39
2017-05-28 make LSL_list a CLASS again. Now we need to it allover again. Scripts need t...UbitUmarov1-1/+1
2017-05-27minor cleanupUbitUmarov2-76/+32
2017-05-26avoid some wrong watchdog timeoutsUbitUmarov1-2/+1
2017-05-25move assetsconnector threads to whatchdog; Abort all alive threads known to w...UbitUmarov2-0/+2
2017-05-24give up on the code to stop AsyncCommandManager. It fails with many scripts r...UbitUmarov1-1/+3
2017-05-23 fix lock position removing a not necessary functionUbitUmarov1-10/+1
2017-05-23allow new thread creation if it was aborted on AsyncCommandManagerUbitUmarov1-3/+6
2017-05-23protect AsyncCommandManager thread from fails on the several things it checksUbitUmarov1-6/+7
2017-05-23only remove AsyncCommandManager thread when last instance is deletedUbitUmarov1-4/+11
2017-05-23 stop a few more threads on exitUbitUmarov1-16/+14