UbitUmarov
|
57aac3d77e
|
remove OptionalModules\ViewerSupport\SimulatorFeaturesHelper ShouldSend() since it cannot be used
|
2016-08-14 03:56:44 +01:00 |
UbitUmarov
|
1337f5f26e
|
remove a parameter for detection of grid fail to suport getting multiple user accounts per call and handle it where needed.
|
2016-08-13 23:41:57 +01:00 |
UbitUmarov
|
7c1b2a5dde
|
add some wiring to have GetUserAccounts for multiple IDs on a single request to grid services. Unfinished, untested
|
2016-08-13 05:22:29 +01:00 |
UbitUmarov
|
b64f25e631
|
add a missing cast to ulong in RegionGridLocToHandle (mantis: 7994)
|
2016-08-13 00:16:50 +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
|
b16d6c0302
|
stop renewing xml cache entries expires. Let them expire or grid changes will ignored as long something keeq requesting (like group profiles refreshs). reduce the expire time more ignoring folish config.
|
2016-08-11 04:52:25 +01:00 |
UbitUmarov
|
8fb7a3543f
|
let physics know about region water level change
|
2016-08-09 22:29:11 +01:00 |
UbitUmarov
|
6f5f6431a4
|
add a SimpleAngularDistance Updates prioritazition scheme. Results don't look that great so don't use it still.
|
2016-08-09 21:46:19 +01:00 |
UbitUmarov
|
6c00016447
|
add a simple prim area estimator
|
2016-08-09 13:18:51 +01:00 |
UbitUmarov
|
f387b93859
|
tell prim name on some more ubMeshmerizer error/warn messages
|
2016-08-09 11:59:27 +01:00 |
UbitUmarov
|
a30f75cfdc
|
fix entity update flags update
|
2016-08-07 21:13:58 +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
|
83d6722d31
|
if a viewer overloads region capability to process RequestMapBlocks, ignore following requests for 300 seconds. This was necessary becaus some viewers like FireStorm are doing it, saturating region and grid services for no usefull reason
|
2016-08-06 22:12:38 +01:00 |
UbitUmarov
|
f7419ad52d
|
ubOde revert making vehicle hover height disable hover. This at least breaks current scripts. wikis say it should, but makes no sense with vehicle type parameters defaults. Hover it again only disabled with timescale >300; handle llSameGroup on attachments
|
2016-08-06 05:21:15 +01:00 |
UbitUmarov
|
17cc238b44
|
ubOde a few changes to collisions reporting
|
2016-08-06 02:05:23 +01:00 |
UbitUmarov
|
61ec34b441
|
fix osGetHealRate thread level
|
2016-08-06 01:15:26 +01:00 |
UbitUmarov
|
20d8177d98
|
fix incorrect ids in llDetected collision parameters
|
2016-08-06 00:11:13 +01:00 |
UbitUmarov
|
9102f6e5da
|
fill data for llDetected funtions of collisions closer to the event. (xengine wasn't update with this on merge bc was not used there). fix some parameters
|
2016-08-05 22:50:15 +01:00 |
UbitUmarov
|
60b08b51b6
|
remove country from avatars DetectParams, since it is only used on a cm function that can get it directly
|
2016-08-05 17:08:34 +01:00 |
UbitUmarov
|
e9660d5d05
|
fix parcel Avatar Sounds using group membership not active group
|
2016-08-05 15:57:30 +01:00 |
UbitUmarov
|
efb60b5b42
|
use group provided by viewer on Object rez from inventory
|
2016-08-05 15:36:50 +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
|
29dc449cc8
|
revert a variable rename
|
2016-08-04 23:00:40 +01:00 |
UbitUmarov
|
a90079bc92
|
cancel sending group powers on crossings, they are no longer needed.
|
2016-08-04 22:54:29 +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
|
a66e747c95
|
add GetActiveMembershipData() to groups modules, let core groups also have GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do.
|
2016-08-04 20:57:57 +01:00 |
UbitUmarov
|
4f17078b07
|
add a weak safeguard
|
2016-08-04 18:21:16 +01:00 |
UbitUmarov
|
5861355577
|
do friends recaching on MakeRoot for normal tps, delay it on crossings
|
2016-08-04 17:39:10 +01:00 |
UbitUmarov
|
bb8e271081
|
fix a typo
|
2016-08-04 17:29:47 +01:00 |
UbitUmarov
|
2619005f46
|
also disable vehicle hover if its hover is set to zero
|
2016-08-04 17:17:16 +01:00 |
UbitUmarov
|
3f2291611f
|
apply external forces and torque to vehicles also, as other engines do
|
2016-08-04 16:24:19 +01:00 |
UbitUmarov
|
ad76687227
|
update libode for mac osX. Thanks Gavin Hird (mantis 7781)
|
2016-08-04 15:05:33 +01:00 |
UbitUmarov
|
12658b1eed
|
update libode for mac osX. Thanks Gavin Hird (mantis 7781)
|
2016-08-04 15:04:43 +01:00 |
UbitUmarov
|
1b16ad9088
|
let get by handle also search on inner lookup table
|
2016-08-04 03:16:29 +01:00 |
UbitUmarov
|
721d5ed145
|
well then also no need to remove them :)
|
2016-08-04 01:19:52 +01:00 |
UbitUmarov
|
9e07c55746
|
no need to place normal size regions on the inner lookup table (HANDLEMASH ? its MASK)
|
2016-08-04 01:16:17 +01:00 |
UbitUmarov
|
374911c410
|
try to speed up get by position X,Y on region info cache
|
2016-08-04 00:39:28 +01:00 |
BlueWall
|
e15dc72113
|
Provide tests for native datatypes where LSL Constants are used in lists as JSON elements. Namely: LSL_Float/double, LSL_String/string, LSL_Integer/int. Fixes http://opensimulator.org/mantis/view.php?id=7957
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-08-03 22:24:04 +01:00 |
UbitUmarov
|
2d8669ad39
|
reduce ubOde walking super climbers
|
2016-08-02 21:08:22 +01:00 |
UbitUmarov
|
a99df75a30
|
(mantis 7983) update local cache when storing a baked tex on assets server
|
2016-08-02 17:45:06 +01:00 |
UbitUmarov
|
5baceff4e9
|
stop a spamming robust debug message
|
2016-08-02 17:37:41 +01:00 |
UbitUmarov
|
90b899c4e4
|
do not try to cache same asset twice with hg enabled
|
2016-08-02 15:56:44 +01:00 |