aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* restrict osDie to objects rezzed by the script object group and a few more ch...UbitUmarov2016-12-141-11/+19
* Add osDie(key)Jeff Kelley2016-12-143-0/+49
* also reduce check threat level of osNpcSetProfileAbout to Low; update osslEn...UbitUmarov2016-12-141-1/+1
* also fox chekc threat level on osNpcSetProfileAboutUbitUmarov2016-12-141-1/+1
* Fox threat level line on SetProfileImage. It is ALWAYS the name of the function!Melanie Thielker2016-12-141-1/+1
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty2016-12-143-0/+35
* The new string-parameter: "region_object_bonus" for llGetEnv(string name);Mandarinka Tasty2016-12-091-0/+4
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov2016-12-063-0/+25
* remove SOG.FromPartID from main code and flag it obsoleteUbitUmarov2016-12-041-2/+4
* The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2016-12-042-0/+7
* Adding new string-parameter: "region_max_prims" for llGetEnv(string name);Mandarinka Tasty2016-12-041-0/+4
* The new Constant: integer OBJECT_TEMP_ATTACHED = 34;Mandarinka Tasty2016-11-302-0/+14
* change last patch a bitUbitUmarov2016-11-281-19/+25
* The implementation of new flags = parameters for llGetObjectDetails - Part II...Mandarinka Tasty2016-11-282-0/+27
* The implementation of new flags = paramters for llGetObjectDetails - Part I C...Mandarinka Tasty2016-11-282-0/+26
* don't go seach for info we already have at hand.. and there is no region hei...UbitUmarov2016-11-261-2/+4
* reduce the resolution of llGetTime and llGetAndResetTime, to 1msUbitUmarov2016-11-251-2/+2
* add llGetMaxScaleFactor and llGetMinScaleFactorUbitUmarov2016-11-253-0/+34
* change llScaleByFactor (sorry Mandarinka).UbitUmarov2016-11-251-30/+9
* Implementation of LSL_Integer llScaleByFactor(double scaling_factor)Mandarinka Tasty2016-11-253-0/+52
* work around viewers not suporting large regions on landmark creation. They s...UbitUmarov2016-11-241-2/+2
* fix llRez(AtRoot/Object) error messages on shared code pathUbitUmarov2016-11-231-3/+3
* replace datetime.now on just timming by faster utcnowUbitUmarov2016-11-221-2/+2
* fix parsing of a vector4 and storing on a lsl quaternion needed for lightSha...UbitUmarov2016-11-162-5/+30
* prevent self call to llSetScriptState(ownname,FALSE) from blocking entire engineUbitUmarov2016-11-133-5/+13
* fix some invalid string.format argumentsUbitUmarov2016-11-091-2/+87
* change display and log of normal script errorsUbitUmarov2016-11-081-20/+47
* add a few more lsl constants for attachmentsUbitUmarov2016-11-071-0/+15
* oops bug fixUbitUmarov2016-11-061-19/+29
* restrict ubOde castray with terrain range only on horizontal plane, let it fi...UbitUmarov2016-11-061-8/+12
* change llGetTime() source clockUbitUmarov2016-11-061-10/+9
* some types may already be native in MOD_Api ConvertFromLSLUbitUmarov2016-11-052-2/+6
* Regression, really ???UbitUmarov2016-11-051-0/+2
* add suport for PRIM_SIT_TARGET on Set(link)PrimitveParameters. This may not b...UbitUmarov2016-11-052-2/+54
* add suport for PRIM_SIT_TARGET on get(link)PrimitveParameters and fix typosUbitUmarov2016-11-052-12/+24
* add a few lsl constants and move some aroundUbitUmarov2016-11-051-7/+20
* by design HUD objects are privateUbitUmarov2016-11-041-12/+13
* Implementation of new LSL function: list llGetAttachedList(key avatar); It al...Mandarinka Tasty2016-11-043-0/+32
* XEngine: make calls to gc.collect on region startup scripts loading a configu...UbitUmarov2016-11-031-6/+6
* ignore prims with shape type none on max size check for physicsUbitUmarov2016-10-251-6/+5
* bug fix: add a missing return; add some error messagesUbitUmarov2016-09-221-2/+7
* mantis 8027: let osMessageAttachments also send to attachments child prims.. ...UbitUmarov2016-09-221-93/+65
* tests making sure evering thing is coerently wrong..UbitUmarov2016-09-031-1/+1
* <0,0,0,0> is not a rotationUbitUmarov2016-09-032-4/+4
* Xengine only do GC.Collect if logins disabledUbitUmarov2016-09-011-1/+3
* Xengine: and fix line count againUbitUmarov2016-08-312-9/+5
* Xengine: put back a newline on scripts preamble, and the ugly filename prefix...UbitUmarov2016-08-311-3/+3
* Xengine: if option AppDomainLoading = true, create script domains for each SO...UbitUmarov2016-08-311-3/+4
* Xengine: coment out tests too dependent on precise characters and lines gener...UbitUmarov2016-08-311-2/+5
* Xengine: also missed a few newlines accountUbitUmarov2016-08-312-3/+7