UbitUmarov
|
8a3958ad04
|
dont let ignored AgentUpdates change their throttles. Apply respective movement to physics on the handling thread, not heartbeat, avoiding missing transitions that should get into physics. Make some usefull sp state flags visible everywhere
|
2016-10-05 13:17:23 +01:00 |
|
UbitUmarov
|
f613b5f517
|
fix caching of wind and cloud packets in the case of several regions on a instance, that got broken with the necessary send to child agents.
|
2016-09-23 18:28:46 +01:00 |
|
UbitUmarov
|
f5189b2cdd
|
do the same for legacy clouds (still visible on older viewer ie singu 1.8.7). Fix clouds update. Send clouds and wind also to child agents.
|
2016-09-23 16:04:43 +01:00 |
|
UbitUmarov
|
8d7f10e36b
|
cache wind compressed data so cpu burning compression is only done after a change. Not happy with version scheme for several regions on same instance, but should be ok for now
|
2016-09-23 13:55:23 +01:00 |
|
UbitUmarov
|
a6df626868
|
add a version tag to wind and cloud data updates to iclient
|
2016-09-23 13:03:16 +01:00 |
|
UbitUmarov
|
e5383604cb
|
Merge branch 'master' into httptests
|
2016-09-17 12:44:52 +01:00 |
|
UbitUmarov
|
c4f30a3c31
|
add skeleton on handle revoke permissions packet ( non funtional still ) ( do it not using a multidelegate event )
|
2016-09-12 18:26:24 +01:00 |
|
UbitUmarov
|
9aec227767
|
Merge branch 'master' into httptests
|
2016-09-03 07:51:53 +01:00 |
|
UbitUmarov
|
d5f376a4b1
|
send selected objects Proprieties udp part outside update queues and as a physics single caps message per selection request
|
2016-08-25 09:51:34 +01:00 |
|
UbitUmarov
|
90fc4183dc
|
suspend the use of SelectedObjects list. It is not threadSafe and is not in use (possible cant even be used)
|
2016-08-25 07:12:50 +01:00 |
|
UbitUmarov
|
991dd5f471
|
first step changing Object Select code
|
2016-08-25 06:56:25 +01:00 |
|
UbitUmarov
|
52afd8588d
|
fix updates resend by reEnqueing, that got broken down the line
|
2016-08-19 17:49:59 +01:00 |
|
UbitUmarov
|
7ba3fb7b5d
|
merge issue
|
2016-08-19 03:05:25 +01:00 |
|
UbitUmarov
|
e62d38a4ab
|
catch some NULL refs
|
2016-08-19 02:41:15 +01:00 |
|
UbitUmarov
|
d701de4021
|
add cap GroupMemberData
|
2016-08-19 02:26:49 +01:00 |
|
UbitUmarov
|
4b73550eee
|
allow cap HomeLocation to be disabled setting Cap_HomeLocation = ""
|
2016-08-18 13:17:46 +01:00 |
|
UbitUmarov
|
ac542715f1
|
add caps HomeLocation ; add client SendAlertMessage(string message, string info), where info in info message field. only minimal testing done
|
2016-08-18 12:45:11 +01:00 |
|
UbitUmarov
|
e58e6daf4a
|
several changes on BunchOfCaps. Move some mesh cost initialization to its class it, change caps path to be plain random UUID (except SEED)
|
2016-08-18 07:48:46 +01:00 |
|
UbitUmarov
|
09832edadf
|
avoid automatic packet spliting in GroupMembersReply
|
2016-08-12 18:47:01 +01:00 |
|
UbitUmarov
|
9080aaf9eb
|
only reissue a kill if a update is for a deleted sog root part.
|
2016-08-12 04:08:19 +01:00 |
|
UbitUmarov
|
c04792142f
|
partially revert commit 42a9afdc43cc.. of 06-12 not allowing more updates to be enqueued on deleted objects. Keep the catch up on deenqueue, so preserving the race condition safe guard. Let Scene sendkillObject work even if object is flaged as deleted. Still not clear how this are related to mantis 7858 or even less to 7990.
|
2016-08-12 03:58:04 +01:00 |
|
UbitUmarov
|
cfab2675ff
|
remove code from httptests branch
|
2016-08-11 08:42:34 +01:00 |
|
UbitUmarov
|
9aa2484f0d
|
to do that don't use slideexpiration; add cap event ChatterBoxForceClose
|
2016-08-11 08:38:39 +01:00 |
|
UbitUmarov
|
c255c23981
|
move updates from updates queues into udp queues acording to their payload estimated size and udp sending capability on a time slice, instead always moving a arbitrary number of updates.
|
2016-08-07 21:13:29 +01:00 |
|
UbitUmarov
|
ff0ccf9c67
|
several changes related to culling option
|
2016-08-07 21:13:01 +01:00 |
|
UbitUmarov
|
081c66631c
|
move updates from updates queues into udp queues acording to their payload estimated size and udp sending capability on a time slice, instead always moving a arbitrary number of updates.
|
2016-08-07 17:07:09 +01:00 |
|
UbitUmarov
|
8d22b79ba4
|
several changes related to culling option
|
2016-08-07 14:30:27 +01:00 |
|
UbitUmarov
|
68a4e363dd
|
Merge branch 'httptests' of opensimulator.org:/var/git/opensim into httptests
|
2016-08-07 00:24:17 +01:00 |
|
UbitUmarov
|
23578635df
|
more changes relative to incorrect use of activegroupid
|
2016-08-05 15:19:42 +01:00 |
|
UbitUmarov
|
ab7619292f
|
also use group provided by viewer on ObjectDuplicateOnRay
|
2016-08-05 01:59:19 +01:00 |
|
UbitUmarov
|
338a4d8d3b
|
duplicate objects with the group requested by viewers and not internal idea of active one
|
2016-08-05 01:37:20 +01:00 |
|
UbitUmarov
|
a0cab03caa
|
rez new objects with the group requested by viewers and not internal idea of active one
|
2016-08-05 00:52:45 +01:00 |
|
UbitUmarov
|
e57d3edf6f
|
make sure all new scenepresences have fresh groups information at creation time (grouptitle missing but not that needed at that point) (use direct calls exactly where we want things to happen), reusing a funtion name to rename later
|
2016-08-04 21:36:41 +01:00 |
|
UbitUmarov
|
3cf8a58f9d
|
Merge branch 'master' into httptests
|
2016-07-28 08:25:04 +01:00 |
|
UbitUmarov
|
16a7232f55
|
revert adding a new IM parameter ( commit bf604c85c6
, that was a mistake. this should fix invites accepts etc, that got broken
|
2016-07-28 08:22:51 +01:00 |
|
UbitUmarov
|
376084a2e5
|
Merge branch 'master' into httptests
|
2016-07-27 23:39:50 +01:00 |
|
UbitUmarov
|
1a8a8e16ef
|
add a public SetGroupPowers to clientView
|
2016-07-26 17:57:14 +01:00 |
|
UbitUmarov
|
13ae6dff18
|
let some group related data to have a public set
|
2016-07-26 17:34:59 +01:00 |
|
UbitUmarov
|
e766f9d20f
|
get a copy of current clientView group powers
|
2016-07-26 16:54:04 +01:00 |
|
UbitUmarov
|
bf604c85c6
|
add missing IM parameter ( needs fix where it is really relevant )
|
2016-07-24 15:17:25 +01:00 |
|
UbitUmarov
|
f4eb1a8e1d
|
add a coment for improvement of ChatterBoxSessionAgentListUpdates closer to viewers protocol. Not necessary on current groups chat lists defecient implementation
|
2016-07-23 21:20:36 +01:00 |
|
UbitUmarov
|
bdab44ef7e
|
remove code from httptests branch
|
2016-07-23 01:34:40 +01:00 |
|
UbitUmarov
|
cdf215f613
|
add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, and its use even worse
|
2016-07-23 01:28:57 +01:00 |
|
UbitUmarov
|
eaefae7e20
|
don't loose inventory items when there are bad folders
|
2016-07-17 22:52:58 +01:00 |
|
UbitUmarov
|
e881562d34
|
fix drop on delayed events processing
|
2016-07-17 14:15:46 +01:00 |
|
UbitUmarov
|
442b272228
|
add a Drop method to PollService Event handlers, Drop requests on connections known to be lost or delay event check if they are sending a response
|
2016-07-17 13:20:56 +01:00 |
|
UbitUmarov
|
d1810866b3
|
simplify http textures and meshs Throttles
|
2016-07-16 19:53:41 +01:00 |
|
UbitUmarov
|
5f5c4aca40
|
lib omv now supports SeeAvs fields, so use it, thx Gavin Hird
|
2016-07-15 15:36:53 +01:00 |
|
UbitUmarov
|
aba4e2d13b
|
revert changes to Select/DeSelect, using the SelectObjects as control seems bad
|
2016-07-14 02:11:50 +01:00 |
|
UbitUmarov
|
00687d5b0f
|
use geometric center and not sog root position in culling
|
2016-07-13 22:29:09 +01:00 |
|