aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-26let llPlaySound() in HUDs send sound to owner without parcel restrictionUbitUmarov1-3/+3
2016-06-26mantis 7942: allow llTriggerSound on HUDs to send sounds to all.UbitUmarov1-0/+2
2016-06-22Set culture also in object crossings.Diva Canto1-0/+2
2016-06-22Mantis #7802: set culture to US English on the thread that does the agent cro...Diva Canto1-5/+3
2016-06-22Make a debug message less misleading.Diva Canto1-3/+6
2016-06-22Mantis #7935: regression on transferring attachments over the HGDiva Canto1-5/+6
2016-06-21Split IM handling so an inheriting module can cange names if required.Melanie Thielker1-2/+6
2016-06-20Related to mantis #7929: "For sale" was not being accepted, because of permis...Diva Canto2-3/+22
2016-06-19Still related to mantis #7917, parcel prims info. Now sending the correct num...Diva Canto2-7/+10
2016-06-18Mantis #7917: regression on prim limits module.Diva Canto1-18/+2
2016-06-16Also make the HGUserManagementModule more amenable to subclassing.Melanie Thielker1-2/+2
2016-06-15Make the UserManagementModule inheritableMelanie Thielker1-35/+35
2016-06-14Make chat and instant message modules fully subclassableMelanie Thielker2-36/+36
2016-06-11Mantis #7874: parcel properties not being updated upon avatar entering new pa...Diva Canto1-1/+0
2016-06-06Mantis #7919: fatal exception on LoadImageURLModuleDiva Canto1-0/+4
2016-06-06Fixed a merge issueDiva Canto1-3/+3
2016-06-06Don't copy assets to foreign asset servers when the objects are being deletedDiva Canto2-2/+9
2016-05-16Minor improvement over the previous commit -- make sure the code exists in th...Diva Canto1-1/+1
2016-05-16Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventoryDiva Canto1-0/+7
2016-05-02According to the SL wiki, estate managers can set parcels for sale. Make it sew.Melanie Thielker1-1/+1
2016-04-29Apply user specified default perms across the board, to items uploaded as wel...Melanie Thielker1-3/+6
2016-04-29Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2-9/+27
2016-04-28Replace the "land show" method with the better one from 0.8.Melanie Thielker1-16/+25
2016-04-27From information given my Mandarinka Tasty, add firing the detach event even ...Melanie Thielker1-0/+3
2016-04-26Reverse a comparison, this is probably the cause of attach issuesMelanie Thielker1-1/+1
2016-04-25Fire detach events even in temp attachments. They don't really need it but ke...Melanie Thielker1-1/+9
2016-04-25Stop serializing and storing assets for objects that were never rezzed from i...Melanie Thielker1-0/+12
2016-04-25Fix Temporary Attachments not being able to be detached by clientVegaslon1-1/+1
2016-03-23Mantis 7842 - remove another possible null dereferenceMelanie Thielker1-18/+18
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