aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix typo reported on mantis 7735UbitUmarov2015-10-311-1/+1
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
* More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-303-3/+3
* Renamed the namespaces tooDiva Canto2015-08-303-3/+3
* Prevent two maptiles being generated at startup, one for v1 and another for v...AliciaRaven2015-07-211-0/+6
* Warp3DImageModule. Reduce workload by not calling to render the root prim twi...AliciaRaven2015-06-191-1/+0
* Address Mantis 7592 (http://opensimulator.org/mantis/view.php?id=7592) byRobert Adams2015-06-061-25/+49
* Knocked off a few compiler warnings regarding unused variables.Diva Canto2015-05-107-7/+0
* Constrain 'terrain modify' to selected RegionDev Random2015-05-091-8/+17
* Minor whitespace removalMichael Cerquoni2015-05-071-1/+0
* Add 'terrain modify noise' and code cleanupDev Random2015-05-075-291/+113
* 'terrain modify' command for area-of-effect operationsDev Random2015-05-0610-143/+1266
* Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto2015-05-051-1/+1
* Only send parcel layer data around the point of interest. Can be disabledRobert Adams2015-05-031-5/+79
* minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)2015-03-111-0/+1
* solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech2015-03-051-1/+16
* Use using constructs on disposable io objects in LLRaw to ensure they are alw...Justin Clark-Casey (justincc)2015-02-281-113/+111
* Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c...Justin Clark-Casey (justincc)2015-02-281-0/+1
* Permit loading of LLRAW files bigger than 256x256 by calculating size based o...Magnuz Binder2015-02-281-1/+9
* Comment out unnecessary "Region Found!" alert message when searching mapdahlia2015-02-181-2/+3
* If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)2015-02-031-15/+12
* Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-081-5/+5
* If a moap entry has EnableWhiteList but WhiteList == null, then properly bloc...Justin Clark-Casey (justincc)2014-12-231-0/+3
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-254-6/+6
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-254-4/+0
* Add 'terrain feature' commandDev Random2014-11-194-2/+353
* Actually persist a changed console set agent-limit via "region set".Justin Clark-Casey (justincc)2014-10-311-2/+7
* Add "region set" console command.Justin Clark-Casey (justincc)2014-10-311-1/+73
* Add "region get" command as a synononym for "show region" console command.Justin Clark-Casey (justincc)2014-10-311-0/+9
* When a prim is bought through BuySellModule, the click action is not changed ...AliciaRaven2014-09-271-0/+1
* Make "generate map" console command also trigger upload to maptiles as well a...Justin Clark-Casey (justincc)2014-09-261-10/+34
* Modifications to previous IAR commits to bring them more inline with existing...AliciaRaven2014-09-231-9/+9
* For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)2014-09-053-5/+8
* Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)2014-08-291-17/+1
* Fix recent regression test TestDeserializeXmlObjectWithOtherParts() which was...Justin Clark-Casey (justincc)2014-08-291-1/+1
* Add regression test for deserializing xml objects with more than one non-root...Justin Clark-Casey (justincc)2014-08-291-127/+406
* Remove race conditions from where SP.AbsolutePosition could change between th...Justin Clark-Casey (justincc)2014-08-261-7/+4
* Fix short help string for show region command.BlueWall2014-08-061-1/+1
* In TerrainModule, lock m_perClientPatchUpdates when removing entries.Justin Clark-Casey (justincc)2014-07-291-3/+2
* Added locking in AccessModule to prevent possible errors when shutting down a...Oren Hurvitz2014-07-211-3/+7
* Eliminated common but un-useful log messagesOren Hurvitz2014-07-211-2/+4
* Minor: changed "existant" to "existent"Oren Hurvitz2014-07-211-2/+2
* Close streams immediately when we finish using themOren Hurvitz2014-07-216-45/+37
* Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default.Robert Adams2014-07-201-1/+1
* minor: Add meters unit to water height console displayJustin Clark-Casey (justincc)2014-07-181-1/+1
* Add "show region" command which will show parameters for current region.Justin Clark-Casey (justincc)2014-07-181-1/+73
* fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2014-07-171-1/+1
* Bug fix in map teleports in varregions. The cherry was missing from the ice-c...Diva Canto2014-06-211-26/+0
* Behavior change: only local users can set home in any parcel of a grid. Setti...Diva Canto2014-06-151-9/+11
* Send multiple terrain patches per terrain update packet if terrainRobert Adams2014-06-011-1/+13