aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* llCollisionSound(,value) back to disable all sounds. new osCollisionSound(..)...UbitUmarov2016-08-274-9/+46
* potencial null refUbitUmarov2016-08-241-15/+15
* minor locking issueUbitUmarov2016-08-221-11/+11
* add a missing lock()UbitUmarov2016-08-211-1/+2
* fix llSetText utf8 string size clipingUbitUmarov2016-08-211-12/+2
* make the case llCollisionSound("",1.0) more clear its retunring to default s...UbitUmarov2016-08-211-1/+3
* fix llCollisionSound("",0.0) not disabling sounds BUT let llCollisionSound("...UbitUmarov2016-08-201-1/+4
* avoid telling a work job to cancel itselfUbitUmarov2016-08-191-2/+9
* do not enqueue next event processing if script is in SelfDelete stateUbitUmarov2016-08-191-3/+4
* ubOde revert making vehicle hover height disable hover. This at least breaks...UbitUmarov2016-08-061-15/+19
* fix incorrect ids in llDetected collision parametersUbitUmarov2016-08-061-2/+4
* fill data for llDetected funtions of collisions closer to the event. (xengin...UbitUmarov2016-08-052-31/+64
* remove country from avatars DetectParams, since it is only used on a cm func...UbitUmarov2016-08-052-7/+13
* Provide tests for native datatypes where LSL Constants are used in lists as J...BlueWall2016-08-031-6/+24