aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-16Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker1-3/+12
2016-03-16Implement Access-Control-Allow-Origin for HTTP LSL serverJeff Kelley1-0/+2
2016-03-14Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...Jeff Kelley1-1/+3
2016-03-03Mantis 7833: Fix a condition where email sent from an object that is inMelanie Thielker1-11/+8
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2016-01-30 change parcel_owner_is_god configuration option from default from true to fa...UbitUmarov1-1/+1
2016-01-26 add option MaxRegionsViewDistance to control the maximum range to tell viewe...UbitUmarov1-4/+4
2016-01-01 stop avatar move to target on parcel ban enforceUbitUmarov1-0/+2
2015-12-25fix html encapsulation for MSIE was doing nothingUbitUmarov1-1/+1
2015-12-25assume direct string.replace is good enought to avoid a stringbuild useUbitUmarov1-5/+1
2015-12-25try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en...UbitUmarov1-16/+33
2015-12-24enable the upload region map texture asset for large regions for large region...UbitUmarov1-5/+26
2015-12-21drop attachments to ground a bit in front of the avatar, not on his locationUbitUmarov1-2/+5
2015-12-21revert the setting of phantom flag on attachment drop to ground, since it can...UbitUmarov1-7/+0
2015-12-20drop attachments to ground with phantom active. We should not do this, but fo...UbitUmarov1-4/+7
2015-12-19temporary assets are as localUbitUmarov1-8/+8
2015-12-16fix test: scene update needs to run after the delayUbitUmarov1-3/+7
2015-12-16revert last change and add delays on testing, since child updates now have ti...UbitUmarov1-0/+5
2015-12-16several changes to parcels access control and scenepresence updates ratesUbitUmarov1-115/+106
2015-12-15make parcel bans do something on vehicles. Just a first code, far from goodUbitUmarov1-1/+2
2015-12-15fix typoUbitUmarov3-12/+10
2015-12-15replace GetNearestPoint... funtionsUbitUmarov1-3/+144
2015-12-15some changes parcels AABB math etcUbitUmarov1-54/+45
2015-12-15dont round to nearest int when checking position in parcel since next high in...UbitUmarov1-1/+1
2015-12-14removed unneeded funtionsUbitUmarov1-15/+4
2015-12-14on join parcels, keep the information of the larger parcel, since thats how i...UbitUmarov1-19/+24
2015-12-14calculate land startpoint, endpoint and center estimate when it is updated, i...UbitUmarov1-29/+53
2015-12-13taint prim count when join or subdivide parcelsUbitUmarov1-1/+4
2015-12-13change default landpoint type to anywhere (direct)UbitUmarov1-20/+31
2015-12-12invalidate LandPoint on land subdivideUbitUmarov1-3/+9
2015-12-12make sure land access/ban lists are active when changed by new viewersUbitUmarov1-0/+11
2015-12-12fix land access/ban list sending for new viewersUbitUmarov1-2/+2
2015-12-12add IsEstateManager check to PermissionsUbitUmarov1-0/+1
2015-12-10keep SOG reference to root part since two many things depend on deleted SOGs ...UbitUmarov1-2/+2
2015-12-10remove some SOG references on delete to help GCUbitUmarov1-0/+1
2015-12-04add default eyes to default wearables, and revert previus bad commitUbitUmarov1-2/+1
2015-12-04add other Eyes asset id to xferupload defaultsUbitUmarov1-2/+4
2015-12-03change handling of optional skirt baked textureUbitUmarov1-12/+40
2015-12-02remove failed CreateAgent from agent child regions listUbitUmarov1-6/+8
2015-12-01fix a more few typosUbitUmarov1-2/+2
2015-11-30fix a few typosUbitUmarov1-3/+2
2015-11-30add a few more known texture IDsUbitUmarov1-5/+15
2015-11-27stop some requests processing when module as no scenes (there must be a bette...UbitUmarov1-0/+17
2015-11-27Fix Region Max height in boundingSize parameters checking in ArchiverModule.c...Jak Daniels1-2/+2
2015-11-25 suspend the use of DisableSimulator, that is causing teleport and crossing i...UbitUmarov1-11/+10
2015-11-25 remove default of 60minutes on MapImageService Refresh time, forgotten from ...UbitUmarov1-1/+1
2015-11-24 simplify DeliverChatToAvatars(..) ( hopefully not breaking it )UbitUmarov1-73/+62
2015-11-24 again chat echos, check repeats uncondicionallyUbitUmarov1-2/+5
2015-11-24reset control even prior to useUbitUmarov1-0/+2
2015-11-24at end of teleport disable the sending simulator, not destinyUbitUmarov1-2/+6