aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02seems to compile ( tests comented out)UbitUmarov1-403/+17
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-31minor changesUbitUmarov1-15/+21
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
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 Adams1-29/+34
2015-03-05solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech1-1/+16
2014-10-26 fix parcel proprieties update sendingUbitUmarov1-4/+7
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 mess update ( hide avatars )UbitUmarov1-8/+12
2014-08-02 add some filters for NPCsUbitUmarov1-0/+4
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.UbitUmarov1-4/+22
2014-07-30 changes to parcels code (still more to to)UbitUmarov1-55/+82
2014-07-29Correct nomenclature for LLSD messages. LL sure suckMelanie Thielker1-4/+4
2014-07-29Try to plumb the other halfMelanie Thielker1-0/+13
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 overlayUbitUmarov1-25/+26
2014-07-29change parcel overlay bytes adding LocalSound.. changed others also NEEDSUbitUmarov1-20/+31
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 Thielker1-6/+6
2014-04-23Show Group name when land is group-ownedDev Random1-7/+28
2014-04-23Eliminated many warningsOren Hurvitz1-2/+0
2014-04-20Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz1-2/+1
2014-03-24Save to database these parcel updates: Force Owner, Abandon Request, Reclaim....Oren Hurvitz1-0/+4
2014-03-11Instead of auto-creating a parcel on request if one doesn't cover a given loc...Justin Clark-Casey (justincc)1-66/+57
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-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)1-19/+76
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-2/+2
2013-11-28varregion: many replacements of in-place arithmetic with calls toRobert Adams1-1/+1
2013-11-15If a local land ID is given to the "land show" command, then output to consol...Justin Clark-Casey (justincc)1-54/+126
2013-11-10varregion: fix GetLandObject error return and initialization of squareRobert Adams1-8/+18
2013-11-08varregion: Massive work to LandManagementModule and LandObject toRobert Adams1-102/+202
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-05-24Reset "Show in search" on parcels cut off other parcels that are in searchMelanie1-0/+2
2013-05-11Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...Diva Canto1-28/+19
2013-05-11Handle SetHome properlyDiva Canto1-0/+59
2013-04-25Add Avination's support for parcel eject and freezeMelanie1-0/+85
2013-01-02Fixed: the AvatarEnteringNewParcel event wasn't triggered in some casesOren Hurvitz1-0/+6