aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-31fix typo reported on mantis 7735UbitUmarov1-1/+1
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto3-3/+3
2015-08-30Renamed the namespaces tooDiva Canto3-3/+3
2015-07-21Prevent two maptiles being generated at startup, one for v1 and another for v...AliciaRaven1-0/+6
2015-06-19Warp3DImageModule. Reduce workload by not calling to render the root prim twi...AliciaRaven1-1/+0
2015-06-06Address Mantis 7592 (http://opensimulator.org/mantis/view.php?id=7592) byRobert Adams1-25/+49
2015-05-10Knocked off a few compiler warnings regarding unused variables.Diva Canto7-7/+0
2015-05-09Constrain 'terrain modify' to selected RegionDev Random1-8/+17
2015-05-07Minor whitespace removalMichael Cerquoni1-1/+0
2015-05-07Add 'terrain modify noise' and code cleanupDev Random5-291/+113
2015-05-06'terrain modify' command for area-of-effect operationsDev Random10-143/+1266
2015-05-05Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto1-1/+1
2015-05-03Only send parcel layer data around the point of interest. Can be disabledRobert Adams1-5/+79
2015-03-11minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)1-0/+1
2015-03-05solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech1-1/+16
2015-02-28Use using constructs on disposable io objects in LLRaw to ensure they are alw...Justin Clark-Casey (justincc)1-113/+111
2015-02-28Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c...Justin Clark-Casey (justincc)1-0/+1
2015-02-28Permit loading of LLRAW files bigger than 256x256 by calculating size based o...Magnuz Binder1-1/+9
2015-02-18Comment out unnecessary "Region Found!" alert message when searching mapdahlia1-2/+3
2015-02-03If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)1-15/+12
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)1-5/+5
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