aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-21dont use SendTerrainUpdatesByViewDistance option, code executes as true.UbitUmarov1-45/+19
2015-08-20 send regions size on map blocksUbitUmarov1-0/+2
2015-08-19fixes on warp3DUbitUmarov2-32/+73
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-29varregion: update MapImageModule and ShadedMapTimeRenderer for variable sized...Robert Adams2-29/+43
2015-03-29varregion: update LandManagementModule and LandObject for variable sized regi...Robert Adams2-106/+133
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams8-51/+47
2015-03-27varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams2-99/+391
2015-03-23Allow re-setting the region restart timer. Also move restart notifications toMelanie Thielker1-2/+6
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-10-26 fix parcel proprieties update sendingUbitUmarov1-4/+7
2014-09-30 persist script changes to mediaURL and musicURL ( heavy thing )UbitUmarov1-0/+2
2014-09-30 fix musicURL change being sent back with wrong snap_selection, and notUbitUmarov1-22/+20
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-08-03 missing currentParcelUUID updateUbitUmarov1-0/+1
2014-08-03 mess update ( hide avatars )UbitUmarov1-8/+12
2014-08-02 add some filters for NPCsUbitUmarov2-0/+7
2014-08-01handle change of hide avatars flag. Parcel limits edition still need workUbitUmarov1-10/+17
2014-08-01remove unnecessary sendparceloverlayUbitUmarov1-1/+1