aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into httptestsUbitUmarov2016-11-275-11/+78
|\
| * 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
* | Merge branch 'master' into httptestsUbitUmarov2016-11-166-32/+177
|\ \ | |/
| * 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
* | Merge branch 'master' into httptestsUbitUmarov2016-11-075-52/+163
|\ \ | |/
| * 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
* | Merge branch 'master' into httptestsUbitUmarov2016-11-043-0/+33
|\ \ | |/
| * 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
* | Merge branch 'master' into httptestsUbitUmarov2016-11-032-12/+11
|\ \ | |/
| * 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
* | Merge branch 'master' into httptestsUbitUmarov2016-10-081-95/+72
|\ \ | |/
| * 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
* | recover regions main http server ssl suport. Using a PKCS12 cert file, and no...UbitUmarov2016-10-061-1/+1
|/
* 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
* Xengine: forgot to do the indent on map tooUbitUmarov2016-08-311-0/+3
* Xengine: fix intermediate csharpe source identation. Not sure why i care, com...UbitUmarov2016-08-311-1/+2
* Xengine: try to reduce memory pressure of scripts compile. Still ugly code, p...UbitUmarov2016-08-315-356/+337
* Xengine: remove a no thread safe locking, don't allocate a few objects only n...UbitUmarov2016-08-301-21/+16
* change my previus fix, change xengine to expect SOG and not attachments modul...UbitUmarov2016-08-291-1/+8
* mantis: 8008 unscripted child prim collisions didn't trigger scripted root pr...UbitUmarov2016-08-282-0/+6
* experimental function. Results still too volatile to be usefullUbitUmarov2016-08-273-2/+14
* stack overflow is (not)funny :)UbitUmarov2016-08-271-1/+7