| Commit message (Expand) | Author | Age | Files | Lines |
* | detect a fully degenerated mesh and avoid using it and so crashing ubOde | UbitUmarov | 2015-10-12 | 2 | -1/+18 |
* | use System.IO.Compression.DeflateStream for mesh decompression like master, s... | UbitUmarov | 2015-10-11 | 1 | -9/+9 |
* | display prim name, if unzip of selected phsyics mesh part fails on ubMeshmer... | UbitUmarov | 2015-10-11 | 1 | -1/+1 |
* | fix the casting to Boolean of lsl types vector,quaternion,list and rotation,... | UbitUmarov | 2015-10-08 | 1 | -0/+28 |
* | change NPC restriction options default from restricted to all allowed, as ma... | UbitUmarov | 2015-10-08 | 1 | -10/+4 |
* | in llAttachToAvatarTemp() (TempAttachmentsModule) dont add to inventory, lik... | UbitUmarov | 2015-10-04 | 1 | -1/+1 |
* | Implement an overridable implementation of PhysicsActor.SetVehicle() | Robert Adams | 2015-10-02 | 2 | -2/+103 |
* | reduce some diferences with master | UbitUmarov | 2015-10-02 | 1 | -256/+260 |
* | put back ip check on llSetContentType | UbitUmarov | 2015-10-02 | 1 | -3/+1 |
* | also on another location, plus a bit clean | UbitUmarov | 2015-10-02 | 1 | -7/+10 |
* | do group SetPos sync as master, script thread does need to wait for it to be... | UbitUmarov | 2015-10-02 | 1 | -3/+1 |
* | change llSetContentType to master version, but removing IP check | UbitUmarov | 2015-10-02 | 1 | -15/+16 |
* | remove unused method parameter master also removed | UbitUmarov | 2015-10-02 | 3 | -5/+8 |
* | do not send DisableSimulator on teleport if agent is already returning | UbitUmarov | 2015-10-02 | 1 | -2/+2 |
* | send DisableSimulator messages on closing childagents. Possible still not on... | UbitUmarov | 2015-10-01 | 2 | -3/+18 |
* | make bakes reception handle empty BakedTexture elements. But at same time st... | UbitUmarov | 2015-10-01 | 1 | -36/+36 |
* | change GetNewRezLocation physics ray results processing | UbitUmarov | 2015-10-01 | 1 | -21/+38 |
* | remove a forgotten if that is actually only a statement | UbitUmarov | 2015-10-01 | 1 | -1/+1 |
* | fix missing clear of queued timer even and state transition flags on scripts... | UbitUmarov | 2015-10-01 | 1 | -0/+7 |
* | let hoverheight rest position be a falling state | UbitUmarov | 2015-09-30 | 2 | -2/+12 |
* | add get method on physics actors PIDHoverActive | UbitUmarov | 2015-09-30 | 11 | -5/+21 |
* | first steps adding suport for llSetHoverHeight() called from attachments on ... | UbitUmarov | 2015-09-30 | 1 | -16/+143 |
* | add high level code suport for SetHoverHeight() called from a attachment, so... | UbitUmarov | 2015-09-30 | 2 | -13/+14 |
* | some fixes/changes on land send | UbitUmarov | 2015-09-30 | 1 | -7/+14 |
* | let sp know about scene before anything else on creation | UbitUmarov | 2015-09-30 | 1 | -1/+1 |
* | clamp all draw distance changes within region limits | UbitUmarov | 2015-09-30 | 1 | -8/+14 |
* | add several options for NPC creation so abusive use can be reduced (restrict... | UbitUmarov | 2015-09-30 | 3 | -10/+81 |
* | remove some restrictions on NPCs creation | UbitUmarov | 2015-09-29 | 1 | -41/+19 |
* | clean some spacing issues | UbitUmarov | 2015-09-29 | 1 | -1/+1 |
* | try fix some whitespaces VS decided to change | UbitUmarov | 2015-09-29 | 1 | -26/+28 |
* | add processing of AvatarGroupsRequest message that should be used to get oth... | UbitUmarov | 2015-09-29 | 1 | -7/+34 |
* | remove groups handlers onClientClosed | UbitUmarov | 2015-09-28 | 1 | -29/+32 |
* | let us see our online friends | UbitUmarov | 2015-09-28 | 1 | -6/+6 |
* | remove a auxiliar vector no longer needed | UbitUmarov | 2015-09-28 | 1 | -7/+5 |
* | recover a lost position check for mega regions | UbitUmarov | 2015-09-28 | 1 | -6/+7 |
* | ... ossl merge issue | UbitUmarov | 2015-09-28 | 3 | -5/+9 |
* | ... post merge issue | UbitUmarov | 2015-09-28 | 1 | -6/+14 |
* | add missing handlers for preferences | UbitUmarov | 2015-09-28 | 1 | -0/+2 |
* | change copyright to opensim | UbitUmarov | 2015-09-28 | 1 | -3/+27 |
* | change copyright to opensim | UbitUmarov | 2015-09-28 | 1 | -5/+26 |
* | add missing handlers for preferences | UbitUmarov | 2015-09-28 | 1 | -0/+4 |
* | let SendAvatarGroupsReply fall back to UDP if no caps and make use of it | UbitUmarov | 2015-09-27 | 2 | -72/+10 |
* | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 2015-09-27 | 3 | -1/+45 |
* | AvatarGroupsReply message does not have ListInProfile fields | UbitUmarov | 2015-09-27 | 1 | -4/+4 |
* | several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are pr... | UbitUmarov | 2015-09-27 | 1 | -83/+67 |
* | in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings e... | UbitUmarov | 2015-09-26 | 1 | -2/+2 |
* | add the Default Groups module lost in the merge | UbitUmarov | 2015-09-26 | 1 | -0/+260 |
* | coment out some debug, clean a bit | UbitUmarov | 2015-09-26 | 2 | -24/+3 |
* | fix unscripted sits without physics help | UbitUmarov | 2015-09-26 | 1 | -9/+4 |
* | fix object rez on terrain, i broke adding physics assistance | UbitUmarov | 2015-09-26 | 1 | -11/+19 |