aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-31rearrange handlers convertion math, harcoding the grid unit size of 256m, ↵UbitUmarov1-17/+17
also inviting jit to use cpu barrel shifters.
2016-07-31 rename a few things to reduce confusion between regions wold location and ↵UbitUmarov1-3/+5
grid location (a lot more elsewhere)
2016-07-28 revert adding a new IM parameter ( commit ↵UbitUmarov1-16/+3
bf604c85c66dd3bed06e3103cdf210ede02c151f , that was a mistake. this should fix invites accepts etc, that got broken
2016-07-27first step removing MegaRegions: refuse to run. Thanks to all that made ↵UbitUmarov1-1/+10
MegaRegions possible, they where a important OpenSim feature, but can no longer be mantained
2016-07-27 a few more changes relative to sits crossingUbitUmarov1-5/+4
2016-07-26 reduce some grid services calls on region crossings, sending more ↵UbitUmarov1-53/+25
information on the agent update ( groups v2 needs change )
2016-07-26 add a public SetGroupPowers to clientViewUbitUmarov1-0/+2
2016-07-26 let some group related data to have a public setUbitUmarov1-3/+3
2016-07-26 get a copy of current clientView group powersUbitUmarov1-0/+2
2016-07-24 add a missing update to avatar damage InvulnerableUbitUmarov1-0/+1
2016-07-24 reOoops ...UbitUmarov1-3/+3
2016-07-24 Ooops ...UbitUmarov1-1/+1
2016-07-24add missing IM parameter ( needs fix where it is really relevant )UbitUmarov1-2/+17
2016-07-18Add some additional checks to llTransferLindenDollars.Melanie Thielker1-4/+3
2016-07-17dont try dequeues if didnt reacquired lockUbitUmarov1-1/+2
2016-07-16http send is blocking, so we need we need to do it async in all cases. - ↵UbitUmarov2-20/+15
this will need revision after server changes
2016-07-15 disable OSHttpTests that will collide with testing new http server changesUbitUmarov1-0/+3
2016-07-08Fixed the order of two file names used in a warning.Kevin Cozens1-1/+1
2016-07-01add a few methods to modify clientview group powersUbitUmarov1-0/+3
2016-06-19Still related to mantis #7917, parcel prims info. Now sending the correct ↵Diva Canto1-1/+1
numbers for "Simulator primitive usage" related to the parcel owner, not the entire region.
2016-06-14"reverting" the keep alive changes brought in from avination, to check if ↵Diva Canto2-7/+2
that's what's making osgrid fail. This is not really reverting, it's more manually resetting some places (not all) where keep alive is set.
2016-05-12Fix crash due to setting Thread.name after thread start.Roger Kirkman1-2/+3
Signed-off-by: Diva Canto <diva@metaverseink.com>
2016-04-29Apply user specified default perms across the board, to items uploaded as ↵Melanie Thielker1-1/+1
well as items created and to rezzed prims in world. This effectively removes the concept of "default permissions" from OpenSim because all known modern viewers set the permissions flags on login. Ancient abandoned viewers will now default to the SL defaults.
2016-04-07CR safari. Remove gratuitious CRs in some filesMelanie Thielker1-173/+173
2016-03-09Plumb RezRestoreToWorld from the client (part done)Melanie Thielker1-0/+2
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto7-6/+8
replace anymore.
2015-12-27Add locking around stats record fetch to resolve Mantis 7793.Robert Adams1-18/+21
2015-12-15replace GetNearestPoint... funtionsUbitUmarov1-0/+4
2015-12-14calculate land startpoint, endpoint and center estimate when it is updated, ↵UbitUmarov1-6/+9
it not every time they are needed
2015-12-13change default landpoint type to anywhere (direct)UbitUmarov1-1/+1
2015-12-09minor cleanupUbitUmarov1-17/+4
2015-12-09coment out odd DoubleQueue class codeUbitUmarov1-1/+2
2015-12-04add default eyes to default wearables, and revert previus bad commitUbitUmarov1-0/+6
2015-12-03fix a 1m diference in regions view range estimationsUbitUmarov1-1/+1
2015-12-02minor: fix a log timing informationUbitUmarov1-3/+0
2015-12-01Change protocol version max to 0.6Melanie Thielker1-2/+2
2015-11-29Trying to make http requests less slow, according to ↵Diva Canto1-0/+2
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow
2015-11-27coment out warnings that do a messed around number of threadpool workitens ↵UbitUmarov1-1/+3
and number of active threads ( at least when a pool is in use)
2015-11-27 revert last change to watchdog timeouts, that should not be neededUbitUmarov1-26/+22
2015-11-27 change JobEngine stop code and add a extra check for thread removed on ↵UbitUmarov2-83/+73
watchdog timeout checks
2015-11-25 suspend the use of DisableSimulator, that is causing teleport and crossing ↵UbitUmarov1-1/+1
issues
2015-11-24If no job engine is started at all, keep checking it's status fromMelanie Thielker1-3/+2
bombing
2015-11-24try not to use Process.HasExit that is broken in some mono versionsUbitUmarov1-9/+12
2015-11-23Flipped version to 0.9.0.0Diva Canto1-1/+1
2015-11-22Changes to LandObject/ILandObject to support importing OARs with different ↵Jak Daniels1-2/+45
Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2015-11-16 work around some 'tests' error: normalization of <0,0,0> no longer causes ↵UbitUmarov1-3/+4
argument exception, missed a few more
2015-11-16 work around some 'tests' error: normalization of <0,0,0> no longer causes ↵UbitUmarov1-2/+2
argument exception
2015-11-16Fix a merge conflictMelanie Thielker1-7/+0
2015-11-15 handle diferente number of wearables on getting assets form another appearanceUbitUmarov1-2/+10
2015-11-15 fix the protection for more Wearables than region suportsUbitUmarov1-6/+9