aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-27 move refresh forces into applyphysicsUbitUmarov1-1/+1
2016-07-27 a few more changes on avatar crossingUbitUmarov1-37/+9
2016-07-27waste another thread job on another thing that should be part of a moreUbitUmarov2-53/+66
2016-07-26 take friends out of onMakeRoot if crossingUbitUmarov1-15/+32
2016-07-26 do GridUserService.SetLastPosition async on crossingsUbitUmarov1-10/+23
2016-07-26 reduce some grid services calls on region crossings, sending more informatio...UbitUmarov1-71/+3
2016-07-25cleanup some codeUbitUmarov1-23/+22
2016-07-24 add a missing update to avatar damage InvulnerableUbitUmarov1-0/+4
2016-07-24add missing IM parameter ( needs fix where it is really relevant )UbitUmarov1-2/+5
2016-07-24do not send IMs via child agentsUbitUmarov2-50/+20
2016-07-22 don't try to rez a object from a asset with empty data and Let user know abo...UbitUmarov1-0/+9
2016-07-11reduce xfer burst if we are busyUbitUmarov1-3/+7
2016-07-10change Xfermanager file sendingUbitUmarov1-98/+192
2016-07-09kick Xfermanager from heartbeat and expires files based on its timmingUbitUmarov1-9/+57
2016-07-09 add a simple files expire to Xfer to catch some that never got a request (op...UbitUmarov1-7/+25
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker14-107/+56
2016-07-03fix a lost region size of 256mUbitUmarov1-1/+5
2016-06-28 if a NPC is owned, allow access if ownerID matchs parcel owner or it is in t...UbitUmarov1-1/+24
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