aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-23If a moap entry has EnableWhiteList but WhiteList == null, then properly bloc...Justin Clark-Casey (justincc)1-0/+3
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)4-6/+6
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)4-4/+0
2014-11-19Add 'terrain feature' commandDev Random4-2/+353
2014-10-31Actually persist a changed console set agent-limit via "region set".Justin Clark-Casey (justincc)1-2/+7
2014-10-31Add "region set" console command.Justin Clark-Casey (justincc)1-1/+73
2014-10-31Add "region get" command as a synononym for "show region" console command.Justin Clark-Casey (justincc)1-0/+9
2014-09-27When a prim is bought through BuySellModule, the click action is not changed ...AliciaRaven1-0/+1
2014-09-26Make "generate map" console command also trigger upload to maptiles as well a...Justin Clark-Casey (justincc)1-10/+34
2014-09-23Modifications to previous IAR commits to bring them more inline with existing...AliciaRaven1-9/+9
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)3-5/+8
2014-08-29Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)1-17/+1
2014-08-29Fix recent regression test TestDeserializeXmlObjectWithOtherParts() which was...Justin Clark-Casey (justincc)1-1/+1
2014-08-29Add regression test for deserializing xml objects with more than one non-root...Justin Clark-Casey (justincc)1-127/+406
2014-08-26Remove race conditions from where SP.AbsolutePosition could change between th...Justin Clark-Casey (justincc)1-7/+4
2014-08-06Fix short help string for show region command.BlueWall1-1/+1
2014-07-29In TerrainModule, lock m_perClientPatchUpdates when removing entries.Justin Clark-Casey (justincc)1-3/+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 Hurvitz1-2/+4
2014-07-21Minor: changed "existant" to "existent"Oren Hurvitz1-2/+2
2014-07-21Close streams immediately when we finish using themOren Hurvitz6-45/+37
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-17fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni1-1/+1
2014-06-21Bug fix in map teleports in varregions. The cherry was missing from the ice-c...Diva Canto1-26/+0
2014-06-15Behavior change: only local users can set home in any parcel of a grid. Setti...Diva Canto1-9/+11
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 Adams1-5/+8
2014-05-31varregion: More tweeking to only sending patches within avatar draw distance.Robert Adams1-3/+3
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-26When saving an OAR in "Publish" mode, also discard Group informationOren Hurvitz1-1/+2
2014-05-21Allow map searches for regions that contain the characters "!+|"Oren Hurvitz1-20/+24
2014-05-14minor: Clean up and make consistent some log file messages in EstateManagemen...Justin Clark-Casey (justincc)1-6/+11
2014-05-06Console commands for Estate MgmtDev Random1-0/+63
2014-05-06new version of patch to add default-user switch new version :qw :wq updated v...Matt Lehmann1-0/+2
2014-05-06updated version of default user switch for load oar :q :qMatt Lehmann2-6/+42
2014-04-30minor: Correct mistake in terrain flip error message from previous commit 5d0...Justin Clark-Casey (justincc)1-1/+1
2014-04-30minor: Print output in response to terrain console commands on the console ra...Justin Clark-Casey (justincc)1-8/+9
2014-04-30Add "terrain show" console command which outputs terrain height for a given r...Justin Clark-Casey (justincc)1-0/+22
2014-04-28BulletSim: non-functional changes to debugging statements and formatting.Robert Adams1-2/+1
2014-04-25Add regression test for terrain fill at two digit height and max ll height.Justin Clark-Casey (justincc)2-1/+76
2014-04-25Adjust permissions to work hand in hand with what the viewer believes they are.Melanie1-7/+7
2014-04-23Show Group name when land is group-ownedDev Random1-7/+28
2014-04-23minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...Justin Clark-Casey (justincc)1-2/+1