aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02seems to compile ( tests comented out)UbitUmarov2-485/+19
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto2-2/+2
2015-08-31minor changesUbitUmarov1-15/+21
2015-08-30Renamed the namespaces tooDiva Canto2-2/+2
2015-08-28stop sending parcel overlays on parcels crossings since SL seems to haveUbitUmarov1-1/+2
2015-08-24try to implement core load oar optionsUbitUmarov1-73/+125
2015-05-03Only send parcel layer data around the point of interest. Can be disabledRobert Adams1-5/+79
2015-03-29varregion: update LandManagementModule and LandObject for variable sized regi...Robert Adams2-106/+133
2015-03-05solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech1-1/+16
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2-2/+0
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-08-26Remove race conditions from where SP.AbsolutePosition could change between th...Justin Clark-Casey (justincc)1-7/+4
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
2014-07-31MESS: changes in MakeRootAgent and CompleteMovement reordering things.UbitUmarov2-5/+29
2014-07-30 changes to parcels code (still more to to)UbitUmarov2-77/+134
2014-07-29Correct nomenclature for LLSD messages. LL sure suckMelanie Thielker1-4/+4
2014-07-29Try to plumb the other halfMelanie Thielker2-0/+16
2014-07-29Change some ORs to assignments as they should beMelanie Thielker1-5/+5
2014-07-29fix the mess about exclusive fields and flags on land overlayUbitUmarov2-31/+34
2014-07-29change parcel overlay bytes adding LocalSound.. changed others also NEEDSUbitUmarov3-30/+66
2014-07-17fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni1-1/+1
2014-06-15Behavior change: only local users can set home in any parcel of a grid. Setti...Diva Canto1-9/+11
2014-04-26Differentiate between requests only the owner should be able to do and thoseMelanie Thielker2-17/+17
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
2014-04-23Prevent sending Land Properties for unprivileged usersDev Random1-5/+8
2014-04-23minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...Justin Clark-Casey (justincc)1-2/+1
2014-04-23Prevent sending Land Properties for unprivileged usersDev Random1-5/+8
2014-04-23Eliminated many warningsOren Hurvitz2-3/+1
2014-04-20Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz2-7/+8
2014-04-10Allows to sell objects on a parcel of land together with that parcel of land....Snoopy Pfeffer1-0/+44
2014-03-24Save to database these parcel updates: Force Owner, Abandon Request, Reclaim....Oren Hurvitz1-0/+4
2014-03-20Adding a way to disable/enable the in built Dwell ModuleH-H-H1-3/+17
2014-03-11Instead of auto-creating a parcel on request if one doesn't cover a given loc...Justin Clark-Casey (justincc)2-67/+211
2014-03-07Remove try/catch in LandManagmentModule.GetLandObject() - this is very old co...Justin Clark-Casey (justincc)1-70/+51
2014-03-07Lock m_landlist whilst loading parcels from storage to prevent a race against...Justin Clark-Casey (justincc)1-7/+18
2014-03-07Only auto-create a land parcel when there is none in a specified tile if ther...Justin Clark-Casey (justincc)1-1/+13
2014-03-06Add scene name to bad parcel add loggingJustin Clark-Casey (justincc)1-2/+3
2014-03-06refactor: Simplify land object by using c# get/set auto-properties where appl...Justin Clark-Casey (justincc)1-23/+13
2014-03-06minor: slightly simplify code in LandObject.ContainsPoint()Justin Clark-Casey (justincc)1-1/+1
2014-03-06Remove array initialize calls in LMM - these are unnecessary as the VM alread...Justin Clark-Casey (justincc)1-4/+0
2014-03-06minor: Increase size of parcel name field in "land show" console command outp...Justin Clark-Casey (justincc)1-12/+12
2014-03-06Prevent adding a land object if it overlaps any existing objects that have no...Justin Clark-Casey (justincc)2-19/+190
2014-01-28Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams1-1/+4