aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty1-0/+2
2016-12-02change a wrong error message and avoid a null ref (that may happen due to nee...UbitUmarov1-13/+11
2016-11-22full change ServiceThrottleModule. Let it still service RegionHandleRequest a...UbitUmarov2-127/+20
2016-11-22Fix typo in a commentAliciaRaven1-1/+1
2016-11-22Include new Region.ini option for DefaultLandingPoint for teleports with no c...AliciaRaven1-0/+4
2016-11-20handle HG lm tp to large regions in another wayUbitUmarov2-8/+17
2016-11-20HG protocol is still broken for large regions. work around it on teleport via lmUbitUmarov1-1/+3
2016-09-19fix GetUserUUIUbitUmarov1-0/+1
2016-08-28mantis: rotate avatar to lookAt o login/teleports. Some cases may still be wrongUbitUmarov1-0/+8
2016-08-24potencial null refUbitUmarov1-40/+36
2016-08-18in GetUsersNames(string[] ids) why are empty names in cache? ignore them, cac...UbitUmarov1-8/+19
2016-08-18in GetUsersNames(string[] ids) dont loose names HGFriends may have cachedUbitUmarov1-3/+22
2016-08-17 add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ...UbitUmarov1-1/+115
2016-08-05 more changes relative to incorrect use of activegroupidUbitUmarov3-12/+45
2016-08-01replace DateTime.Now by utcNow in another placeUbitUmarov1-2/+2
2016-08-01bug fix: use UtcNow in both places :)UbitUmarov1-2/+2
2016-07-31 on 0.8 grids compatibility code just do a BIG range request. It whould be do...UbitUmarov1-49/+25
2016-07-31simply NotFoundLocationCache, comment out some debug messagesUbitUmarov2-74/+55
2016-07-31 rename a few things to reduce confusion between regions wold location and gr...UbitUmarov1-1/+1
2016-07-28remove more code related to Mega regionsUbitUmarov1-17/+1
2016-07-28remove references to RegionCombinerModuleUbitUmarov1-56/+18
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 moreUbitUmarov1-53/+50
2016-07-26 reduce some grid services calls on region crossings, sending more informatio...UbitUmarov1-71/+3
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-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker4-26/+11
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-22Mantis #7935: regression on transferring attachments over the HGDiva Canto1-5/+6
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-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-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 Thielker1-8/+26
2016-01-26 add option MaxRegionsViewDistance to control the maximum range to tell viewe...UbitUmarov1-4/+4
2015-12-02remove failed CreateAgent from agent child regions listUbitUmarov1-6/+8
2015-11-27stop some requests processing when module as no scenes (there must be a bette...UbitUmarov1-0/+17
2015-11-25 suspend the use of DisableSimulator, that is causing teleport and crossing i...UbitUmarov1-11/+10
2015-11-24at end of teleport disable the sending simulator, not destinyUbitUmarov1-2/+6
2015-11-21 add a missing overrideUbitUmarov1-1/+1
2015-11-20change a log message from error to just DebugUbitUmarov1-1/+1
2015-11-19clean code a bitUbitUmarov1-13/+5
2015-11-19ClearPartAttachmentData before adding object to scene, not afterUbitUmarov1-3/+3
2015-11-17 work around some 'tests' errors: Coalesced objects handling has changedUbitUmarov1-0/+2
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2-17/+18
2015-11-01 fix merge issuesUbitUmarov1-8/+9
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker1-19/+24