aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-121/+121
* a few changes to Gods ( ie administrators) controlUbitUmarov2017-01-051-22/+26
* forgot one gc.collect wait for finalizersUbitUmarov2016-12-291-1/+5
* Rename charterMember to membershipType to show what it actually is.Melanie Thielker2016-12-121-2/+2
* do a GC collect on last client exitUbitUmarov2016-12-011-4/+2
* Remove unused integer vars from LLClientViewAliciaRaven2016-12-011-2/+0
* remove 2 more null refs i added to release memoryUbitUmarov2016-11-261-2/+2
* fix maturity on parcelInfoUbitUmarov2016-11-231-4/+3
* full change ServiceThrottleModule. Let it still service RegionHandleRequest a...UbitUmarov2016-11-221-48/+4
* revert more object references removal on clients close because 2 many code pa...UbitUmarov2016-11-201-2/+1
* give up on OutPacket drop condition on closingUbitUmarov2016-11-201-1/+3
* change OutPacket drop conditionUbitUmarov2016-11-191-1/+9
* remove some potencial null refs i did add in last days :(UbitUmarov2016-11-191-2/+6
* avoid a null ref. (needs better way)UbitUmarov2016-11-181-0/+6
* explicitly remove some references, and other useless changesUbitUmarov2016-11-171-82/+78
* minor: dont let rcvd agentupdates time jump backUbitUmarov2016-11-161-1/+6
* reduce calls to physics world cast rays for camera collision checkUbitUmarov2016-11-141-2/+6
* on Select use again the priority queues to send ObjectProperties, including p...UbitUmarov2016-11-101-2/+31
* avoid a null ref, few changes to udp updates sendUbitUmarov2016-11-051-27/+5
* only add a prim to physics in PhysicsShapeType if changing from type none. wh...UbitUmarov2016-11-021-1/+0
* viewer crash bug fix: fis the udp packets split of SendEstateList() large lis...UbitUmarov2016-10-241-71/+58
* bug fix: let ALL avatar controls have a repeat rate controled by viewer (so a...UbitUmarov2016-10-151-1/+1
* bug fix: We can't filter out any of the avatar controls relative to movement,...UbitUmarov2016-10-151-4/+5
* dont let ignored AgentUpdates change their throttles. Apply respective moveme...UbitUmarov2016-10-051-44/+43
* fix caching of wind and cloud packets in the case of several regions on a ins...UbitUmarov2016-09-231-43/+44
* do the same for legacy clouds (still visible on older viewer ie singu 1.8.7)....UbitUmarov2016-09-231-14/+38
* cache wind compressed data so cpu burning compression is only done after a ch...UbitUmarov2016-09-231-12/+36
* add a version tag to wind and cloud data updates to iclientUbitUmarov2016-09-231-4/+7
* add skeleton on handle revoke permissions packet ( non funtional still ) ( do...UbitUmarov2016-09-121-1/+20
* send selected objects Proprieties udp part outside update queues and as a ph...UbitUmarov2016-08-251-0/+42
* suspend the use of SelectedObjects list. It is not threadSafe and is not in ...UbitUmarov2016-08-251-4/+0
* first step changing Object Select codeUbitUmarov2016-08-251-89/+28
* fix updates resend by reEnqueing, that got broken down the lineUbitUmarov2016-08-191-15/+13
* add caps HomeLocation ; add client SendAlertMessage(string message, string in...UbitUmarov2016-08-181-0/+12
* avoid automatic packet spliting in GroupMembersReplyUbitUmarov2016-08-121-10/+19
* only reissue a kill if a update is for a deleted sog root part.UbitUmarov2016-08-121-3/+2
* partially revert commit 42a9afdc43cc.. of 06-12 not allowing more updates to...UbitUmarov2016-08-121-11/+3
* move updates from updates queues into udp queues acording to their payload es...UbitUmarov2016-08-071-36/+45
* several changes related to culling optionUbitUmarov2016-08-071-98/+90
* more changes relative to incorrect use of activegroupidUbitUmarov2016-08-051-13/+23
* also use group provided by viewer on ObjectDuplicateOnRayUbitUmarov2016-08-051-1/+1
* duplicate objects with the group requested by viewers and not internal idea o...UbitUmarov2016-08-051-1/+1
* rez new objects with the group requested by viewers and not internal idea of ...UbitUmarov2016-08-051-1/+1
* make sure all new scenepresences have fresh groups information at creation ti...UbitUmarov2016-08-041-1/+22
* revert adding a new IM parameter ( commit bf604c85c66dd3bed06e3103cdf210ede0...UbitUmarov2016-07-281-2/+6
* add a public SetGroupPowers to clientViewUbitUmarov2016-07-261-0/+9
* let some group related data to have a public setUbitUmarov2016-07-261-3/+3
* get a copy of current clientView group powersUbitUmarov2016-07-261-0/+8
* add missing IM parameter ( needs fix where it is really relevant )UbitUmarov2016-07-241-6/+2
* lib omv now supports SeeAvs fields, so use it, thx Gavin HirdUbitUmarov2016-07-151-16/+5