aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* move refresh forces into applyphysicsUbitUmarov2016-07-271-1/+1
* a few more changes on avatar crossingUbitUmarov2016-07-271-37/+9
* waste another thread job on another thing that should be part of a moreUbitUmarov2016-07-272-53/+66
* take friends out of onMakeRoot if crossingUbitUmarov2016-07-261-15/+32
* do GridUserService.SetLastPosition async on crossingsUbitUmarov2016-07-261-10/+23
* reduce some grid services calls on region crossings, sending more informatio...UbitUmarov2016-07-261-71/+3
* cleanup some codeUbitUmarov2016-07-251-23/+22
* add a missing update to avatar damage InvulnerableUbitUmarov2016-07-241-0/+4
* add missing IM parameter ( needs fix where it is really relevant )UbitUmarov2016-07-241-2/+5
* do not send IMs via child agentsUbitUmarov2016-07-242-50/+20
* don't try to rez a object from a asset with empty data and Let user know abo...UbitUmarov2016-07-221-0/+9
* reduce xfer burst if we are busyUbitUmarov2016-07-111-3/+7
* change Xfermanager file sendingUbitUmarov2016-07-101-98/+192
* kick Xfermanager from heartbeat and expires files based on its timmingUbitUmarov2016-07-091-9/+57
* add a simple files expire to Xfer to catch some that never got a request (op...UbitUmarov2016-07-091-7/+25
* Merge branch 'master' of opensimulator.org:/var/git/opensimMelanie Thielker2016-07-041-1/+5
|\
| * fix a lost region size of 256mUbitUmarov2016-07-031-1/+5
* | Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-0414-107/+56
|/
* if a NPC is owned, allow access if ownerID matchs parcel owner or it is in t...UbitUmarov2016-06-281-1/+24
* let llPlaySound() in HUDs send sound to owner without parcel restrictionUbitUmarov2016-06-261-3/+3
* mantis 7942: allow llTriggerSound on HUDs to send sounds to all.UbitUmarov2016-06-261-0/+2
* Set culture also in object crossings.Diva Canto2016-06-221-0/+2
* Mantis #7802: set culture to US English on the thread that does the agent cro...Diva Canto2016-06-221-5/+3
* Make a debug message less misleading.Diva Canto2016-06-221-3/+6
* Mantis #7935: regression on transferring attachments over the HGDiva Canto2016-06-221-5/+6
* Split IM handling so an inheriting module can cange names if required.Melanie Thielker2016-06-211-2/+6
* Related to mantis #7929: "For sale" was not being accepted, because of permis...Diva Canto2016-06-202-3/+22
* Still related to mantis #7917, parcel prims info. Now sending the correct num...Diva Canto2016-06-192-7/+10
* Mantis #7917: regression on prim limits module.Diva Canto2016-06-181-18/+2
* Also make the HGUserManagementModule more amenable to subclassing.Melanie Thielker2016-06-161-2/+2
* Make the UserManagementModule inheritableMelanie Thielker2016-06-151-35/+35
* Make chat and instant message modules fully subclassableMelanie Thielker2016-06-142-36/+36
* Mantis #7874: parcel properties not being updated upon avatar entering new pa...Diva Canto2016-06-111-1/+0
* Mantis #7919: fatal exception on LoadImageURLModuleDiva Canto2016-06-061-0/+4
* Fixed a merge issueDiva Canto2016-06-061-3/+3
* Don't copy assets to foreign asset servers when the objects are being deletedDiva Canto2016-06-062-2/+9
* Minor improvement over the previous commit -- make sure the code exists in th...Diva Canto2016-05-161-1/+1
* Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventoryDiva Canto2016-05-161-0/+7
* According to the SL wiki, estate managers can set parcels for sale. Make it sew.Melanie Thielker2016-05-021-1/+1
* Apply user specified default perms across the board, to items uploaded as wel...Melanie Thielker2016-04-291-3/+6
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-292-9/+27
* Replace the "land show" method with the better one from 0.8.Melanie Thielker2016-04-281-16/+25
* From information given my Mandarinka Tasty, add firing the detach event even ...Melanie Thielker2016-04-271-0/+3
* Reverse a comparison, this is probably the cause of attach issuesMelanie Thielker2016-04-261-1/+1
* Fire detach events even in temp attachments. They don't really need it but ke...Melanie Thielker2016-04-251-1/+9
* Stop serializing and storing assets for objects that were never rezzed from i...Melanie Thielker2016-04-251-0/+12
* Fix Temporary Attachments not being able to be detached by clientVegaslon2016-04-251-1/+1
* Mantis 7842 - remove another possible null dereferenceMelanie Thielker2016-03-231-18/+18
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-3/+12
* Implement Access-Control-Allow-Origin for HTTP LSL serverJeff Kelley2016-03-161-0/+2