aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-30Simulator Extra Features ServiceBlueWall1-0/+129
2014-07-29In TerrainModule, lock m_perClientPatchUpdates when removing entries.Justin Clark-Casey (justincc)1-3/+2
2014-07-29Allow the "debug scene set physics false|true" command to work when bulletsim...Justin Clark-Casey (justincc)2-5/+5
2014-07-22Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)1-15/+12
2014-07-21On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)1-11/+15
2014-07-21Allow reading the BulletSim detail log while the sim is runningOren Hurvitz1-2/+2
2014-07-21XBakes: store the assets only in the sim's local assets cache; not in the mai...Oren Hurvitz1-1/+2
2014-07-21Added locking in AccessModule to prevent possible errors when shutting down a...Oren Hurvitz1-3/+7
2014-07-21Eliminated common but un-useful log messagesOren Hurvitz2-3/+7
2014-07-21Minor: changed "existant" to "existent"Oren Hurvitz1-2/+2
2014-07-21Close streams immediately when we finish using themOren Hurvitz8-59/+44
2014-07-20Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default.Robert Adams1-1/+1
2014-07-18minor: Add meters unit to water height console displayJustin Clark-Casey (justincc)1-1/+1
2014-07-18Add "show region" command which will show parameters for current region.Justin Clark-Casey (justincc)1-1/+73
2014-07-18In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca...Justin Clark-Casey (justincc)1-4/+3
2014-07-17fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2-2/+2
2014-07-04Small change to my previous commit: not so aggressive on the trigger, please.Diva Canto1-2/+0
2014-07-04Instrument the UDP path of creating assets so that it triggers an asset post ...Diva Canto2-5/+11
2014-07-04Still log (but this time with warning rather than an exception) if we regener...Justin Clark-Casey (justincc)1-2/+8
2014-07-04It turns out that child agent management has had a bug for a while: there was...Diva Canto1-3/+9
2014-07-03Avoid an exception in creating child agents some times.Diva Canto1-0/+2
2014-07-02Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)1-3/+6
2014-06-21Bug fix in map teleports in varregions. The cherry was missing from the ice-c...Diva Canto1-26/+0
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-06-15Behavior change: only local users can set home in any parcel of a grid. Setti...Diva Canto1-9/+11
2014-06-15Manual change as per patch in mantis #7212. (the patch failed to apply, but t...Diva Canto1-1/+1
2014-06-06Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto3-10/+32
2014-06-05Amend to previous commit -- write down the problematic Profile server URL.Diva Canto1-0/+3
2014-06-05May fix mantis #7133Diva Canto1-7/+12
2014-06-01Send multiple terrain patches per terrain update packet if terrainRobert Adams1-1/+13
2014-06-01Fixes a permissions bug where a user with group powers to always rez was not ...Diva Canto1-1/+5
2014-06-01This may fix mantis #7200, but I am unable to test because I don't have any o...Diva Canto1-0/+1
2014-06-01Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto1-23/+28
2014-05-31Modifications to debugging printouts. No functional changes.Robert Adams2-7/+16
2014-05-31varregion: More tweeking to only sending patches within avatar draw distance.Robert Adams2-9/+10
2014-05-31varregion: send terrain patches from where the avatar outward if the parameterRobert Adams1-33/+259
2014-05-30Fix bug where setting a parcel in a varregion for sale would make sale bitmap...Justin Clark-Casey (justincc)1-10/+21
2014-05-27Fixes a bug where map search results pertaining to varregions would only sen...Diva Canto2-20/+28
2014-05-26Don't report NPC presences.Diva Canto1-1/+2
2014-05-26When saving an OAR in "Publish" mode, also discard Group informationOren Hurvitz1-1/+2
2014-05-25When taking an object into inventory, set the inventory item's "Next Owner" p...Oren Hurvitz1-0/+10
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto1-3/+5
2014-05-23Fix possible infinite recursion in MessageTransferModule.SendGridInstantMessa...Justin Clark-Casey (justincc)1-108/+56
2014-05-22Add regression test for north-south chat across neighbour regions.Justin Clark-Casey (justincc)1-52/+133
2014-05-22Extend regression TestInterRegionChatDistanceEastWest() to test out of range ...Justin Clark-Casey (justincc)1-11/+38
2014-05-22Extend regression TestInterRegionChatDistanceEastWest() to test in range chat...Justin Clark-Casey (justincc)1-17/+38
2014-05-22Simplify regression TestInterRegionChatDistanceEastWest() by making the child...Justin Clark-Casey (justincc)1-7/+6
2014-05-22Add regression test for in-range chat between neighbouring regions from east ...Justin Clark-Casey (justincc)1-0/+158
2014-05-22Fixed a problem with detaching attachments in situations where the user's ass...Diva Canto3-8/+41
2014-05-21Allow map searches for regions that contain the characters "!+|"Oren Hurvitz1-20/+24