aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-17fix region Allow damage and parcel safe flags handlingUbitUmarov1-6/+6
2016-08-17ubOde reduce collision_start latency in same cases (only one collision ↵UbitUmarov2-10/+8
happening and more than 50ms since last)
2016-08-17 remove some dead codeUbitUmarov1-240/+2
2016-08-17 increase physics collisions report rate back to 20/sUbitUmarov1-1/+1
2016-08-17 add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ↵UbitUmarov2-2/+116
use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still
2016-08-16 drasticly reduce HG inventory caches Expire times, Remove them all ↵UbitUmarov2-10/+22
onClientClose. This to avoid potencial desyncs with inventory service
2016-08-16 fix tests acordingUbitUmarov1-2/+4
2016-08-16 libOMV PrimFlags.JointLP2P does not exist. Its bit now meansUbitUmarov1-2/+18
VolumeDetector. VolumeDetectActive is now stored on that flag bit. with this change it is now sent to viewers that now gray out phantom on object edit. At same time fixes the fact volumedetector was not been saved on region db and so was lost on restarts. libOMV needs to be fix on this and other PrimFlags
2016-08-16 fix misspelled message mantis: 7996UbitUmarov1-1/+1
2016-08-16 fix llVolumeDetect(FALSE) not workingUbitUmarov1-53/+5
2016-08-14remove OptionalModules\ViewerSupport\SimulatorFeaturesHelper ShouldSend() ↵UbitUmarov3-105/+5
since it cannot be used
2016-08-13remove a parameter for detection of grid fail to suport getting multiple ↵UbitUmarov2-7/+5
user accounts per call and handle it where needed.
2016-08-13 add some wiring to have GetUserAccounts for multiple IDs on a single ↵UbitUmarov2-0/+41
request to grid services. Unfinished, untested
2016-08-12 avoid automatic packet spliting in GroupMembersReplyUbitUmarov1-10/+19
2016-08-12 only reissue a kill if a update is for a deleted sog root part.UbitUmarov1-3/+2
2016-08-12 partially revert commit 42a9afdc43cc.. of 06-12 not allowing more updates ↵UbitUmarov4-41/+26
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-11 remove code from httptests branchUbitUmarov1-2/+1
2016-08-11 to do that don't use slideexpiration; add cap event ChatterBoxForceCloseUbitUmarov4-7/+28
2016-08-11 stop renewing xml cache entries expires. Let them expire or grid changes ↵UbitUmarov1-4/+4
will ignored as long something keeq requesting (like group profiles refreshs). reduce the expire time more ignoring folish config.
2016-08-09let physics know about region water level changeUbitUmarov1-1/+5
2016-08-09add a SimpleAngularDistance Updates prioritazition scheme. Results don't ↵UbitUmarov3-11/+97
look that great so don't use it still.
2016-08-09add a simple prim area estimatorUbitUmarov1-0/+23
2016-08-09tell prim name on some more ubMeshmerizer error/warn messagesUbitUmarov1-2/+2
2016-08-07move updates from updates queues into udp queues acording to their payload ↵UbitUmarov2-40/+46
estimated size and udp sending capability on a time slice, instead always moving a arbitrary number of updates.
2016-08-07several changes related to culling optionUbitUmarov1-98/+90
2016-08-06 if a viewer overloads region capability to process RequestMapBlocks, ignore ↵UbitUmarov1-11/+64
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 ubOde revert making vehicle hover height disable hover. This at least ↵UbitUmarov2-16/+20
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 ubOde a few changes to collisions reportingUbitUmarov3-31/+62
2016-08-06 fix incorrect ids in llDetected collision parametersUbitUmarov1-2/+4
2016-08-05 fill data for llDetected funtions of collisions closer to the event. ↵UbitUmarov4-58/+106
(xengine wasn't update with this on merge bc was not used there). fix some parameters
2016-08-05 remove country from avatars DetectParams, since it is only used on a cm ↵UbitUmarov2-7/+13
function that can get it directly
2016-08-05 fix parcel Avatar Sounds using group membership not active groupUbitUmarov1-1/+1
2016-08-05 use group provided by viewer on Object rez from inventoryUbitUmarov1-3/+3
2016-08-05 more changes relative to incorrect use of activegroupidUbitUmarov9-45/+91
2016-08-05also use group provided by viewer on ObjectDuplicateOnRayUbitUmarov1-1/+1
2016-08-05duplicate objects with the group requested by viewers and not internal idea ↵UbitUmarov1-1/+1
of active one
2016-08-05rez new objects with the group requested by viewers and not internal idea of ↵UbitUmarov1-1/+1
active one
2016-08-04revert a variable renameUbitUmarov1-6/+6
2016-08-04cancel sending group powers on crossings, they are no longer needed.UbitUmarov1-55/+21
2016-08-04make sure all new scenepresences have fresh groups information at creation ↵UbitUmarov2-1/+24
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-04add GetActiveMembershipData() to groups modules, let core groups also have ↵UbitUmarov3-5/+18
GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do.
2016-08-04add a weak safeguardUbitUmarov1-1/+9
2016-08-04do friends recaching on MakeRoot for normal tps, delay it on crossingsUbitUmarov1-11/+2
2016-08-04fix a typoUbitUmarov3-3/+3
2016-08-04also disable vehicle hover if its hover is set to zeroUbitUmarov1-1/+1
2016-08-04apply external forces and torque to vehicles also, as other engines doUbitUmarov2-8/+15
2016-08-04let get by handle also search on inner lookup tableUbitUmarov1-0/+8
2016-08-04well then also no need to remove them :)UbitUmarov1-16/+22
2016-08-04no need to place normal size regions on the inner lookup table (HANDLEMASH ? ↵UbitUmarov1-2/+9
its MASK)
2016-08-04 try to speed up get by position X,Y on region info cacheUbitUmarov1-3/+224